Shades of Psychedelic Purple #DC12E7
Tints of Psychedelic Purple #DC12E7
RGB
CMYK
RGB Variations
Color information
#DC12E7 (or 0xDC12E7) is known color: Psychedelic Purple. HEX triplet: DC, 12 and E7. RGB value is (220,18,231). Sum of RGB (Red+Green+Blue) = 220+18+231=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC12E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC12E7 is #23ED18. Grayscale: #666666. Windows color (decimal): -2354457 or 15143644. OLE color: 15143644.
HSL color Cylindrical-coordinate representation of color #DC12E7: hue angle of 296.9º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC12E7 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 18 | 231 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.09 |
| HSL | 296.9º | 0.86% | 0.49% | - |
| HSV(B) | 296.9º | 0.92% | 0.91% | - |
| XYZ | 44.16 | 21.42 | 77.41 | - |
| YUV | 102.68 | 200.42 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 231 | 0.05 | 0.92 | 0 | 0.09 | 296.9 | 0.86 | 0.49 |
| Hex | DC | 12 | E7 | 5 | 5C | 0 | 9 | 129 | 56 | 31 |
| Octal | 334 | 22 | 347 | 5 | 134 | 0 | 11 | 451 | 126 | 61 |
| Binary | 11011100 | 10010 | 11100111 | 101 | 1011100 | 0 | 1001 | 100101001 | 1010110 | 110001 |
Color Harmonies of #DC12E7
Complementary color
Monochromatic Colors of #DC12E7
Black with #DC12E7
Text Example
Text Example
White with #DC12E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12E7; }
p { color: rgb(220,18,231); }
H1.HeaderClassName
{
color: #DC12E7;
}
.AnyTagClassName
{
color: #DC12E7;
}
</style>
background-color css
<style>
a { background-color: #DC12E7; }
a { background-color: rgb(220,18,231); }
div.DivClassName
{
background-color: #DC12E7;
}
.BgClassName
{
background-color: #DC12E7;
}
</style>
border-color css
<style>
span { border-color: #DC12E7; }
span { border-color: rgb(220,18,231); }
td.TdClassName
{
border-color: #DC12E7;
}
.TagClassName
{
border-color: #DC12E7;
}
</style>