Shades of Psychedelic Purple #DD02E9
Tints of Psychedelic Purple #DD02E9
RGB
CMYK
RGB Variations
Color information
#DD02E9 (or 0xDD02E9) is known color: Psychedelic Purple. HEX triplet: DD, 02 and E9. RGB value is (221,2,233). Sum of RGB (Red+Green+Blue) = 221+2+233=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD02E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD02E9 is #22FD16. Grayscale: #5D5D5D. Windows color (decimal): -2293015 or 15270621. OLE color: 15270621.
HSL color Cylindrical-coordinate representation of color #DD02E9: hue angle of 296.88º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02E9 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 2 | 233 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.09 |
| HSL | 296.88º | 0.98% | 0.46% | - |
| HSV(B) | 296.88º | 0.99% | 0.91% | - |
| XYZ | 44.55 | 21.3 | 78.85 | - |
| YUV | 93.82 | 206.55 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 233 | 0.05 | 0.99 | 0 | 0.09 | 296.88 | 0.98 | 0.46 |
| Hex | DD | 2 | E9 | 5 | 63 | 0 | 9 | 129 | 62 | 2E |
| Octal | 335 | 2 | 351 | 5 | 143 | 0 | 11 | 451 | 142 | 56 |
| Binary | 11011101 | 10 | 11101001 | 101 | 1100011 | 0 | 1001 | 100101001 | 1100010 | 101110 |
Color Harmonies of #DD02E9
Complementary color
Monochromatic Colors of #DD02E9
Black with #DD02E9
Text Example
Text Example
White with #DD02E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02E9; }
p { color: rgb(221,2,233); }
H1.HeaderClassName
{
color: #DD02E9;
}
.AnyTagClassName
{
color: #DD02E9;
}
</style>
background-color css
<style>
a { background-color: #DD02E9; }
a { background-color: rgb(221,2,233); }
div.DivClassName
{
background-color: #DD02E9;
}
.BgClassName
{
background-color: #DD02E9;
}
</style>
border-color css
<style>
span { border-color: #DD02E9; }
span { border-color: rgb(221,2,233); }
td.TdClassName
{
border-color: #DD02E9;
}
.TagClassName
{
border-color: #DD02E9;
}
</style>