Shades of Heliotrope #D870EC
Tints of Heliotrope #D870EC
RGB
CMYK
RGB Variations
Color information
#D870EC (or 0xD870EC) is known color: Heliotrope. HEX triplet: D8, 70 and EC. RGB value is (216,112,236). Sum of RGB (Red+Green+Blue) = 216+112+236=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #D870EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D870EC is #278F13. Grayscale: #9C9C9C. Windows color (decimal): -2592532 or 15495384. OLE color: 15495384.
HSL color Cylindrical-coordinate representation of color #D870EC: hue angle of 290.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D870EC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 112 | 236 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.07 |
| HSL | 290.32º | 0.77% | 0.68% | - |
| HSV(B) | 290.32º | 0.53% | 0.93% | - |
| XYZ | 49.25 | 32.24 | 82.98 | - |
| YUV | 157.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 236 | 0.08 | 0.53 | 0 | 0.07 | 290.32 | 0.77 | 0.68 |
| Hex | D8 | 70 | EC | 8 | 35 | 0 | 7 | 122 | 4D | 44 |
| Octal | 330 | 160 | 354 | 10 | 65 | 0 | 7 | 442 | 115 | 104 |
| Binary | 11011000 | 1110000 | 11101100 | 1000 | 110101 | 0 | 111 | 100100010 | 1001101 | 1000100 |
Color Harmonies of #D870EC
Complementary color
Monochromatic Colors of #D870EC
Black with #D870EC
Text Example
Text Example
White with #D870EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D870EC; }
p { color: rgb(216,112,236); }
H1.HeaderClassName
{
color: #D870EC;
}
.AnyTagClassName
{
color: #D870EC;
}
</style>
background-color css
<style>
a { background-color: #D870EC; }
a { background-color: rgb(216,112,236); }
div.DivClassName
{
background-color: #D870EC;
}
.BgClassName
{
background-color: #D870EC;
}
</style>
border-color css
<style>
span { border-color: #D870EC; }
span { border-color: rgb(216,112,236); }
td.TdClassName
{
border-color: #D870EC;
}
.TagClassName
{
border-color: #D870EC;
}
</style>