Shades of Psychedelic Purple #DD02E6
Tints of Psychedelic Purple #DD02E6
RGB
CMYK
RGB Variations
Color information
#DD02E6 (or 0xDD02E6) is known color: Psychedelic Purple. HEX triplet: DD, 02 and E6. RGB value is (221,2,230). Sum of RGB (Red+Green+Blue) = 221+2+230=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD02E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD02E6 is #22FD19. Grayscale: #5C5C5C. Windows color (decimal): -2293018 or 15074013. OLE color: 15074013.
HSL color Cylindrical-coordinate representation of color #DD02E6: hue angle of 297.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02E6 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 2 | 230 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.10 |
| HSL | 297.63º | 0.98% | 0.45% | - |
| HSV(B) | 297.63º | 0.99% | 0.9% | - |
| XYZ | 44.12 | 21.13 | 76.62 | - |
| YUV | 93.47 | 205.05 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 230 | 0.04 | 0.99 | 0 | 0.10 | 297.63 | 0.98 | 0.45 |
| Hex | DD | 2 | E6 | 4 | 63 | 0 | A | 12A | 62 | 2D |
| Octal | 335 | 2 | 346 | 4 | 143 | 0 | 12 | 452 | 142 | 55 |
| Binary | 11011101 | 10 | 11100110 | 100 | 1100011 | 0 | 1010 | 100101010 | 1100010 | 101101 |
Color Harmonies of #DD02E6
Complementary color
Monochromatic Colors of #DD02E6
Black with #DD02E6
Text Example
Text Example
White with #DD02E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02E6; }
p { color: rgb(221,2,230); }
H1.HeaderClassName
{
color: #DD02E6;
}
.AnyTagClassName
{
color: #DD02E6;
}
</style>
background-color css
<style>
a { background-color: #DD02E6; }
a { background-color: rgb(221,2,230); }
div.DivClassName
{
background-color: #DD02E6;
}
.BgClassName
{
background-color: #DD02E6;
}
</style>
border-color css
<style>
span { border-color: #DD02E6; }
span { border-color: rgb(221,2,230); }
td.TdClassName
{
border-color: #DD02E6;
}
.TagClassName
{
border-color: #DD02E6;
}
</style>