Shades of Psychedelic Purple #DC12E6
Tints of Psychedelic Purple #DC12E6
RGB
CMYK
RGB Variations
Color information
#DC12E6 (or 0xDC12E6) is known color: Psychedelic Purple. HEX triplet: DC, 12 and E6. RGB value is (220,18,230). Sum of RGB (Red+Green+Blue) = 220+18+230=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC12E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC12E6 is #23ED19. Grayscale: #656565. Windows color (decimal): -2354458 or 15078108. OLE color: 15078108.
HSL color Cylindrical-coordinate representation of color #DC12E6: hue angle of 297.17º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC12E6 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 18 | 230 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.10 |
| HSL | 297.17º | 0.85% | 0.49% | - |
| HSV(B) | 297.17º | 0.92% | 0.9% | - |
| XYZ | 44.01 | 21.36 | 76.67 | - |
| YUV | 102.57 | 199.92 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 230 | 0.04 | 0.92 | 0 | 0.10 | 297.17 | 0.85 | 0.49 |
| Hex | DC | 12 | E6 | 4 | 5C | 0 | A | 129 | 55 | 31 |
| Octal | 334 | 22 | 346 | 4 | 134 | 0 | 12 | 451 | 125 | 61 |
| Binary | 11011100 | 10010 | 11100110 | 100 | 1011100 | 0 | 1010 | 100101001 | 1010101 | 110001 |
Color Harmonies of #DC12E6
Complementary color
Monochromatic Colors of #DC12E6
Black with #DC12E6
Text Example
Text Example
White with #DC12E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12E6; }
p { color: rgb(220,18,230); }
H1.HeaderClassName
{
color: #DC12E6;
}
.AnyTagClassName
{
color: #DC12E6;
}
</style>
background-color css
<style>
a { background-color: #DC12E6; }
a { background-color: rgb(220,18,230); }
div.DivClassName
{
background-color: #DC12E6;
}
.BgClassName
{
background-color: #DC12E6;
}
</style>
border-color css
<style>
span { border-color: #DC12E6; }
span { border-color: rgb(220,18,230); }
td.TdClassName
{
border-color: #DC12E6;
}
.TagClassName
{
border-color: #DC12E6;
}
</style>