Shades of Psychedelic Purple #DD02EC
Tints of Psychedelic Purple #DD02EC
RGB
CMYK
RGB Variations
Color information
#DD02EC (or 0xDD02EC) is known color: Psychedelic Purple. HEX triplet: DD, 02 and EC. RGB value is (221,2,236). Sum of RGB (Red+Green+Blue) = 221+2+236=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD02EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD02EC is #22FD13. Grayscale: #5D5D5D. Windows color (decimal): -2293012 or 15467229. OLE color: 15467229.
HSL color Cylindrical-coordinate representation of color #DD02EC: hue angle of 296.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02EC is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 2 | 236 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.07 |
| HSL | 296.15º | 0.98% | 0.47% | - |
| HSV(B) | 296.15º | 0.99% | 0.93% | - |
| XYZ | 44.98 | 21.47 | 81.13 | - |
| YUV | 94.16 | 208.05 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 236 | 0.06 | 0.99 | 0 | 0.07 | 296.15 | 0.98 | 0.47 |
| Hex | DD | 2 | EC | 6 | 63 | 0 | 7 | 128 | 62 | 2F |
| Octal | 335 | 2 | 354 | 6 | 143 | 0 | 7 | 450 | 142 | 57 |
| Binary | 11011101 | 10 | 11101100 | 110 | 1100011 | 0 | 111 | 100101000 | 1100010 | 101111 |
Color Harmonies of #DD02EC
Complementary color
Monochromatic Colors of #DD02EC
Black with #DD02EC
Text Example
Text Example
White with #DD02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02EC; }
p { color: rgb(221,2,236); }
H1.HeaderClassName
{
color: #DD02EC;
}
.AnyTagClassName
{
color: #DD02EC;
}
</style>
background-color css
<style>
a { background-color: #DD02EC; }
a { background-color: rgb(221,2,236); }
div.DivClassName
{
background-color: #DD02EC;
}
.BgClassName
{
background-color: #DD02EC;
}
</style>
border-color css
<style>
span { border-color: #DD02EC; }
span { border-color: rgb(221,2,236); }
td.TdClassName
{
border-color: #DD02EC;
}
.TagClassName
{
border-color: #DD02EC;
}
</style>