Shades of Psychedelic Purple #DC0CEA
Tints of Psychedelic Purple #DC0CEA
RGB
CMYK
RGB Variations
Color information
#DC0CEA (or 0xDC0CEA) is known color: Psychedelic Purple. HEX triplet: DC, 0C and EA. RGB value is (220,12,234). Sum of RGB (Red+Green+Blue) = 220+12+234=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC0CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0CEA is #23F315. Grayscale: #626262. Windows color (decimal): -2355990 or 15338716. OLE color: 15338716.
HSL color Cylindrical-coordinate representation of color #DC0CEA: hue angle of 296.22º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CEA is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 12 | 234 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.08 |
| HSL | 296.22º | 0.9% | 0.48% | - |
| HSV(B) | 296.22º | 0.95% | 0.92% | - |
| XYZ | 44.5 | 21.42 | 79.63 | - |
| YUV | 99.5 | 203.91 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 234 | 0.06 | 0.95 | 0 | 0.08 | 296.22 | 0.9 | 0.48 |
| Hex | DC | C | EA | 6 | 5F | 0 | 8 | 128 | 5A | 30 |
| Octal | 334 | 14 | 352 | 6 | 137 | 0 | 10 | 450 | 132 | 60 |
| Binary | 11011100 | 1100 | 11101010 | 110 | 1011111 | 0 | 1000 | 100101000 | 1011010 | 110000 |
Color Harmonies of #DC0CEA
Complementary color
Monochromatic Colors of #DC0CEA
Black with #DC0CEA
Text Example
Text Example
White with #DC0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0CEA; }
p { color: rgb(220,12,234); }
H1.HeaderClassName
{
color: #DC0CEA;
}
.AnyTagClassName
{
color: #DC0CEA;
}
</style>
background-color css
<style>
a { background-color: #DC0CEA; }
a { background-color: rgb(220,12,234); }
div.DivClassName
{
background-color: #DC0CEA;
}
.BgClassName
{
background-color: #DC0CEA;
}
</style>
border-color css
<style>
span { border-color: #DC0CEA; }
span { border-color: rgb(220,12,234); }
td.TdClassName
{
border-color: #DC0CEA;
}
.TagClassName
{
border-color: #DC0CEA;
}
</style>