Shades of Heliotrope #D982FA
Tints of Heliotrope #D982FA
RGB
CMYK
RGB Variations
Color information
#D982FA (or 0xD982FA) is known color: Heliotrope. HEX triplet: D9, 82 and FA. RGB value is (217,130,250). Sum of RGB (Red+Green+Blue) = 217+130+250=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #D982FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982FA is #267D05. Grayscale: #A9A9A9. Windows color (decimal): -2522374 or 16417497. OLE color: 16417497.
HSL color Cylindrical-coordinate representation of color #D982FA: hue angle of 283.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D982FA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 130 | 250 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.02 |
| HSL | 283.5º | 0.92% | 0.75% | - |
| HSV(B) | 283.5º | 0.48% | 0.98% | - |
| XYZ | 53.85 | 37.62 | 94.87 | - |
| YUV | 169.69 | 173.32 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 250 | 0.13 | 0.48 | 0 | 0.02 | 283.5 | 0.92 | 0.75 |
| Hex | D9 | 82 | FA | D | 30 | 0 | 2 | 11C | 5C | 4B |
| Octal | 331 | 202 | 372 | 15 | 60 | 0 | 2 | 434 | 134 | 113 |
| Binary | 11011001 | 10000010 | 11111010 | 1101 | 110000 | 0 | 10 | 100011100 | 1011100 | 1001011 |
Color Harmonies of #D982FA
Complementary color
Monochromatic Colors of #D982FA
Black with #D982FA
Text Example
Text Example
White with #D982FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982FA; }
p { color: rgb(217,130,250); }
H1.HeaderClassName
{
color: #D982FA;
}
.AnyTagClassName
{
color: #D982FA;
}
</style>
background-color css
<style>
a { background-color: #D982FA; }
a { background-color: rgb(217,130,250); }
div.DivClassName
{
background-color: #D982FA;
}
.BgClassName
{
background-color: #D982FA;
}
</style>
border-color css
<style>
span { border-color: #D982FA; }
span { border-color: rgb(217,130,250); }
td.TdClassName
{
border-color: #D982FA;
}
.TagClassName
{
border-color: #D982FA;
}
</style>