Shades of Heliotrope #D070ED
Tints of Heliotrope #D070ED
RGB
CMYK
RGB Variations
Color information
#D070ED (or 0xD070ED) is known color: Heliotrope. HEX triplet: D0, 70 and ED. RGB value is (208,112,237). Sum of RGB (Red+Green+Blue) = 208+112+237=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #D070ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070ED is #2F8F12. Grayscale: #9A9A9A. Windows color (decimal): -3116819 or 15560912. OLE color: 15560912.
HSL color Cylindrical-coordinate representation of color #D070ED: hue angle of 286.08º degrees, saturation: 0.78, 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 #D070ED is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 112 | 237 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.07 |
| HSL | 286.08º | 0.78% | 0.68% | - |
| HSV(B) | 286.08º | 0.53% | 0.93% | - |
| XYZ | 47.09 | 31.11 | 83.64 | - |
| YUV | 154.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 237 | 0.12 | 0.53 | 0 | 0.07 | 286.08 | 0.78 | 0.68 |
| Hex | D0 | 70 | ED | C | 35 | 0 | 7 | 11E | 4E | 44 |
| Octal | 320 | 160 | 355 | 14 | 65 | 0 | 7 | 436 | 116 | 104 |
| Binary | 11010000 | 1110000 | 11101101 | 1100 | 110101 | 0 | 111 | 100011110 | 1001110 | 1000100 |
Color Harmonies of #D070ED
Complementary color
Monochromatic Colors of #D070ED
Black with #D070ED
Text Example
Text Example
White with #D070ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070ED; }
p { color: rgb(208,112,237); }
H1.HeaderClassName
{
color: #D070ED;
}
.AnyTagClassName
{
color: #D070ED;
}
</style>
background-color css
<style>
a { background-color: #D070ED; }
a { background-color: rgb(208,112,237); }
div.DivClassName
{
background-color: #D070ED;
}
.BgClassName
{
background-color: #D070ED;
}
</style>
border-color css
<style>
span { border-color: #D070ED; }
span { border-color: rgb(208,112,237); }
td.TdClassName
{
border-color: #D070ED;
}
.TagClassName
{
border-color: #D070ED;
}
</style>