Shades of Heliotrope #D98CF1
Tints of Heliotrope #D98CF1
RGB
CMYK
RGB Variations
Color information
#D98CF1 (or 0xD98CF1) is known color: Heliotrope. HEX triplet: D9, 8C and F1. RGB value is (217,140,241). Sum of RGB (Red+Green+Blue) = 217+140+241=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #D98CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98CF1 is #26730E. Grayscale: #AEAEAE. Windows color (decimal): -2519823 or 15830233. OLE color: 15830233.
HSL color Cylindrical-coordinate representation of color #D98CF1: hue angle of 285.74º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D98CF1 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 140 | 241 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.05 |
| HSL | 285.74º | 0.78% | 0.75% | - |
| HSV(B) | 285.74º | 0.42% | 0.95% | - |
| XYZ | 53.87 | 39.86 | 88.07 | - |
| YUV | 174.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 241 | 0.10 | 0.42 | 0 | 0.05 | 285.74 | 0.78 | 0.75 |
| Hex | D9 | 8C | F1 | A | 2A | 0 | 5 | 11E | 4E | 4B |
| Octal | 331 | 214 | 361 | 12 | 52 | 0 | 5 | 436 | 116 | 113 |
| Binary | 11011001 | 10001100 | 11110001 | 1010 | 101010 | 0 | 101 | 100011110 | 1001110 | 1001011 |
Color Harmonies of #D98CF1
Complementary color
Monochromatic Colors of #D98CF1
Black with #D98CF1
Text Example
Text Example
White with #D98CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CF1; }
p { color: rgb(217,140,241); }
H1.HeaderClassName
{
color: #D98CF1;
}
.AnyTagClassName
{
color: #D98CF1;
}
</style>
background-color css
<style>
a { background-color: #D98CF1; }
a { background-color: rgb(217,140,241); }
div.DivClassName
{
background-color: #D98CF1;
}
.BgClassName
{
background-color: #D98CF1;
}
</style>
border-color css
<style>
span { border-color: #D98CF1; }
span { border-color: rgb(217,140,241); }
td.TdClassName
{
border-color: #D98CF1;
}
.TagClassName
{
border-color: #D98CF1;
}
</style>