Shades of Psychedelic Purple #DD0CEF
Tints of Psychedelic Purple #DD0CEF
RGB
CMYK
RGB Variations
Color information
#DD0CEF (or 0xDD0CEF) is known color: Psychedelic Purple. HEX triplet: DD, 0C and EF. RGB value is (221,12,239). Sum of RGB (Red+Green+Blue) = 221+12+239=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 12 (5.08% from 255 or 2.54% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD0CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0CEF is #22F310. Grayscale: #636363. Windows color (decimal): -2290449 or 15666397. OLE color: 15666397.
HSL color Cylindrical-coordinate representation of color #DD0CEF: hue angle of 295.24º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CEF is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 12 | 239 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.06 |
| HSL | 295.24º | 0.9% | 0.49% | - |
| HSV(B) | 295.24º | 0.95% | 0.94% | - |
| XYZ | 45.53 | 21.87 | 83.48 | - |
| YUV | 100.37 | 206.24 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 239 | 0.08 | 0.95 | 0 | 0.06 | 295.24 | 0.9 | 0.49 |
| Hex | DD | C | EF | 8 | 5F | 0 | 6 | 127 | 5A | 31 |
| Octal | 335 | 14 | 357 | 10 | 137 | 0 | 6 | 447 | 132 | 61 |
| Binary | 11011101 | 1100 | 11101111 | 1000 | 1011111 | 0 | 110 | 100100111 | 1011010 | 110001 |
Color Harmonies of #DD0CEF
Complementary color
Monochromatic Colors of #DD0CEF
Black with #DD0CEF
Text Example
Text Example
White with #DD0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CEF; }
p { color: rgb(221,12,239); }
H1.HeaderClassName
{
color: #DD0CEF;
}
.AnyTagClassName
{
color: #DD0CEF;
}
</style>
background-color css
<style>
a { background-color: #DD0CEF; }
a { background-color: rgb(221,12,239); }
div.DivClassName
{
background-color: #DD0CEF;
}
.BgClassName
{
background-color: #DD0CEF;
}
</style>
border-color css
<style>
span { border-color: #DD0CEF; }
span { border-color: rgb(221,12,239); }
td.TdClassName
{
border-color: #DD0CEF;
}
.TagClassName
{
border-color: #DD0CEF;
}
</style>