Shades of Heliotrope #D871F0
Tints of Heliotrope #D871F0
RGB
CMYK
RGB Variations
Color information
#D871F0 (or 0xD871F0) is known color: Heliotrope. HEX triplet: D8, 71 and F0. RGB value is (216,113,240). Sum of RGB (Red+Green+Blue) = 216+113+240=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #D871F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D871F0 is #278E0F. Grayscale: #9D9D9D. Windows color (decimal): -2592272 or 15757784. OLE color: 15757784.
HSL color Cylindrical-coordinate representation of color #D871F0: hue angle of 288.66º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D871F0 is Cyan = 0.1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 113 | 240 | - |
| CMYK | 0.1 | 0.53 | 0 | 0.06 |
| HSL | 288.66º | 0.81% | 0.69% | - |
| HSV(B) | 288.66º | 0.53% | 0.94% | - |
| XYZ | 49.95 | 32.7 | 86.12 | - |
| YUV | 158.28 | 174.12 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 240 | 0.1 | 0.53 | 0 | 0.06 | 288.66 | 0.81 | 0.69 |
| Hex | D8 | 71 | F0 | A | 35 | 0 | 6 | 121 | 51 | 45 |
| Octal | 330 | 161 | 360 | 12 | 65 | 0 | 6 | 441 | 121 | 105 |
| Binary | 11011000 | 1110001 | 11110000 | 1010 | 110101 | 0 | 110 | 100100001 | 1010001 | 1000101 |
Color Harmonies of #D871F0
Complementary color
Monochromatic Colors of #D871F0
Black with #D871F0
Text Example
Text Example
White with #D871F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D871F0; }
p { color: rgb(216,113,240); }
H1.HeaderClassName
{
color: #D871F0;
}
.AnyTagClassName
{
color: #D871F0;
}
</style>
background-color css
<style>
a { background-color: #D871F0; }
a { background-color: rgb(216,113,240); }
div.DivClassName
{
background-color: #D871F0;
}
.BgClassName
{
background-color: #D871F0;
}
</style>
border-color css
<style>
span { border-color: #D871F0; }
span { border-color: rgb(216,113,240); }
td.TdClassName
{
border-color: #D871F0;
}
.TagClassName
{
border-color: #D871F0;
}
</style>