Shades of Heliotrope #D991F9
Tints of Heliotrope #D991F9
RGB
CMYK
RGB Variations
Color information
#D991F9 (or 0xD991F9) is known color: Heliotrope. HEX triplet: D9, 91 and F9. RGB value is (217,145,249). Sum of RGB (Red+Green+Blue) = 217+145+249=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 145 (57.03% from 255 or 23.73% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #D991F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D991F9 is #266E06. Grayscale: #B2B2B2. Windows color (decimal): -2518535 or 16355801. OLE color: 16355801.
HSL color Cylindrical-coordinate representation of color #D991F9: hue angle of 281.54º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D991F9 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 145 | 249 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.02 |
| HSL | 281.54º | 0.9% | 0.77% | - |
| HSV(B) | 281.54º | 0.42% | 0.98% | - |
| XYZ | 55.84 | 41.84 | 94.76 | - |
| YUV | 178.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 249 | 0.13 | 0.42 | 0 | 0.02 | 281.54 | 0.9 | 0.77 |
| Hex | D9 | 91 | F9 | D | 2A | 0 | 2 | 11A | 5A | 4D |
| Octal | 331 | 221 | 371 | 15 | 52 | 0 | 2 | 432 | 132 | 115 |
| Binary | 11011001 | 10010001 | 11111001 | 1101 | 101010 | 0 | 10 | 100011010 | 1011010 | 1001101 |
Color Harmonies of #D991F9
Complementary color
Monochromatic Colors of #D991F9
Black with #D991F9
Text Example
Text Example
White with #D991F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991F9; }
p { color: rgb(217,145,249); }
H1.HeaderClassName
{
color: #D991F9;
}
.AnyTagClassName
{
color: #D991F9;
}
</style>
background-color css
<style>
a { background-color: #D991F9; }
a { background-color: rgb(217,145,249); }
div.DivClassName
{
background-color: #D991F9;
}
.BgClassName
{
background-color: #D991F9;
}
</style>
border-color css
<style>
span { border-color: #D991F9; }
span { border-color: rgb(217,145,249); }
td.TdClassName
{
border-color: #D991F9;
}
.TagClassName
{
border-color: #D991F9;
}
</style>