Shades of Heliotrope #D982F1
Tints of Heliotrope #D982F1
RGB
CMYK
RGB Variations
Color information
#D982F1 (or 0xD982F1) is known color: Heliotrope. HEX triplet: D9, 82 and F1. RGB value is (217,130,241). Sum of RGB (Red+Green+Blue) = 217+130+241=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #D982F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982F1 is #267D0E. Grayscale: #A8A8A8. Windows color (decimal): -2522383 or 15827673. OLE color: 15827673.
HSL color Cylindrical-coordinate representation of color #D982F1: hue angle of 287.03º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D982F1 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 130 | 241 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.05 |
| HSL | 287.03º | 0.8% | 0.73% | - |
| HSV(B) | 287.03º | 0.46% | 0.95% | - |
| XYZ | 52.48 | 37.07 | 87.61 | - |
| YUV | 168.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 241 | 0.10 | 0.46 | 0 | 0.05 | 287.03 | 0.8 | 0.73 |
| Hex | D9 | 82 | F1 | A | 2E | 0 | 5 | 11F | 50 | 49 |
| Octal | 331 | 202 | 361 | 12 | 56 | 0 | 5 | 437 | 120 | 111 |
| Binary | 11011001 | 10000010 | 11110001 | 1010 | 101110 | 0 | 101 | 100011111 | 1010000 | 1001001 |
Color Harmonies of #D982F1
Complementary color
Monochromatic Colors of #D982F1
Black with #D982F1
Text Example
Text Example
White with #D982F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982F1; }
p { color: rgb(217,130,241); }
H1.HeaderClassName
{
color: #D982F1;
}
.AnyTagClassName
{
color: #D982F1;
}
</style>
background-color css
<style>
a { background-color: #D982F1; }
a { background-color: rgb(217,130,241); }
div.DivClassName
{
background-color: #D982F1;
}
.BgClassName
{
background-color: #D982F1;
}
</style>
border-color css
<style>
span { border-color: #D982F1; }
span { border-color: rgb(217,130,241); }
td.TdClassName
{
border-color: #D982F1;
}
.TagClassName
{
border-color: #D982F1;
}
</style>