Shades of Psychedelic Purple #DC0DEC
Tints of Psychedelic Purple #DC0DEC
RGB
CMYK
RGB Variations
Color information
#DC0DEC (or 0xDC0DEC) is known color: Psychedelic Purple. HEX triplet: DC, 0D and EC. RGB value is (220,13,236). Sum of RGB (Red+Green+Blue) = 220+13+236=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 13 (5.47% from 255 or 2.77% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC0DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0DEC is #23F213. Grayscale: #636363. Windows color (decimal): -2355732 or 15470044. OLE color: 15470044.
HSL color Cylindrical-coordinate representation of color #DC0DEC: hue angle of 295.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0DEC is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 13 | 236 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.07 |
| HSL | 295.7º | 0.9% | 0.49% | - |
| HSV(B) | 295.7º | 0.94% | 0.93% | - |
| XYZ | 44.8 | 21.56 | 81.16 | - |
| YUV | 100.32 | 204.58 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 236 | 0.07 | 0.94 | 0 | 0.07 | 295.7 | 0.9 | 0.49 |
| Hex | DC | D | EC | 7 | 5E | 0 | 7 | 128 | 5A | 31 |
| Octal | 334 | 15 | 354 | 7 | 136 | 0 | 7 | 450 | 132 | 61 |
| Binary | 11011100 | 1101 | 11101100 | 111 | 1011110 | 0 | 111 | 100101000 | 1011010 | 110001 |
Color Harmonies of #DC0DEC
Complementary color
Monochromatic Colors of #DC0DEC
Black with #DC0DEC
Text Example
Text Example
White with #DC0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DEC; }
p { color: rgb(220,13,236); }
H1.HeaderClassName
{
color: #DC0DEC;
}
.AnyTagClassName
{
color: #DC0DEC;
}
</style>
background-color css
<style>
a { background-color: #DC0DEC; }
a { background-color: rgb(220,13,236); }
div.DivClassName
{
background-color: #DC0DEC;
}
.BgClassName
{
background-color: #DC0DEC;
}
</style>
border-color css
<style>
span { border-color: #DC0DEC; }
span { border-color: rgb(220,13,236); }
td.TdClassName
{
border-color: #DC0DEC;
}
.TagClassName
{
border-color: #DC0DEC;
}
</style>