Shades of Heliotrope #D371F9
Tints of Heliotrope #D371F9
RGB
CMYK
RGB Variations
Color information
#D371F9 (or 0xD371F9) is known color: Heliotrope. HEX triplet: D3, 71 and F9. RGB value is (211,113,249). Sum of RGB (Red+Green+Blue) = 211+113+249=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #D371F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D371F9 is #2C8E06. Grayscale: #9D9D9D. Windows color (decimal): -2919943 or 16347603. OLE color: 16347603.
HSL color Cylindrical-coordinate representation of color #D371F9: hue angle of 283.24º degrees, saturation: 0.92, 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 #D371F9 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 113 | 249 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.02 |
| HSL | 283.24º | 0.92% | 0.71% | - |
| HSV(B) | 283.24º | 0.55% | 0.98% | - |
| XYZ | 49.87 | 32.5 | 93.27 | - |
| YUV | 157.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 249 | 0.15 | 0.55 | 0 | 0.02 | 283.24 | 0.92 | 0.71 |
| Hex | D3 | 71 | F9 | F | 37 | 0 | 2 | 11B | 5C | 47 |
| Octal | 323 | 161 | 371 | 17 | 67 | 0 | 2 | 433 | 134 | 107 |
| Binary | 11010011 | 1110001 | 11111001 | 1111 | 110111 | 0 | 10 | 100011011 | 1011100 | 1000111 |
Color Harmonies of #D371F9
Complementary color
Monochromatic Colors of #D371F9
Black with #D371F9
Text Example
Text Example
White with #D371F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D371F9; }
p { color: rgb(211,113,249); }
H1.HeaderClassName
{
color: #D371F9;
}
.AnyTagClassName
{
color: #D371F9;
}
</style>
background-color css
<style>
a { background-color: #D371F9; }
a { background-color: rgb(211,113,249); }
div.DivClassName
{
background-color: #D371F9;
}
.BgClassName
{
background-color: #D371F9;
}
</style>
border-color css
<style>
span { border-color: #D371F9; }
span { border-color: rgb(211,113,249); }
td.TdClassName
{
border-color: #D371F9;
}
.TagClassName
{
border-color: #D371F9;
}
</style>