Shades of Heliotrope #D981F9
Tints of Heliotrope #D981F9
RGB
CMYK
RGB Variations
Color information
#D981F9 (or 0xD981F9) is known color: Heliotrope. HEX triplet: D9, 81 and F9. RGB value is (217,129,249). Sum of RGB (Red+Green+Blue) = 217+129+249=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #D981F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D981F9 is #267E06. Grayscale: #A8A8A8. Windows color (decimal): -2522631 or 16351705. OLE color: 16351705.
HSL color Cylindrical-coordinate representation of color #D981F9: hue angle of 284º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D981F9 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 129 | 249 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.02 |
| HSL | 284º | 0.91% | 0.74% | - |
| HSV(B) | 284º | 0.48% | 0.98% | - |
| XYZ | 53.56 | 37.29 | 94 | - |
| YUV | 168.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 249 | 0.13 | 0.48 | 0 | 0.02 | 284 | 0.91 | 0.74 |
| Hex | D9 | 81 | F9 | D | 30 | 0 | 2 | 11C | 5B | 4A |
| Octal | 331 | 201 | 371 | 15 | 60 | 0 | 2 | 434 | 133 | 112 |
| Binary | 11011001 | 10000001 | 11111001 | 1101 | 110000 | 0 | 10 | 100011100 | 1011011 | 1001010 |
Color Harmonies of #D981F9
Complementary color
Monochromatic Colors of #D981F9
Black with #D981F9
Text Example
Text Example
White with #D981F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D981F9; }
p { color: rgb(217,129,249); }
H1.HeaderClassName
{
color: #D981F9;
}
.AnyTagClassName
{
color: #D981F9;
}
</style>
background-color css
<style>
a { background-color: #D981F9; }
a { background-color: rgb(217,129,249); }
div.DivClassName
{
background-color: #D981F9;
}
.BgClassName
{
background-color: #D981F9;
}
</style>
border-color css
<style>
span { border-color: #D981F9; }
span { border-color: rgb(217,129,249); }
td.TdClassName
{
border-color: #D981F9;
}
.TagClassName
{
border-color: #D981F9;
}
</style>