Shades of Heliotrope #D371F2
Tints of Heliotrope #D371F2
RGB
CMYK
RGB Variations
Color information
#D371F2 (or 0xD371F2) is known color: Heliotrope. HEX triplet: D3, 71 and F2. RGB value is (211,113,242). Sum of RGB (Red+Green+Blue) = 211+113+242=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #D371F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D371F2 is #2C8E0D. Grayscale: #9C9C9C. Windows color (decimal): -2919950 or 15888851. OLE color: 15888851.
HSL color Cylindrical-coordinate representation of color #D371F2: hue angle of 285.58º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D371F2 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 113 | 242 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.05 |
| HSL | 285.58º | 0.83% | 0.7% | - |
| HSV(B) | 285.58º | 0.53% | 0.95% | - |
| XYZ | 48.8 | 32.07 | 87.62 | - |
| YUV | 157.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 242 | 0.13 | 0.53 | 0 | 0.05 | 285.58 | 0.83 | 0.7 |
| Hex | D3 | 71 | F2 | D | 35 | 0 | 5 | 11E | 53 | 46 |
| Octal | 323 | 161 | 362 | 15 | 65 | 0 | 5 | 436 | 123 | 106 |
| Binary | 11010011 | 1110001 | 11110010 | 1101 | 110101 | 0 | 101 | 100011110 | 1010011 | 1000110 |
Color Harmonies of #D371F2
Complementary color
Monochromatic Colors of #D371F2
Black with #D371F2
Text Example
Text Example
White with #D371F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D371F2; }
p { color: rgb(211,113,242); }
H1.HeaderClassName
{
color: #D371F2;
}
.AnyTagClassName
{
color: #D371F2;
}
</style>
background-color css
<style>
a { background-color: #D371F2; }
a { background-color: rgb(211,113,242); }
div.DivClassName
{
background-color: #D371F2;
}
.BgClassName
{
background-color: #D371F2;
}
</style>
border-color css
<style>
span { border-color: #D371F2; }
span { border-color: rgb(211,113,242); }
td.TdClassName
{
border-color: #D371F2;
}
.TagClassName
{
border-color: #D371F2;
}
</style>