Shades of Heliotrope #D982F3
Tints of Heliotrope #D982F3
RGB
CMYK
RGB Variations
Color information
#D982F3 (or 0xD982F3) is known color: Heliotrope. HEX triplet: D9, 82 and F3. RGB value is (217,130,243). Sum of RGB (Red+Green+Blue) = 217+130+243=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #D982F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982F3 is #267D0C. Grayscale: #A8A8A8. Windows color (decimal): -2522381 or 15958745. OLE color: 15958745.
HSL color Cylindrical-coordinate representation of color #D982F3: hue angle of 286.19º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D982F3 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 130 | 243 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.05 |
| HSL | 286.19º | 0.82% | 0.73% | - |
| HSV(B) | 286.19º | 0.47% | 0.95% | - |
| XYZ | 52.78 | 37.19 | 89.19 | - |
| YUV | 168.9 | 169.82 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 243 | 0.11 | 0.47 | 0 | 0.05 | 286.19 | 0.82 | 0.73 |
| Hex | D9 | 82 | F3 | B | 2F | 0 | 5 | 11E | 52 | 49 |
| Octal | 331 | 202 | 363 | 13 | 57 | 0 | 5 | 436 | 122 | 111 |
| Binary | 11011001 | 10000010 | 11110011 | 1011 | 101111 | 0 | 101 | 100011110 | 1010010 | 1001001 |
Color Harmonies of #D982F3
Complementary color
Monochromatic Colors of #D982F3
Black with #D982F3
Text Example
Text Example
White with #D982F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982F3; }
p { color: rgb(217,130,243); }
H1.HeaderClassName
{
color: #D982F3;
}
.AnyTagClassName
{
color: #D982F3;
}
</style>
background-color css
<style>
a { background-color: #D982F3; }
a { background-color: rgb(217,130,243); }
div.DivClassName
{
background-color: #D982F3;
}
.BgClassName
{
background-color: #D982F3;
}
</style>
border-color css
<style>
span { border-color: #D982F3; }
span { border-color: rgb(217,130,243); }
td.TdClassName
{
border-color: #D982F3;
}
.TagClassName
{
border-color: #D982F3;
}
</style>