Shades of Heliotrope #D981EE
Tints of Heliotrope #D981EE
RGB
CMYK
RGB Variations
Color information
#D981EE (or 0xD981EE) is known color: Heliotrope. HEX triplet: D9, 81 and EE. RGB value is (217,129,238). Sum of RGB (Red+Green+Blue) = 217+129+238=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #D981EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D981EE is #267E11. Grayscale: #A7A7A7. Windows color (decimal): -2522642 or 15630809. OLE color: 15630809.
HSL color Cylindrical-coordinate representation of color #D981EE: hue angle of 288.44º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D981EE is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 129 | 238 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.07 |
| HSL | 288.44º | 0.76% | 0.72% | - |
| HSV(B) | 288.44º | 0.46% | 0.93% | - |
| XYZ | 51.9 | 36.63 | 85.22 | - |
| YUV | 167.74 | 167.65 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 238 | 0.09 | 0.46 | 0 | 0.07 | 288.44 | 0.76 | 0.72 |
| Hex | D9 | 81 | EE | 9 | 2E | 0 | 7 | 120 | 4C | 48 |
| Octal | 331 | 201 | 356 | 11 | 56 | 0 | 7 | 440 | 114 | 110 |
| Binary | 11011001 | 10000001 | 11101110 | 1001 | 101110 | 0 | 111 | 100100000 | 1001100 | 1001000 |
Color Harmonies of #D981EE
Complementary color
Monochromatic Colors of #D981EE
Black with #D981EE
Text Example
Text Example
White with #D981EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D981EE; }
p { color: rgb(217,129,238); }
H1.HeaderClassName
{
color: #D981EE;
}
.AnyTagClassName
{
color: #D981EE;
}
</style>
background-color css
<style>
a { background-color: #D981EE; }
a { background-color: rgb(217,129,238); }
div.DivClassName
{
background-color: #D981EE;
}
.BgClassName
{
background-color: #D981EE;
}
</style>
border-color css
<style>
span { border-color: #D981EE; }
span { border-color: rgb(217,129,238); }
td.TdClassName
{
border-color: #D981EE;
}
.TagClassName
{
border-color: #D981EE;
}
</style>