Shades of Heliotrope #D971FB
Tints of Heliotrope #D971FB
RGB
CMYK
RGB Variations
Color information
#D971FB (or 0xD971FB) is known color: Heliotrope. HEX triplet: D9, 71 and FB. RGB value is (217,113,251). Sum of RGB (Red+Green+Blue) = 217+113+251=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 113 (44.53% from 255 or 19.45% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #D971FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971FB is #268E04. Grayscale: #9F9F9F. Windows color (decimal): -2526725 or 16478681. OLE color: 16478681.
HSL color Cylindrical-coordinate representation of color #D971FB: hue angle of 285.22º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D971FB is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 113 | 251 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.02 |
| HSL | 285.22º | 0.95% | 0.71% | - |
| HSV(B) | 285.22º | 0.55% | 0.98% | - |
| XYZ | 51.93 | 33.53 | 95 | - |
| YUV | 159.83 | 179.46 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 251 | 0.14 | 0.55 | 0 | 0.02 | 285.22 | 0.95 | 0.71 |
| Hex | D9 | 71 | FB | E | 37 | 0 | 2 | 11D | 5F | 47 |
| Octal | 331 | 161 | 373 | 16 | 67 | 0 | 2 | 435 | 137 | 107 |
| Binary | 11011001 | 1110001 | 11111011 | 1110 | 110111 | 0 | 10 | 100011101 | 1011111 | 1000111 |
Color Harmonies of #D971FB
Complementary color
Monochromatic Colors of #D971FB
Black with #D971FB
Text Example
Text Example
White with #D971FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971FB; }
p { color: rgb(217,113,251); }
H1.HeaderClassName
{
color: #D971FB;
}
.AnyTagClassName
{
color: #D971FB;
}
</style>
background-color css
<style>
a { background-color: #D971FB; }
a { background-color: rgb(217,113,251); }
div.DivClassName
{
background-color: #D971FB;
}
.BgClassName
{
background-color: #D971FB;
}
</style>
border-color css
<style>
span { border-color: #D971FB; }
span { border-color: rgb(217,113,251); }
td.TdClassName
{
border-color: #D971FB;
}
.TagClassName
{
border-color: #D971FB;
}
</style>