Shades of Heliotrope #D988FF
Tints of Heliotrope #D988FF
RGB
CMYK
RGB Variations
Color information
#D988FF (or 0xD988FF) is known color: Heliotrope. HEX triplet: D9, 88 and FF. RGB value is (217,136,255). Sum of RGB (Red+Green+Blue) = 217+136+255=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 136 (53.52% from 255 or 22.37% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #D988FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D988FF is #267700. Grayscale: #ADADAD. Windows color (decimal): -2520833 or 16746713. OLE color: 16746713.
HSL color Cylindrical-coordinate representation of color #D988FF: hue angle of 280.84º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D988FF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 136 | 255 | - |
| CMYK | 0.15 | 0.47 | 0 | 0 |
| HSL | 280.84º | 1% | 0.77% | - |
| HSV(B) | 280.84º | 0.47% | 1% | - |
| XYZ | 55.47 | 39.58 | 99.32 | - |
| YUV | 173.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 255 | 0.15 | 0.47 | 0 | 0 | 280.84 | 1 | 0.77 |
| Hex | D9 | 88 | FF | F | 2F | 0 | 0 | 119 | 64 | 4D |
| Octal | 331 | 210 | 377 | 17 | 57 | 0 | 0 | 431 | 144 | 115 |
| Binary | 11011001 | 10001000 | 11111111 | 1111 | 101111 | 0 | 0 | 100011001 | 1100100 | 1001101 |
Color Harmonies of #D988FF
Complementary color
Monochromatic Colors of #D988FF
Black with #D988FF
Text Example
Text Example
White with #D988FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988FF; }
p { color: rgb(217,136,255); }
H1.HeaderClassName
{
color: #D988FF;
}
.AnyTagClassName
{
color: #D988FF;
}
</style>
background-color css
<style>
a { background-color: #D988FF; }
a { background-color: rgb(217,136,255); }
div.DivClassName
{
background-color: #D988FF;
}
.BgClassName
{
background-color: #D988FF;
}
</style>
border-color css
<style>
span { border-color: #D988FF; }
span { border-color: rgb(217,136,255); }
td.TdClassName
{
border-color: #D988FF;
}
.TagClassName
{
border-color: #D988FF;
}
</style>