Shades of Heliotrope #D982EF
Tints of Heliotrope #D982EF
RGB
CMYK
RGB Variations
Color information
#D982EF (or 0xD982EF) is known color: Heliotrope. HEX triplet: D9, 82 and EF. RGB value is (217,130,239). Sum of RGB (Red+Green+Blue) = 217+130+239=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #D982EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982EF is #267D10. Grayscale: #A8A8A8. Windows color (decimal): -2522385 or 15696601. OLE color: 15696601.
HSL color Cylindrical-coordinate representation of color #D982EF: hue angle of 287.89º degrees, saturation: 0.77, 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 #D982EF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 130 | 239 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.06 |
| HSL | 287.89º | 0.77% | 0.72% | - |
| HSV(B) | 287.89º | 0.46% | 0.94% | - |
| XYZ | 52.18 | 36.95 | 86.04 | - |
| YUV | 168.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 239 | 0.09 | 0.46 | 0 | 0.06 | 287.89 | 0.77 | 0.72 |
| Hex | D9 | 82 | EF | 9 | 2E | 0 | 6 | 120 | 4D | 48 |
| Octal | 331 | 202 | 357 | 11 | 56 | 0 | 6 | 440 | 115 | 110 |
| Binary | 11011001 | 10000010 | 11101111 | 1001 | 101110 | 0 | 110 | 100100000 | 1001101 | 1001000 |
Color Harmonies of #D982EF
Complementary color
Monochromatic Colors of #D982EF
Black with #D982EF
Text Example
Text Example
White with #D982EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982EF; }
p { color: rgb(217,130,239); }
H1.HeaderClassName
{
color: #D982EF;
}
.AnyTagClassName
{
color: #D982EF;
}
</style>
background-color css
<style>
a { background-color: #D982EF; }
a { background-color: rgb(217,130,239); }
div.DivClassName
{
background-color: #D982EF;
}
.BgClassName
{
background-color: #D982EF;
}
</style>
border-color css
<style>
span { border-color: #D982EF; }
span { border-color: rgb(217,130,239); }
td.TdClassName
{
border-color: #D982EF;
}
.TagClassName
{
border-color: #D982EF;
}
</style>