Shades of Heliotrope #D373F0
Tints of Heliotrope #D373F0
RGB
CMYK
RGB Variations
Color information
#D373F0 (or 0xD373F0) is known color: Heliotrope. HEX triplet: D3, 73 and F0. RGB value is (211,115,240). Sum of RGB (Red+Green+Blue) = 211+115+240=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #D373F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373F0 is #2C8C0F. Grayscale: #9D9D9D. Windows color (decimal): -2919440 or 15758291. OLE color: 15758291.
HSL color Cylindrical-coordinate representation of color #D373F0: hue angle of 286.08º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D373F0 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 115 | 240 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.06 |
| HSL | 286.08º | 0.81% | 0.7% | - |
| HSV(B) | 286.08º | 0.52% | 0.94% | - |
| XYZ | 48.72 | 32.4 | 86.12 | - |
| YUV | 157.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 240 | 0.12 | 0.52 | 0 | 0.06 | 286.08 | 0.81 | 0.7 |
| Hex | D3 | 73 | F0 | C | 34 | 0 | 6 | 11E | 51 | 46 |
| Octal | 323 | 163 | 360 | 14 | 64 | 0 | 6 | 436 | 121 | 106 |
| Binary | 11010011 | 1110011 | 11110000 | 1100 | 110100 | 0 | 110 | 100011110 | 1010001 | 1000110 |
Color Harmonies of #D373F0
Complementary color
Monochromatic Colors of #D373F0
Black with #D373F0
Text Example
Text Example
White with #D373F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D373F0; }
p { color: rgb(211,115,240); }
H1.HeaderClassName
{
color: #D373F0;
}
.AnyTagClassName
{
color: #D373F0;
}
</style>
background-color css
<style>
a { background-color: #D373F0; }
a { background-color: rgb(211,115,240); }
div.DivClassName
{
background-color: #D373F0;
}
.BgClassName
{
background-color: #D373F0;
}
</style>
border-color css
<style>
span { border-color: #D373F0; }
span { border-color: rgb(211,115,240); }
td.TdClassName
{
border-color: #D373F0;
}
.TagClassName
{
border-color: #D373F0;
}
</style>