Shades of Heliotrope #D985ED
Tints of Heliotrope #D985ED
RGB
CMYK
RGB Variations
Color information
#D985ED (or 0xD985ED) is known color: Heliotrope. HEX triplet: D9, 85 and ED. RGB value is (217,133,237). Sum of RGB (Red+Green+Blue) = 217+133+237=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #D985ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985ED is #267A12. Grayscale: #A9A9A9. Windows color (decimal): -2521619 or 15566297. OLE color: 15566297.
HSL color Cylindrical-coordinate representation of color #D985ED: hue angle of 288.46º degrees, saturation: 0.74, 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 #D985ED is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 133 | 237 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.07 |
| HSL | 288.46º | 0.74% | 0.73% | - |
| HSV(B) | 288.46º | 0.44% | 0.93% | - |
| XYZ | 52.29 | 37.64 | 84.63 | - |
| YUV | 169.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 237 | 0.08 | 0.44 | 0 | 0.07 | 288.46 | 0.74 | 0.73 |
| Hex | D9 | 85 | ED | 8 | 2C | 0 | 7 | 120 | 4A | 49 |
| Octal | 331 | 205 | 355 | 10 | 54 | 0 | 7 | 440 | 112 | 111 |
| Binary | 11011001 | 10000101 | 11101101 | 1000 | 101100 | 0 | 111 | 100100000 | 1001010 | 1001001 |
Color Harmonies of #D985ED
Complementary color
Monochromatic Colors of #D985ED
Black with #D985ED
Text Example
Text Example
White with #D985ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985ED; }
p { color: rgb(217,133,237); }
H1.HeaderClassName
{
color: #D985ED;
}
.AnyTagClassName
{
color: #D985ED;
}
</style>
background-color css
<style>
a { background-color: #D985ED; }
a { background-color: rgb(217,133,237); }
div.DivClassName
{
background-color: #D985ED;
}
.BgClassName
{
background-color: #D985ED;
}
</style>
border-color css
<style>
span { border-color: #D985ED; }
span { border-color: rgb(217,133,237); }
td.TdClassName
{
border-color: #D985ED;
}
.TagClassName
{
border-color: #D985ED;
}
</style>