Shades of Psychedelic Purple #DC12EE
Tints of Psychedelic Purple #DC12EE
RGB
CMYK
RGB Variations
Color information
#DC12EE (or 0xDC12EE) is known color: Psychedelic Purple. HEX triplet: DC, 12 and EE. RGB value is (220,18,238). Sum of RGB (Red+Green+Blue) = 220+18+238=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC12EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC12EE is #23ED11. Grayscale: #666666. Windows color (decimal): -2354450 or 15602396. OLE color: 15602396.
HSL color Cylindrical-coordinate representation of color #DC12EE: hue angle of 295.09º degrees, saturation: 0.87, 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 #DC12EE is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 18 | 238 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.07 |
| HSL | 295.09º | 0.87% | 0.5% | - |
| HSV(B) | 295.09º | 0.92% | 0.93% | - |
| XYZ | 45.16 | 21.82 | 82.72 | - |
| YUV | 103.48 | 203.92 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 238 | 0.08 | 0.92 | 0 | 0.07 | 295.09 | 0.87 | 0.5 |
| Hex | DC | 12 | EE | 8 | 5C | 0 | 7 | 127 | 57 | 32 |
| Octal | 334 | 22 | 356 | 10 | 134 | 0 | 7 | 447 | 127 | 62 |
| Binary | 11011100 | 10010 | 11101110 | 1000 | 1011100 | 0 | 111 | 100100111 | 1010111 | 110010 |
Color Harmonies of #DC12EE
Complementary color
Monochromatic Colors of #DC12EE
Black with #DC12EE
Text Example
Text Example
White with #DC12EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12EE; }
p { color: rgb(220,18,238); }
H1.HeaderClassName
{
color: #DC12EE;
}
.AnyTagClassName
{
color: #DC12EE;
}
</style>
background-color css
<style>
a { background-color: #DC12EE; }
a { background-color: rgb(220,18,238); }
div.DivClassName
{
background-color: #DC12EE;
}
.BgClassName
{
background-color: #DC12EE;
}
</style>
border-color css
<style>
span { border-color: #DC12EE; }
span { border-color: rgb(220,18,238); }
td.TdClassName
{
border-color: #DC12EE;
}
.TagClassName
{
border-color: #DC12EE;
}
</style>