Shades of Heliotrope #D986FA
Tints of Heliotrope #D986FA
RGB
CMYK
RGB Variations
Color information
#D986FA (or 0xD986FA) is known color: Heliotrope. HEX triplet: D9, 86 and FA. RGB value is (217,134,250). Sum of RGB (Red+Green+Blue) = 217+134+250=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #D986FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D986FA is #267905. Grayscale: #ABABAB. Windows color (decimal): -2521350 or 16418521. OLE color: 16418521.
HSL color Cylindrical-coordinate representation of color #D986FA: hue angle of 282.93º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D986FA is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 134 | 250 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.02 |
| HSL | 282.93º | 0.92% | 0.75% | - |
| HSV(B) | 282.93º | 0.46% | 0.98% | - |
| XYZ | 54.4 | 38.7 | 95.05 | - |
| YUV | 172.04 | 172 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 250 | 0.13 | 0.46 | 0 | 0.02 | 282.93 | 0.92 | 0.75 |
| Hex | D9 | 86 | FA | D | 2E | 0 | 2 | 11B | 5C | 4B |
| Octal | 331 | 206 | 372 | 15 | 56 | 0 | 2 | 433 | 134 | 113 |
| Binary | 11011001 | 10000110 | 11111010 | 1101 | 101110 | 0 | 10 | 100011011 | 1011100 | 1001011 |
Color Harmonies of #D986FA
Complementary color
Monochromatic Colors of #D986FA
Black with #D986FA
Text Example
Text Example
White with #D986FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986FA; }
p { color: rgb(217,134,250); }
H1.HeaderClassName
{
color: #D986FA;
}
.AnyTagClassName
{
color: #D986FA;
}
</style>
background-color css
<style>
a { background-color: #D986FA; }
a { background-color: rgb(217,134,250); }
div.DivClassName
{
background-color: #D986FA;
}
.BgClassName
{
background-color: #D986FA;
}
</style>
border-color css
<style>
span { border-color: #D986FA; }
span { border-color: rgb(217,134,250); }
td.TdClassName
{
border-color: #D986FA;
}
.TagClassName
{
border-color: #D986FA;
}
</style>