Shades of Psychedelic Purple #DC0DE5
Tints of Psychedelic Purple #DC0DE5
RGB
CMYK
RGB Variations
Color information
#DC0DE5 (or 0xDC0DE5) is known color: Psychedelic Purple. HEX triplet: DC, 0D and E5. RGB value is (220,13,229). Sum of RGB (Red+Green+Blue) = 220+13+229=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC0DE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DE5 is #23F21A. Grayscale: #626262. Windows color (decimal): -2355739 or 15011292. OLE color: 15011292.
HSL color Cylindrical-coordinate representation of color #DC0DE5: hue angle of 297.5º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0DE5 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 13 | 229 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.10 |
| HSL | 297.5º | 0.89% | 0.47% | - |
| HSV(B) | 297.5º | 0.94% | 0.9% | - |
| XYZ | 43.8 | 21.16 | 75.9 | - |
| YUV | 99.52 | 201.08 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 229 | 0.04 | 0.94 | 0 | 0.10 | 297.5 | 0.89 | 0.47 |
| Hex | DC | D | E5 | 4 | 5E | 0 | A | 12A | 59 | 2F |
| Octal | 334 | 15 | 345 | 4 | 136 | 0 | 12 | 452 | 131 | 57 |
| Binary | 11011100 | 1101 | 11100101 | 100 | 1011110 | 0 | 1010 | 100101010 | 1011001 | 101111 |
Color Harmonies of #DC0DE5
Complementary color
Monochromatic Colors of #DC0DE5
Black with #DC0DE5
Text Example
Text Example
White with #DC0DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DE5; }
p { color: rgb(220,13,229); }
H1.HeaderClassName
{
color: #DC0DE5;
}
.AnyTagClassName
{
color: #DC0DE5;
}
</style>
background-color css
<style>
a { background-color: #DC0DE5; }
a { background-color: rgb(220,13,229); }
div.DivClassName
{
background-color: #DC0DE5;
}
.BgClassName
{
background-color: #DC0DE5;
}
</style>
border-color css
<style>
span { border-color: #DC0DE5; }
span { border-color: rgb(220,13,229); }
td.TdClassName
{
border-color: #DC0DE5;
}
.TagClassName
{
border-color: #DC0DE5;
}
</style>