Shades of Psychedelic Purple #DD02EF
Tints of Psychedelic Purple #DD02EF
RGB
CMYK
RGB Variations
Color information
#DD02EF (or 0xDD02EF) is known color: Psychedelic Purple. HEX triplet: DD, 02 and EF. RGB value is (221,2,239). Sum of RGB (Red+Green+Blue) = 221+2+239=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 2 (1.17% from 255 or 0.43% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD02EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD02EF is #22FD10. Grayscale: #5D5D5D. Windows color (decimal): -2293009 or 15663837. OLE color: 15663837.
HSL color Cylindrical-coordinate representation of color #DD02EF: hue angle of 295.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02EF is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 2 | 239 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.06 |
| HSL | 295.44º | 0.98% | 0.47% | - |
| HSV(B) | 295.44º | 0.99% | 0.94% | - |
| XYZ | 45.42 | 21.65 | 83.45 | - |
| YUV | 94.5 | 209.55 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 239 | 0.08 | 0.99 | 0 | 0.06 | 295.44 | 0.98 | 0.47 |
| Hex | DD | 2 | EF | 8 | 63 | 0 | 6 | 127 | 62 | 2F |
| Octal | 335 | 2 | 357 | 10 | 143 | 0 | 6 | 447 | 142 | 57 |
| Binary | 11011101 | 10 | 11101111 | 1000 | 1100011 | 0 | 110 | 100100111 | 1100010 | 101111 |
Color Harmonies of #DD02EF
Complementary color
Monochromatic Colors of #DD02EF
Black with #DD02EF
Text Example
Text Example
White with #DD02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02EF; }
p { color: rgb(221,2,239); }
H1.HeaderClassName
{
color: #DD02EF;
}
.AnyTagClassName
{
color: #DD02EF;
}
</style>
background-color css
<style>
a { background-color: #DD02EF; }
a { background-color: rgb(221,2,239); }
div.DivClassName
{
background-color: #DD02EF;
}
.BgClassName
{
background-color: #DD02EF;
}
</style>
border-color css
<style>
span { border-color: #DD02EF; }
span { border-color: rgb(221,2,239); }
td.TdClassName
{
border-color: #DD02EF;
}
.TagClassName
{
border-color: #DD02EF;
}
</style>