Shades of Heliotrope #D872EC
Tints of Heliotrope #D872EC
RGB
CMYK
RGB Variations
Color information
#D872EC (or 0xD872EC) is known color: Heliotrope. HEX triplet: D8, 72 and EC. RGB value is (216,114,236). Sum of RGB (Red+Green+Blue) = 216+114+236=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #D872EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D872EC is #278D13. Grayscale: #9E9E9E. Windows color (decimal): -2592020 or 15495896. OLE color: 15495896.
HSL color Cylindrical-coordinate representation of color #D872EC: hue angle of 290.16º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D872EC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 114 | 236 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.07 |
| HSL | 290.16º | 0.76% | 0.69% | - |
| HSV(B) | 290.16º | 0.52% | 0.93% | - |
| XYZ | 49.48 | 32.69 | 83.06 | - |
| YUV | 158.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 114 | 236 | 0.08 | 0.52 | 0 | 0.07 | 290.16 | 0.76 | 0.69 |
| Hex | D8 | 72 | EC | 8 | 34 | 0 | 7 | 122 | 4C | 45 |
| Octal | 330 | 162 | 354 | 10 | 64 | 0 | 7 | 442 | 114 | 105 |
| Binary | 11011000 | 1110010 | 11101100 | 1000 | 110100 | 0 | 111 | 100100010 | 1001100 | 1000101 |
Color Harmonies of #D872EC
Complementary color
Monochromatic Colors of #D872EC
Black with #D872EC
Text Example
Text Example
White with #D872EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D872EC; }
p { color: rgb(216,114,236); }
H1.HeaderClassName
{
color: #D872EC;
}
.AnyTagClassName
{
color: #D872EC;
}
</style>
background-color css
<style>
a { background-color: #D872EC; }
a { background-color: rgb(216,114,236); }
div.DivClassName
{
background-color: #D872EC;
}
.BgClassName
{
background-color: #D872EC;
}
</style>
border-color css
<style>
span { border-color: #D872EC; }
span { border-color: rgb(216,114,236); }
td.TdClassName
{
border-color: #D872EC;
}
.TagClassName
{
border-color: #D872EC;
}
</style>