Shades of Psychedelic Purple #D112EC
Tints of Psychedelic Purple #D112EC
RGB
CMYK
RGB Variations
Color information
#D112EC (or 0xD112EC) is known color: Psychedelic Purple. HEX triplet: D1, 12 and EC. RGB value is (209,18,236). Sum of RGB (Red+Green+Blue) = 209+18+236=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #D112EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D112EC is #2EED13. Grayscale: #636363. Windows color (decimal): -3075348 or 15471313. OLE color: 15471313.
HSL color Cylindrical-coordinate representation of color #D112EC: hue angle of 292.57º 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 #D112EC is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 18 | 236 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.07 |
| HSL | 292.57º | 0.86% | 0.5% | - |
| HSV(B) | 292.57º | 0.92% | 0.93% | - |
| XYZ | 41.65 | 20.04 | 81.03 | - |
| YUV | 99.96 | 204.78 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 236 | 0.11 | 0.92 | 0 | 0.07 | 292.57 | 0.86 | 0.5 |
| Hex | D1 | 12 | EC | B | 5C | 0 | 7 | 125 | 56 | 32 |
| Octal | 321 | 22 | 354 | 13 | 134 | 0 | 7 | 445 | 126 | 62 |
| Binary | 11010001 | 10010 | 11101100 | 1011 | 1011100 | 0 | 111 | 100100101 | 1010110 | 110010 |
Color Harmonies of #D112EC
Complementary color
Monochromatic Colors of #D112EC
Black with #D112EC
Text Example
Text Example
White with #D112EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112EC; }
p { color: rgb(209,18,236); }
H1.HeaderClassName
{
color: #D112EC;
}
.AnyTagClassName
{
color: #D112EC;
}
</style>
background-color css
<style>
a { background-color: #D112EC; }
a { background-color: rgb(209,18,236); }
div.DivClassName
{
background-color: #D112EC;
}
.BgClassName
{
background-color: #D112EC;
}
</style>
border-color css
<style>
span { border-color: #D112EC; }
span { border-color: rgb(209,18,236); }
td.TdClassName
{
border-color: #D112EC;
}
.TagClassName
{
border-color: #D112EC;
}
</style>