Shades of Heliotrope #D085EF
Tints of Heliotrope #D085EF
RGB
CMYK
RGB Variations
Color information
#D085EF (or 0xD085EF) is known color: Heliotrope. HEX triplet: D0, 85 and EF. RGB value is (208,133,239). Sum of RGB (Red+Green+Blue) = 208+133+239=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #D085EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085EF is #2F7A10. Grayscale: #A7A7A7. Windows color (decimal): -3111441 or 15697360. OLE color: 15697360.
HSL color Cylindrical-coordinate representation of color #D085EF: hue angle of 282.45º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D085EF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 133 | 239 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.06 |
| HSL | 282.45º | 0.77% | 0.73% | - |
| HSV(B) | 282.45º | 0.44% | 0.94% | - |
| XYZ | 49.98 | 36.42 | 86.06 | - |
| YUV | 167.51 | 168.35 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 239 | 0.13 | 0.44 | 0 | 0.06 | 282.45 | 0.77 | 0.73 |
| Hex | D0 | 85 | EF | D | 2C | 0 | 6 | 11A | 4D | 49 |
| Octal | 320 | 205 | 357 | 15 | 54 | 0 | 6 | 432 | 115 | 111 |
| Binary | 11010000 | 10000101 | 11101111 | 1101 | 101100 | 0 | 110 | 100011010 | 1001101 | 1001001 |
Color Harmonies of #D085EF
Complementary color
Monochromatic Colors of #D085EF
Black with #D085EF
Text Example
Text Example
White with #D085EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085EF; }
p { color: rgb(208,133,239); }
H1.HeaderClassName
{
color: #D085EF;
}
.AnyTagClassName
{
color: #D085EF;
}
</style>
background-color css
<style>
a { background-color: #D085EF; }
a { background-color: rgb(208,133,239); }
div.DivClassName
{
background-color: #D085EF;
}
.BgClassName
{
background-color: #D085EF;
}
</style>
border-color css
<style>
span { border-color: #D085EF; }
span { border-color: rgb(208,133,239); }
td.TdClassName
{
border-color: #D085EF;
}
.TagClassName
{
border-color: #D085EF;
}
</style>