Shades of Heliotrope #D981F0
Tints of Heliotrope #D981F0
RGB
CMYK
RGB Variations
Color information
#D981F0 (or 0xD981F0) is known color: Heliotrope. HEX triplet: D9, 81 and F0. RGB value is (217,129,240). Sum of RGB (Red+Green+Blue) = 217+129+240=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #D981F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D981F0 is #267E0F. Grayscale: #A7A7A7. Windows color (decimal): -2522640 or 15761881. OLE color: 15761881.
HSL color Cylindrical-coordinate representation of color #D981F0: hue angle of 287.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D981F0 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 129 | 240 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.06 |
| HSL | 287.57º | 0.79% | 0.72% | - |
| HSV(B) | 287.57º | 0.46% | 0.94% | - |
| XYZ | 52.19 | 36.74 | 86.78 | - |
| YUV | 167.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 240 | 0.10 | 0.46 | 0 | 0.06 | 287.57 | 0.79 | 0.72 |
| Hex | D9 | 81 | F0 | A | 2E | 0 | 6 | 120 | 4F | 48 |
| Octal | 331 | 201 | 360 | 12 | 56 | 0 | 6 | 440 | 117 | 110 |
| Binary | 11011001 | 10000001 | 11110000 | 1010 | 101110 | 0 | 110 | 100100000 | 1001111 | 1001000 |
Color Harmonies of #D981F0
Complementary color
Monochromatic Colors of #D981F0
Black with #D981F0
Text Example
Text Example
White with #D981F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D981F0; }
p { color: rgb(217,129,240); }
H1.HeaderClassName
{
color: #D981F0;
}
.AnyTagClassName
{
color: #D981F0;
}
</style>
background-color css
<style>
a { background-color: #D981F0; }
a { background-color: rgb(217,129,240); }
div.DivClassName
{
background-color: #D981F0;
}
.BgClassName
{
background-color: #D981F0;
}
</style>
border-color css
<style>
span { border-color: #D981F0; }
span { border-color: rgb(217,129,240); }
td.TdClassName
{
border-color: #D981F0;
}
.TagClassName
{
border-color: #D981F0;
}
</style>