Shades of Heliotrope #D982F7
Tints of Heliotrope #D982F7
RGB
CMYK
RGB Variations
Color information
#D982F7 (or 0xD982F7) is known color: Heliotrope. HEX triplet: D9, 82 and F7. RGB value is (217,130,247). Sum of RGB (Red+Green+Blue) = 217+130+247=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 247 - color contains mainly: blue. Hex color #D982F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982F7 is #267D08. Grayscale: #A8A8A8. Windows color (decimal): -2522377 or 16220889. OLE color: 16220889.
HSL color Cylindrical-coordinate representation of color #D982F7: hue angle of 284.62º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D982F7 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 130 | 247 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.03 |
| HSL | 284.62º | 0.88% | 0.74% | - |
| HSV(B) | 284.62º | 0.47% | 0.97% | - |
| XYZ | 53.39 | 37.43 | 92.41 | - |
| YUV | 169.35 | 171.82 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 247 | 0.12 | 0.47 | 0 | 0.03 | 284.62 | 0.88 | 0.74 |
| Hex | D9 | 82 | F7 | C | 2F | 0 | 3 | 11D | 58 | 4A |
| Octal | 331 | 202 | 367 | 14 | 57 | 0 | 3 | 435 | 130 | 112 |
| Binary | 11011001 | 10000010 | 11110111 | 1100 | 101111 | 0 | 11 | 100011101 | 1011000 | 1001010 |
Color Harmonies of #D982F7
Complementary color
Monochromatic Colors of #D982F7
Black with #D982F7
Text Example
Text Example
White with #D982F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982F7; }
p { color: rgb(217,130,247); }
H1.HeaderClassName
{
color: #D982F7;
}
.AnyTagClassName
{
color: #D982F7;
}
</style>
background-color css
<style>
a { background-color: #D982F7; }
a { background-color: rgb(217,130,247); }
div.DivClassName
{
background-color: #D982F7;
}
.BgClassName
{
background-color: #D982F7;
}
</style>
border-color css
<style>
span { border-color: #D982F7; }
span { border-color: rgb(217,130,247); }
td.TdClassName
{
border-color: #D982F7;
}
.TagClassName
{
border-color: #D982F7;
}
</style>