Shades of Heliotrope #D070EE
Tints of Heliotrope #D070EE
RGB
CMYK
RGB Variations
Color information
#D070EE (or 0xD070EE) is known color: Heliotrope. HEX triplet: D0, 70 and EE. RGB value is (208,112,238). Sum of RGB (Red+Green+Blue) = 208+112+238=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #D070EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070EE is #2F8F11. Grayscale: #9A9A9A. Windows color (decimal): -3116818 or 15626448. OLE color: 15626448.
HSL color Cylindrical-coordinate representation of color #D070EE: hue angle of 285.71º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D070EE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 112 | 238 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.07 |
| HSL | 285.71º | 0.79% | 0.69% | - |
| HSV(B) | 285.71º | 0.53% | 0.93% | - |
| XYZ | 47.24 | 31.17 | 84.42 | - |
| YUV | 155.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 238 | 0.13 | 0.53 | 0 | 0.07 | 285.71 | 0.79 | 0.69 |
| Hex | D0 | 70 | EE | D | 35 | 0 | 7 | 11E | 4F | 45 |
| Octal | 320 | 160 | 356 | 15 | 65 | 0 | 7 | 436 | 117 | 105 |
| Binary | 11010000 | 1110000 | 11101110 | 1101 | 110101 | 0 | 111 | 100011110 | 1001111 | 1000101 |
Color Harmonies of #D070EE
Complementary color
Monochromatic Colors of #D070EE
Black with #D070EE
Text Example
Text Example
White with #D070EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070EE; }
p { color: rgb(208,112,238); }
H1.HeaderClassName
{
color: #D070EE;
}
.AnyTagClassName
{
color: #D070EE;
}
</style>
background-color css
<style>
a { background-color: #D070EE; }
a { background-color: rgb(208,112,238); }
div.DivClassName
{
background-color: #D070EE;
}
.BgClassName
{
background-color: #D070EE;
}
</style>
border-color css
<style>
span { border-color: #D070EE; }
span { border-color: rgb(208,112,238); }
td.TdClassName
{
border-color: #D070EE;
}
.TagClassName
{
border-color: #D070EE;
}
</style>