Shades of Heliotrope #D982EE
Tints of Heliotrope #D982EE
RGB
CMYK
RGB Variations
Color information
#D982EE (or 0xD982EE) is known color: Heliotrope. HEX triplet: D9, 82 and EE. RGB value is (217,130,238). Sum of RGB (Red+Green+Blue) = 217+130+238=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #D982EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982EE is #267D11. Grayscale: #A7A7A7. Windows color (decimal): -2522386 or 15631065. OLE color: 15631065.
HSL color Cylindrical-coordinate representation of color #D982EE: hue angle of 288.33º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D982EE is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 130 | 238 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.07 |
| HSL | 288.33º | 0.76% | 0.72% | - |
| HSV(B) | 288.33º | 0.45% | 0.93% | - |
| XYZ | 52.03 | 36.89 | 85.27 | - |
| YUV | 168.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 238 | 0.09 | 0.45 | 0 | 0.07 | 288.33 | 0.76 | 0.72 |
| Hex | D9 | 82 | EE | 9 | 2D | 0 | 7 | 120 | 4C | 48 |
| Octal | 331 | 202 | 356 | 11 | 55 | 0 | 7 | 440 | 114 | 110 |
| Binary | 11011001 | 10000010 | 11101110 | 1001 | 101101 | 0 | 111 | 100100000 | 1001100 | 1001000 |
Color Harmonies of #D982EE
Complementary color
Monochromatic Colors of #D982EE
Black with #D982EE
Text Example
Text Example
White with #D982EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982EE; }
p { color: rgb(217,130,238); }
H1.HeaderClassName
{
color: #D982EE;
}
.AnyTagClassName
{
color: #D982EE;
}
</style>
background-color css
<style>
a { background-color: #D982EE; }
a { background-color: rgb(217,130,238); }
div.DivClassName
{
background-color: #D982EE;
}
.BgClassName
{
background-color: #D982EE;
}
</style>
border-color css
<style>
span { border-color: #D982EE; }
span { border-color: rgb(217,130,238); }
td.TdClassName
{
border-color: #D982EE;
}
.TagClassName
{
border-color: #D982EE;
}
</style>