Shades of Heliotrope #D982ED
Tints of Heliotrope #D982ED
RGB
CMYK
RGB Variations
Color information
#D982ED (or 0xD982ED) is known color: Heliotrope. HEX triplet: D9, 82 and ED. RGB value is (217,130,237). Sum of RGB (Red+Green+Blue) = 217+130+237=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #D982ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982ED is #267D12. Grayscale: #A7A7A7. Windows color (decimal): -2522387 or 15565529. OLE color: 15565529.
HSL color Cylindrical-coordinate representation of color #D982ED: hue angle of 288.79º degrees, saturation: 0.75, 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 #D982ED is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 130 | 237 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.07 |
| HSL | 288.79º | 0.75% | 0.72% | - |
| HSV(B) | 288.79º | 0.45% | 0.93% | - |
| XYZ | 51.88 | 36.83 | 84.5 | - |
| YUV | 168.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 237 | 0.08 | 0.45 | 0 | 0.07 | 288.79 | 0.75 | 0.72 |
| Hex | D9 | 82 | ED | 8 | 2D | 0 | 7 | 121 | 4B | 48 |
| Octal | 331 | 202 | 355 | 10 | 55 | 0 | 7 | 441 | 113 | 110 |
| Binary | 11011001 | 10000010 | 11101101 | 1000 | 101101 | 0 | 111 | 100100001 | 1001011 | 1001000 |
Color Harmonies of #D982ED
Complementary color
Monochromatic Colors of #D982ED
Black with #D982ED
Text Example
Text Example
White with #D982ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982ED; }
p { color: rgb(217,130,237); }
H1.HeaderClassName
{
color: #D982ED;
}
.AnyTagClassName
{
color: #D982ED;
}
</style>
background-color css
<style>
a { background-color: #D982ED; }
a { background-color: rgb(217,130,237); }
div.DivClassName
{
background-color: #D982ED;
}
.BgClassName
{
background-color: #D982ED;
}
</style>
border-color css
<style>
span { border-color: #D982ED; }
span { border-color: rgb(217,130,237); }
td.TdClassName
{
border-color: #D982ED;
}
.TagClassName
{
border-color: #D982ED;
}
</style>