Shades of Heliotrope #D070E9
Tints of Heliotrope #D070E9
RGB
CMYK
RGB Variations
Color information
#D070E9 (or 0xD070E9) is known color: Heliotrope. HEX triplet: D0, 70 and E9. RGB value is (208,112,233). Sum of RGB (Red+Green+Blue) = 208+112+233=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #D070E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070E9 is #2F8F16. Grayscale: #9A9A9A. Windows color (decimal): -3116823 or 15298768. OLE color: 15298768.
HSL color Cylindrical-coordinate representation of color #D070E9: hue angle of 287.6º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D070E9 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 112 | 233 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.09 |
| HSL | 287.6º | 0.73% | 0.68% | - |
| HSV(B) | 287.6º | 0.52% | 0.91% | - |
| XYZ | 46.51 | 30.88 | 80.6 | - |
| YUV | 154.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 233 | 0.11 | 0.52 | 0 | 0.09 | 287.6 | 0.73 | 0.68 |
| Hex | D0 | 70 | E9 | B | 34 | 0 | 9 | 120 | 49 | 44 |
| Octal | 320 | 160 | 351 | 13 | 64 | 0 | 11 | 440 | 111 | 104 |
| Binary | 11010000 | 1110000 | 11101001 | 1011 | 110100 | 0 | 1001 | 100100000 | 1001001 | 1000100 |
Color Harmonies of #D070E9
Complementary color
Monochromatic Colors of #D070E9
Black with #D070E9
Text Example
Text Example
White with #D070E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070E9; }
p { color: rgb(208,112,233); }
H1.HeaderClassName
{
color: #D070E9;
}
.AnyTagClassName
{
color: #D070E9;
}
</style>
background-color css
<style>
a { background-color: #D070E9; }
a { background-color: rgb(208,112,233); }
div.DivClassName
{
background-color: #D070E9;
}
.BgClassName
{
background-color: #D070E9;
}
</style>
border-color css
<style>
span { border-color: #D070E9; }
span { border-color: rgb(208,112,233); }
td.TdClassName
{
border-color: #D070E9;
}
.TagClassName
{
border-color: #D070E9;
}
</style>