Shades of Heliotrope #D373EC
Tints of Heliotrope #D373EC
RGB
CMYK
RGB Variations
Color information
#D373EC (or 0xD373EC) is known color: Heliotrope. HEX triplet: D3, 73 and EC. RGB value is (211,115,236). Sum of RGB (Red+Green+Blue) = 211+115+236=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #D373EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373EC is #2C8C13. Grayscale: #9D9D9D. Windows color (decimal): -2919444 or 15496147. OLE color: 15496147.
HSL color Cylindrical-coordinate representation of color #D373EC: hue angle of 287.6º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D373EC is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 115 | 236 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.07 |
| HSL | 287.6º | 0.76% | 0.69% | - |
| HSV(B) | 287.6º | 0.51% | 0.93% | - |
| XYZ | 48.14 | 32.17 | 83.03 | - |
| YUV | 157.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 236 | 0.11 | 0.51 | 0 | 0.07 | 287.6 | 0.76 | 0.69 |
| Hex | D3 | 73 | EC | B | 33 | 0 | 7 | 120 | 4C | 45 |
| Octal | 323 | 163 | 354 | 13 | 63 | 0 | 7 | 440 | 114 | 105 |
| Binary | 11010011 | 1110011 | 11101100 | 1011 | 110011 | 0 | 111 | 100100000 | 1001100 | 1000101 |
Color Harmonies of #D373EC
Complementary color
Monochromatic Colors of #D373EC
Black with #D373EC
Text Example
Text Example
White with #D373EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D373EC; }
p { color: rgb(211,115,236); }
H1.HeaderClassName
{
color: #D373EC;
}
.AnyTagClassName
{
color: #D373EC;
}
</style>
background-color css
<style>
a { background-color: #D373EC; }
a { background-color: rgb(211,115,236); }
div.DivClassName
{
background-color: #D373EC;
}
.BgClassName
{
background-color: #D373EC;
}
</style>
border-color css
<style>
span { border-color: #D373EC; }
span { border-color: rgb(211,115,236); }
td.TdClassName
{
border-color: #D373EC;
}
.TagClassName
{
border-color: #D373EC;
}
</style>