Shades of Heliotrope #D986F1
Tints of Heliotrope #D986F1
RGB
CMYK
RGB Variations
Color information
#D986F1 (or 0xD986F1) is known color: Heliotrope. HEX triplet: D9, 86 and F1. RGB value is (217,134,241). Sum of RGB (Red+Green+Blue) = 217+134+241=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #D986F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D986F1 is #26790E. Grayscale: #AAAAAA. Windows color (decimal): -2521359 or 15828697. OLE color: 15828697.
HSL color Cylindrical-coordinate representation of color #D986F1: hue angle of 286.54º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D986F1 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 134 | 241 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.05 |
| HSL | 286.54º | 0.79% | 0.74% | - |
| HSV(B) | 286.54º | 0.44% | 0.95% | - |
| XYZ | 53.02 | 38.15 | 87.79 | - |
| YUV | 171.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 241 | 0.10 | 0.44 | 0 | 0.05 | 286.54 | 0.79 | 0.74 |
| Hex | D9 | 86 | F1 | A | 2C | 0 | 5 | 11F | 4F | 4A |
| Octal | 331 | 206 | 361 | 12 | 54 | 0 | 5 | 437 | 117 | 112 |
| Binary | 11011001 | 10000110 | 11110001 | 1010 | 101100 | 0 | 101 | 100011111 | 1001111 | 1001010 |
Color Harmonies of #D986F1
Complementary color
Monochromatic Colors of #D986F1
Black with #D986F1
Text Example
Text Example
White with #D986F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986F1; }
p { color: rgb(217,134,241); }
H1.HeaderClassName
{
color: #D986F1;
}
.AnyTagClassName
{
color: #D986F1;
}
</style>
background-color css
<style>
a { background-color: #D986F1; }
a { background-color: rgb(217,134,241); }
div.DivClassName
{
background-color: #D986F1;
}
.BgClassName
{
background-color: #D986F1;
}
</style>
border-color css
<style>
span { border-color: #D986F1; }
span { border-color: rgb(217,134,241); }
td.TdClassName
{
border-color: #D986F1;
}
.TagClassName
{
border-color: #D986F1;
}
</style>