Shades of Psychedelic Purple #DC0DED
Tints of Psychedelic Purple #DC0DED
RGB
CMYK
RGB Variations
Color information
#DC0DED (or 0xDC0DED) is known color: Psychedelic Purple. HEX triplet: DC, 0D and ED. RGB value is (220,13,237). Sum of RGB (Red+Green+Blue) = 220+13+237=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 13 (5.47% from 255 or 2.77% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC0DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0DED is #23F212. Grayscale: #636363. Windows color (decimal): -2355731 or 15535580. OLE color: 15535580.
HSL color Cylindrical-coordinate representation of color #DC0DED: hue angle of 295.45º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0DED is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 13 | 237 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.07 |
| HSL | 295.45º | 0.9% | 0.49% | - |
| HSV(B) | 295.45º | 0.95% | 0.93% | - |
| XYZ | 44.95 | 21.62 | 81.92 | - |
| YUV | 100.43 | 205.08 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 237 | 0.07 | 0.95 | 0 | 0.07 | 295.45 | 0.9 | 0.49 |
| Hex | DC | D | ED | 7 | 5F | 0 | 7 | 127 | 5A | 31 |
| Octal | 334 | 15 | 355 | 7 | 137 | 0 | 7 | 447 | 132 | 61 |
| Binary | 11011100 | 1101 | 11101101 | 111 | 1011111 | 0 | 111 | 100100111 | 1011010 | 110001 |
Color Harmonies of #DC0DED
Complementary color
Monochromatic Colors of #DC0DED
Black with #DC0DED
Text Example
Text Example
White with #DC0DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DED; }
p { color: rgb(220,13,237); }
H1.HeaderClassName
{
color: #DC0DED;
}
.AnyTagClassName
{
color: #DC0DED;
}
</style>
background-color css
<style>
a { background-color: #DC0DED; }
a { background-color: rgb(220,13,237); }
div.DivClassName
{
background-color: #DC0DED;
}
.BgClassName
{
background-color: #DC0DED;
}
</style>
border-color css
<style>
span { border-color: #DC0DED; }
span { border-color: rgb(220,13,237); }
td.TdClassName
{
border-color: #DC0DED;
}
.TagClassName
{
border-color: #DC0DED;
}
</style>