Shades of Heliotrope #D98DF7
Tints of Heliotrope #D98DF7
RGB
CMYK
RGB Variations
Color information
#D98DF7 (or 0xD98DF7) is known color: Heliotrope. HEX triplet: D9, 8D and F7. RGB value is (217,141,247). Sum of RGB (Red+Green+Blue) = 217+141+247=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #D98DF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98DF7 is #267208. Grayscale: #AFAFAF. Windows color (decimal): -2519561 or 16223705. OLE color: 16223705.
HSL color Cylindrical-coordinate representation of color #D98DF7: hue angle of 283.02º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D98DF7 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 141 | 247 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.03 |
| HSL | 283.02º | 0.87% | 0.76% | - |
| HSV(B) | 283.02º | 0.43% | 0.97% | - |
| XYZ | 54.93 | 40.52 | 92.92 | - |
| YUV | 175.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 247 | 0.12 | 0.43 | 0 | 0.03 | 283.02 | 0.87 | 0.76 |
| Hex | D9 | 8D | F7 | C | 2B | 0 | 3 | 11B | 57 | 4C |
| Octal | 331 | 215 | 367 | 14 | 53 | 0 | 3 | 433 | 127 | 114 |
| Binary | 11011001 | 10001101 | 11110111 | 1100 | 101011 | 0 | 11 | 100011011 | 1010111 | 1001100 |
Color Harmonies of #D98DF7
Complementary color
Monochromatic Colors of #D98DF7
Black with #D98DF7
Text Example
Text Example
White with #D98DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DF7; }
p { color: rgb(217,141,247); }
H1.HeaderClassName
{
color: #D98DF7;
}
.AnyTagClassName
{
color: #D98DF7;
}
</style>
background-color css
<style>
a { background-color: #D98DF7; }
a { background-color: rgb(217,141,247); }
div.DivClassName
{
background-color: #D98DF7;
}
.BgClassName
{
background-color: #D98DF7;
}
</style>
border-color css
<style>
span { border-color: #D98DF7; }
span { border-color: rgb(217,141,247); }
td.TdClassName
{
border-color: #D98DF7;
}
.TagClassName
{
border-color: #D98DF7;
}
</style>