Shades of Heliotrope #D988F8
Tints of Heliotrope #D988F8
RGB
CMYK
RGB Variations
Color information
#D988F8 (or 0xD988F8) is known color: Heliotrope. HEX triplet: D9, 88 and F8. RGB value is (217,136,248). Sum of RGB (Red+Green+Blue) = 217+136+248=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #D988F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D988F8 is #267707. Grayscale: #ACACAC. Windows color (decimal): -2520840 or 16287961. OLE color: 16287961.
HSL color Cylindrical-coordinate representation of color #D988F8: hue angle of 283.39º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D988F8 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 136 | 248 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.03 |
| HSL | 283.39º | 0.89% | 0.75% | - |
| HSV(B) | 283.39º | 0.45% | 0.97% | - |
| XYZ | 54.36 | 39.14 | 93.5 | - |
| YUV | 172.99 | 170.34 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 248 | 0.12 | 0.45 | 0 | 0.03 | 283.39 | 0.89 | 0.75 |
| Hex | D9 | 88 | F8 | C | 2D | 0 | 3 | 11B | 59 | 4B |
| Octal | 331 | 210 | 370 | 14 | 55 | 0 | 3 | 433 | 131 | 113 |
| Binary | 11011001 | 10001000 | 11111000 | 1100 | 101101 | 0 | 11 | 100011011 | 1011001 | 1001011 |
Color Harmonies of #D988F8
Complementary color
Monochromatic Colors of #D988F8
Black with #D988F8
Text Example
Text Example
White with #D988F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988F8; }
p { color: rgb(217,136,248); }
H1.HeaderClassName
{
color: #D988F8;
}
.AnyTagClassName
{
color: #D988F8;
}
</style>
background-color css
<style>
a { background-color: #D988F8; }
a { background-color: rgb(217,136,248); }
div.DivClassName
{
background-color: #D988F8;
}
.BgClassName
{
background-color: #D988F8;
}
</style>
border-color css
<style>
span { border-color: #D988F8; }
span { border-color: rgb(217,136,248); }
td.TdClassName
{
border-color: #D988F8;
}
.TagClassName
{
border-color: #D988F8;
}
</style>