Shades of Heliotrope #D086EE
Tints of Heliotrope #D086EE
RGB
CMYK
RGB Variations
Color information
#D086EE (or 0xD086EE) is known color: Heliotrope. HEX triplet: D0, 86 and EE. RGB value is (208,134,238). Sum of RGB (Red+Green+Blue) = 208+134+238=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #D086EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086EE is #2F7911. Grayscale: #A7A7A7. Windows color (decimal): -3111186 or 15632080. OLE color: 15632080.
HSL color Cylindrical-coordinate representation of color #D086EE: hue angle of 282.69º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D086EE is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 134 | 238 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.07 |
| HSL | 282.69º | 0.75% | 0.73% | - |
| HSV(B) | 282.69º | 0.44% | 0.93% | - |
| XYZ | 49.97 | 36.63 | 85.33 | - |
| YUV | 167.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 238 | 0.13 | 0.44 | 0 | 0.07 | 282.69 | 0.75 | 0.73 |
| Hex | D0 | 86 | EE | D | 2C | 0 | 7 | 11B | 4B | 49 |
| Octal | 320 | 206 | 356 | 15 | 54 | 0 | 7 | 433 | 113 | 111 |
| Binary | 11010000 | 10000110 | 11101110 | 1101 | 101100 | 0 | 111 | 100011011 | 1001011 | 1001001 |
Color Harmonies of #D086EE
Complementary color
Monochromatic Colors of #D086EE
Black with #D086EE
Text Example
Text Example
White with #D086EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D086EE; }
p { color: rgb(208,134,238); }
H1.HeaderClassName
{
color: #D086EE;
}
.AnyTagClassName
{
color: #D086EE;
}
</style>
background-color css
<style>
a { background-color: #D086EE; }
a { background-color: rgb(208,134,238); }
div.DivClassName
{
background-color: #D086EE;
}
.BgClassName
{
background-color: #D086EE;
}
</style>
border-color css
<style>
span { border-color: #D086EE; }
span { border-color: rgb(208,134,238); }
td.TdClassName
{
border-color: #D086EE;
}
.TagClassName
{
border-color: #D086EE;
}
</style>