Shades of Psychedelic Purple #DC12ED
Tints of Psychedelic Purple #DC12ED
RGB
CMYK
RGB Variations
Color information
#DC12ED (or 0xDC12ED) is known color: Psychedelic Purple. HEX triplet: DC, 12 and ED. RGB value is (220,18,237). Sum of RGB (Red+Green+Blue) = 220+18+237=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 18 (7.42% from 255 or 3.79% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC12ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC12ED is #23ED12. Grayscale: #666666. Windows color (decimal): -2354451 or 15536860. OLE color: 15536860.
HSL color Cylindrical-coordinate representation of color #DC12ED: hue angle of 295.34º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC12ED is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 18 | 237 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.07 |
| HSL | 295.34º | 0.86% | 0.5% | - |
| HSV(B) | 295.34º | 0.92% | 0.93% | - |
| XYZ | 45.02 | 21.76 | 81.95 | - |
| YUV | 103.36 | 203.42 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 237 | 0.07 | 0.92 | 0 | 0.07 | 295.34 | 0.86 | 0.5 |
| Hex | DC | 12 | ED | 7 | 5C | 0 | 7 | 127 | 56 | 32 |
| Octal | 334 | 22 | 355 | 7 | 134 | 0 | 7 | 447 | 126 | 62 |
| Binary | 11011100 | 10010 | 11101101 | 111 | 1011100 | 0 | 111 | 100100111 | 1010110 | 110010 |
Color Harmonies of #DC12ED
Complementary color
Monochromatic Colors of #DC12ED
Black with #DC12ED
Text Example
Text Example
White with #DC12ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12ED; }
p { color: rgb(220,18,237); }
H1.HeaderClassName
{
color: #DC12ED;
}
.AnyTagClassName
{
color: #DC12ED;
}
</style>
background-color css
<style>
a { background-color: #DC12ED; }
a { background-color: rgb(220,18,237); }
div.DivClassName
{
background-color: #DC12ED;
}
.BgClassName
{
background-color: #DC12ED;
}
</style>
border-color css
<style>
span { border-color: #DC12ED; }
span { border-color: rgb(220,18,237); }
td.TdClassName
{
border-color: #DC12ED;
}
.TagClassName
{
border-color: #DC12ED;
}
</style>