Shades of Heliotrope #D985EE
Tints of Heliotrope #D985EE
RGB
CMYK
RGB Variations
Color information
#D985EE (or 0xD985EE) is known color: Heliotrope. HEX triplet: D9, 85 and EE. RGB value is (217,133,238). Sum of RGB (Red+Green+Blue) = 217+133+238=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #D985EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985EE is #267A11. Grayscale: #A9A9A9. Windows color (decimal): -2521618 or 15631833. OLE color: 15631833.
HSL color Cylindrical-coordinate representation of color #D985EE: hue angle of 288º degrees, saturation: 0.76, 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 #D985EE is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 133 | 238 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.07 |
| HSL | 288º | 0.76% | 0.73% | - |
| HSV(B) | 288º | 0.44% | 0.93% | - |
| XYZ | 52.44 | 37.7 | 85.4 | - |
| YUV | 170.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 238 | 0.09 | 0.44 | 0 | 0.07 | 288 | 0.76 | 0.73 |
| Hex | D9 | 85 | EE | 9 | 2C | 0 | 7 | 120 | 4C | 49 |
| Octal | 331 | 205 | 356 | 11 | 54 | 0 | 7 | 440 | 114 | 111 |
| Binary | 11011001 | 10000101 | 11101110 | 1001 | 101100 | 0 | 111 | 100100000 | 1001100 | 1001001 |
Color Harmonies of #D985EE
Complementary color
Monochromatic Colors of #D985EE
Black with #D985EE
Text Example
Text Example
White with #D985EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985EE; }
p { color: rgb(217,133,238); }
H1.HeaderClassName
{
color: #D985EE;
}
.AnyTagClassName
{
color: #D985EE;
}
</style>
background-color css
<style>
a { background-color: #D985EE; }
a { background-color: rgb(217,133,238); }
div.DivClassName
{
background-color: #D985EE;
}
.BgClassName
{
background-color: #D985EE;
}
</style>
border-color css
<style>
span { border-color: #D985EE; }
span { border-color: rgb(217,133,238); }
td.TdClassName
{
border-color: #D985EE;
}
.TagClassName
{
border-color: #D985EE;
}
</style>