Shades of Psychedelic Purple #DD0EE6
Tints of Psychedelic Purple #DD0EE6
RGB
CMYK
RGB Variations
Color information
#DD0EE6 (or 0xDD0EE6) is known color: Psychedelic Purple. HEX triplet: DD, 0E and E6. RGB value is (221,14,230). Sum of RGB (Red+Green+Blue) = 221+14+230=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD0EE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0EE6 is #22F119. Grayscale: #636363. Windows color (decimal): -2289946 or 15077085. OLE color: 15077085.
HSL color Cylindrical-coordinate representation of color #DD0EE6: hue angle of 297.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0EE6 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 14 | 230 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.10 |
| HSL | 297.5º | 0.89% | 0.48% | - |
| HSV(B) | 297.5º | 0.94% | 0.9% | - |
| XYZ | 44.26 | 21.4 | 76.66 | - |
| YUV | 100.52 | 201.08 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 230 | 0.04 | 0.94 | 0 | 0.10 | 297.5 | 0.89 | 0.48 |
| Hex | DD | E | E6 | 4 | 5E | 0 | A | 12A | 59 | 30 |
| Octal | 335 | 16 | 346 | 4 | 136 | 0 | 12 | 452 | 131 | 60 |
| Binary | 11011101 | 1110 | 11100110 | 100 | 1011110 | 0 | 1010 | 100101010 | 1011001 | 110000 |
Color Harmonies of #DD0EE6
Complementary color
Monochromatic Colors of #DD0EE6
Black with #DD0EE6
Text Example
Text Example
White with #DD0EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EE6; }
p { color: rgb(221,14,230); }
H1.HeaderClassName
{
color: #DD0EE6;
}
.AnyTagClassName
{
color: #DD0EE6;
}
</style>
background-color css
<style>
a { background-color: #DD0EE6; }
a { background-color: rgb(221,14,230); }
div.DivClassName
{
background-color: #DD0EE6;
}
.BgClassName
{
background-color: #DD0EE6;
}
</style>
border-color css
<style>
span { border-color: #DD0EE6; }
span { border-color: rgb(221,14,230); }
td.TdClassName
{
border-color: #DD0EE6;
}
.TagClassName
{
border-color: #DD0EE6;
}
</style>