Shades of Heliotrope #D370F4
Tints of Heliotrope #D370F4
RGB
CMYK
RGB Variations
Color information
#D370F4 (or 0xD370F4) is known color: Heliotrope. HEX triplet: D3, 70 and F4. RGB value is (211,112,244). Sum of RGB (Red+Green+Blue) = 211+112+244=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #D370F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D370F4 is #2C8F0B. Grayscale: #9C9C9C. Windows color (decimal): -2920204 or 16019667. OLE color: 16019667.
HSL color Cylindrical-coordinate representation of color #D370F4: hue angle of 285º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D370F4 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 112 | 244 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.04 |
| HSL | 285º | 0.86% | 0.7% | - |
| HSV(B) | 285º | 0.54% | 0.96% | - |
| XYZ | 48.99 | 31.97 | 89.18 | - |
| YUV | 156.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 244 | 0.14 | 0.54 | 0 | 0.04 | 285 | 0.86 | 0.7 |
| Hex | D3 | 70 | F4 | E | 36 | 0 | 4 | 11D | 56 | 46 |
| Octal | 323 | 160 | 364 | 16 | 66 | 0 | 4 | 435 | 126 | 106 |
| Binary | 11010011 | 1110000 | 11110100 | 1110 | 110110 | 0 | 100 | 100011101 | 1010110 | 1000110 |
Color Harmonies of #D370F4
Complementary color
Monochromatic Colors of #D370F4
Black with #D370F4
Text Example
Text Example
White with #D370F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D370F4; }
p { color: rgb(211,112,244); }
H1.HeaderClassName
{
color: #D370F4;
}
.AnyTagClassName
{
color: #D370F4;
}
</style>
background-color css
<style>
a { background-color: #D370F4; }
a { background-color: rgb(211,112,244); }
div.DivClassName
{
background-color: #D370F4;
}
.BgClassName
{
background-color: #D370F4;
}
</style>
border-color css
<style>
span { border-color: #D370F4; }
span { border-color: rgb(211,112,244); }
td.TdClassName
{
border-color: #D370F4;
}
.TagClassName
{
border-color: #D370F4;
}
</style>