Shades of Heliotrope #D072EF
Tints of Heliotrope #D072EF
RGB
CMYK
RGB Variations
Color information
#D072EF (or 0xD072EF) is known color: Heliotrope. HEX triplet: D0, 72 and EF. RGB value is (208,114,239). Sum of RGB (Red+Green+Blue) = 208+114+239=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #D072EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072EF is #2F8D10. Grayscale: #9B9B9B. Windows color (decimal): -3116305 or 15692496. OLE color: 15692496.
HSL color Cylindrical-coordinate representation of color #D072EF: hue angle of 285.12º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D072EF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 114 | 239 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.06 |
| HSL | 285.12º | 0.8% | 0.69% | - |
| HSV(B) | 285.12º | 0.52% | 0.94% | - |
| XYZ | 47.61 | 31.68 | 85.27 | - |
| YUV | 156.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 239 | 0.13 | 0.52 | 0 | 0.06 | 285.12 | 0.8 | 0.69 |
| Hex | D0 | 72 | EF | D | 34 | 0 | 6 | 11D | 50 | 45 |
| Octal | 320 | 162 | 357 | 15 | 64 | 0 | 6 | 435 | 120 | 105 |
| Binary | 11010000 | 1110010 | 11101111 | 1101 | 110100 | 0 | 110 | 100011101 | 1010000 | 1000101 |
Color Harmonies of #D072EF
Complementary color
Monochromatic Colors of #D072EF
Black with #D072EF
Text Example
Text Example
White with #D072EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072EF; }
p { color: rgb(208,114,239); }
H1.HeaderClassName
{
color: #D072EF;
}
.AnyTagClassName
{
color: #D072EF;
}
</style>
background-color css
<style>
a { background-color: #D072EF; }
a { background-color: rgb(208,114,239); }
div.DivClassName
{
background-color: #D072EF;
}
.BgClassName
{
background-color: #D072EF;
}
</style>
border-color css
<style>
span { border-color: #D072EF; }
span { border-color: rgb(208,114,239); }
td.TdClassName
{
border-color: #D072EF;
}
.TagClassName
{
border-color: #D072EF;
}
</style>