Shades of Heliotrope #D98EFB
Tints of Heliotrope #D98EFB
RGB
CMYK
RGB Variations
Color information
#D98EFB (or 0xD98EFB) is known color: Heliotrope. HEX triplet: D9, 8E and FB. RGB value is (217,142,251). Sum of RGB (Red+Green+Blue) = 217+142+251=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 142 (55.86% from 255 or 23.28% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #D98EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98EFB is #267104. Grayscale: #B0B0B0. Windows color (decimal): -2519301 or 16486105. OLE color: 16486105.
HSL color Cylindrical-coordinate representation of color #D98EFB: hue angle of 281.28º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D98EFB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 142 | 251 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.02 |
| HSL | 281.28º | 0.93% | 0.77% | - |
| HSV(B) | 281.28º | 0.43% | 0.98% | - |
| XYZ | 55.7 | 41.06 | 96.26 | - |
| YUV | 176.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 251 | 0.14 | 0.43 | 0 | 0.02 | 281.28 | 0.93 | 0.77 |
| Hex | D9 | 8E | FB | E | 2B | 0 | 2 | 119 | 5D | 4D |
| Octal | 331 | 216 | 373 | 16 | 53 | 0 | 2 | 431 | 135 | 115 |
| Binary | 11011001 | 10001110 | 11111011 | 1110 | 101011 | 0 | 10 | 100011001 | 1011101 | 1001101 |
Color Harmonies of #D98EFB
Complementary color
Monochromatic Colors of #D98EFB
Black with #D98EFB
Text Example
Text Example
White with #D98EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98EFB; }
p { color: rgb(217,142,251); }
H1.HeaderClassName
{
color: #D98EFB;
}
.AnyTagClassName
{
color: #D98EFB;
}
</style>
background-color css
<style>
a { background-color: #D98EFB; }
a { background-color: rgb(217,142,251); }
div.DivClassName
{
background-color: #D98EFB;
}
.BgClassName
{
background-color: #D98EFB;
}
</style>
border-color css
<style>
span { border-color: #D98EFB; }
span { border-color: rgb(217,142,251); }
td.TdClassName
{
border-color: #D98EFB;
}
.TagClassName
{
border-color: #D98EFB;
}
</style>