Shades of Psychedelic Purple #DC0DE6
Tints of Psychedelic Purple #DC0DE6
RGB
CMYK
RGB Variations
Color information
#DC0DE6 (or 0xDC0DE6) is known color: Psychedelic Purple. HEX triplet: DC, 0D and E6. RGB value is (220,13,230). Sum of RGB (Red+Green+Blue) = 220+13+230=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC0DE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0DE6 is #23F219. Grayscale: #626262. Windows color (decimal): -2355738 or 15076828. OLE color: 15076828.
HSL color Cylindrical-coordinate representation of color #DC0DE6: hue angle of 297.24º 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 #DC0DE6 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 13 | 230 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.10 |
| HSL | 297.24º | 0.89% | 0.48% | - |
| HSV(B) | 297.24º | 0.94% | 0.9% | - |
| XYZ | 43.94 | 21.22 | 76.64 | - |
| YUV | 99.63 | 201.58 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 230 | 0.04 | 0.94 | 0 | 0.10 | 297.24 | 0.89 | 0.48 |
| Hex | DC | D | E6 | 4 | 5E | 0 | A | 129 | 59 | 30 |
| Octal | 334 | 15 | 346 | 4 | 136 | 0 | 12 | 451 | 131 | 60 |
| Binary | 11011100 | 1101 | 11100110 | 100 | 1011110 | 0 | 1010 | 100101001 | 1011001 | 110000 |
Color Harmonies of #DC0DE6
Complementary color
Monochromatic Colors of #DC0DE6
Black with #DC0DE6
Text Example
Text Example
White with #DC0DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DE6; }
p { color: rgb(220,13,230); }
H1.HeaderClassName
{
color: #DC0DE6;
}
.AnyTagClassName
{
color: #DC0DE6;
}
</style>
background-color css
<style>
a { background-color: #DC0DE6; }
a { background-color: rgb(220,13,230); }
div.DivClassName
{
background-color: #DC0DE6;
}
.BgClassName
{
background-color: #DC0DE6;
}
</style>
border-color css
<style>
span { border-color: #DC0DE6; }
span { border-color: rgb(220,13,230); }
td.TdClassName
{
border-color: #DC0DE6;
}
.TagClassName
{
border-color: #DC0DE6;
}
</style>