Shades of Psychedelic Purple #DD0EE9
Tints of Psychedelic Purple #DD0EE9
RGB
CMYK
RGB Variations
Color information
#DD0EE9 (or 0xDD0EE9) is known color: Psychedelic Purple. HEX triplet: DD, 0E and E9. RGB value is (221,14,233). Sum of RGB (Red+Green+Blue) = 221+14+233=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD0EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0EE9 is #22F116. Grayscale: #646464. Windows color (decimal): -2289943 or 15273693. OLE color: 15273693.
HSL color Cylindrical-coordinate representation of color #DD0EE9: hue angle of 296.71º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0EE9 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 14 | 233 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.09 |
| HSL | 296.71º | 0.89% | 0.48% | - |
| HSV(B) | 296.71º | 0.94% | 0.91% | - |
| XYZ | 44.68 | 21.57 | 78.9 | - |
| YUV | 100.86 | 202.58 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 233 | 0.05 | 0.94 | 0 | 0.09 | 296.71 | 0.89 | 0.48 |
| Hex | DD | E | E9 | 5 | 5E | 0 | 9 | 129 | 59 | 30 |
| Octal | 335 | 16 | 351 | 5 | 136 | 0 | 11 | 451 | 131 | 60 |
| Binary | 11011101 | 1110 | 11101001 | 101 | 1011110 | 0 | 1001 | 100101001 | 1011001 | 110000 |
Color Harmonies of #DD0EE9
Complementary color
Monochromatic Colors of #DD0EE9
Black with #DD0EE9
Text Example
Text Example
White with #DD0EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EE9; }
p { color: rgb(221,14,233); }
H1.HeaderClassName
{
color: #DD0EE9;
}
.AnyTagClassName
{
color: #DD0EE9;
}
</style>
background-color css
<style>
a { background-color: #DD0EE9; }
a { background-color: rgb(221,14,233); }
div.DivClassName
{
background-color: #DD0EE9;
}
.BgClassName
{
background-color: #DD0EE9;
}
</style>
border-color css
<style>
span { border-color: #DD0EE9; }
span { border-color: rgb(221,14,233); }
td.TdClassName
{
border-color: #DD0EE9;
}
.TagClassName
{
border-color: #DD0EE9;
}
</style>