Shades of Psychedelic Purple #DD0CE9
Tints of Psychedelic Purple #DD0CE9
RGB
CMYK
RGB Variations
Color information
#DD0CE9 (or 0xDD0CE9) is known color: Psychedelic Purple. HEX triplet: DD, 0C and E9. RGB value is (221,12,233). Sum of RGB (Red+Green+Blue) = 221+12+233=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD0CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0CE9 is #22F316. Grayscale: #636363. Windows color (decimal): -2290455 or 15273181. OLE color: 15273181.
HSL color Cylindrical-coordinate representation of color #DD0CE9: hue angle of 296.74º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CE9 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 12 | 233 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.09 |
| HSL | 296.74º | 0.9% | 0.48% | - |
| HSV(B) | 296.74º | 0.95% | 0.91% | - |
| XYZ | 44.66 | 21.52 | 78.89 | - |
| YUV | 99.69 | 203.24 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 233 | 0.05 | 0.95 | 0 | 0.09 | 296.74 | 0.9 | 0.48 |
| Hex | DD | C | E9 | 5 | 5F | 0 | 9 | 129 | 5A | 30 |
| Octal | 335 | 14 | 351 | 5 | 137 | 0 | 11 | 451 | 132 | 60 |
| Binary | 11011101 | 1100 | 11101001 | 101 | 1011111 | 0 | 1001 | 100101001 | 1011010 | 110000 |
Color Harmonies of #DD0CE9
Complementary color
Monochromatic Colors of #DD0CE9
Black with #DD0CE9
Text Example
Text Example
White with #DD0CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CE9; }
p { color: rgb(221,12,233); }
H1.HeaderClassName
{
color: #DD0CE9;
}
.AnyTagClassName
{
color: #DD0CE9;
}
</style>
background-color css
<style>
a { background-color: #DD0CE9; }
a { background-color: rgb(221,12,233); }
div.DivClassName
{
background-color: #DD0CE9;
}
.BgClassName
{
background-color: #DD0CE9;
}
</style>
border-color css
<style>
span { border-color: #DD0CE9; }
span { border-color: rgb(221,12,233); }
td.TdClassName
{
border-color: #DD0CE9;
}
.TagClassName
{
border-color: #DD0CE9;
}
</style>