Psychedelic Purple
#dd00ff
Here's everything about the color Psychedelic Purple (#dd00ff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dd00ff | |
|---|---|---|
| RGB | rgb(221, 0, 255) | |
| HSL | hsl(292, 100%, 50%) | |
| CMYK | cmyk(13%, 100%, 0%, 0%) | |
| LAB | lab(54, 88, -70) | |
| OKLCH | oklch(0.65 0.312 321) |
Color harmonies
Tints & shades
Code snippets
color: #dd00ff;
background-color: #dd00ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-fuchsia-500 /* ≈ #e12afb */
/* Flutter */
Color(0xFFDD00FF)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.00, blue: 1.00, alpha: 1.0)