Shades of Heliotrope #D988EE
Tints of Heliotrope #D988EE
RGB
CMYK
RGB Variations
Color information
#D988EE (or 0xD988EE) is known color: Heliotrope. HEX triplet: D9, 88 and EE. RGB value is (217,136,238). Sum of RGB (Red+Green+Blue) = 217+136+238=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #D988EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D988EE is #267711. Grayscale: #ABABAB. Windows color (decimal): -2520850 or 15632601. OLE color: 15632601.
HSL color Cylindrical-coordinate representation of color #D988EE: hue angle of 287.65º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D988EE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 136 | 238 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.07 |
| HSL | 287.65º | 0.75% | 0.73% | - |
| HSV(B) | 287.65º | 0.43% | 0.93% | - |
| XYZ | 52.85 | 38.53 | 85.54 | - |
| YUV | 171.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 238 | 0.09 | 0.43 | 0 | 0.07 | 287.65 | 0.75 | 0.73 |
| Hex | D9 | 88 | EE | 9 | 2B | 0 | 7 | 120 | 4B | 49 |
| Octal | 331 | 210 | 356 | 11 | 53 | 0 | 7 | 440 | 113 | 111 |
| Binary | 11011001 | 10001000 | 11101110 | 1001 | 101011 | 0 | 111 | 100100000 | 1001011 | 1001001 |
Color Harmonies of #D988EE
Complementary color
Monochromatic Colors of #D988EE
Black with #D988EE
Text Example
Text Example
White with #D988EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988EE; }
p { color: rgb(217,136,238); }
H1.HeaderClassName
{
color: #D988EE;
}
.AnyTagClassName
{
color: #D988EE;
}
</style>
background-color css
<style>
a { background-color: #D988EE; }
a { background-color: rgb(217,136,238); }
div.DivClassName
{
background-color: #D988EE;
}
.BgClassName
{
background-color: #D988EE;
}
</style>
border-color css
<style>
span { border-color: #D988EE; }
span { border-color: rgb(217,136,238); }
td.TdClassName
{
border-color: #D988EE;
}
.TagClassName
{
border-color: #D988EE;
}
</style>