Shades of Heliotrope #D376EC
Tints of Heliotrope #D376EC
RGB
CMYK
RGB Variations
Color information
#D376EC (or 0xD376EC) is known color: Heliotrope. HEX triplet: D3, 76 and EC. RGB value is (211,118,236). Sum of RGB (Red+Green+Blue) = 211+118+236=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #D376EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376EC is #2C8913. Grayscale: #9E9E9E. Windows color (decimal): -2918676 or 15496915. OLE color: 15496915.
HSL color Cylindrical-coordinate representation of color #D376EC: hue angle of 287.29º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D376EC is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 118 | 236 | - |
| CMYK | 0.11 | 0.5 | 0 | 0.07 |
| HSL | 287.29º | 0.76% | 0.69% | - |
| HSV(B) | 287.29º | 0.5% | 0.93% | - |
| XYZ | 48.48 | 32.86 | 83.14 | - |
| YUV | 159.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 236 | 0.11 | 0.5 | 0 | 0.07 | 287.29 | 0.76 | 0.69 |
| Hex | D3 | 76 | EC | B | 32 | 0 | 7 | 11F | 4C | 45 |
| Octal | 323 | 166 | 354 | 13 | 62 | 0 | 7 | 437 | 114 | 105 |
| Binary | 11010011 | 1110110 | 11101100 | 1011 | 110010 | 0 | 111 | 100011111 | 1001100 | 1000101 |
Color Harmonies of #D376EC
Complementary color
Monochromatic Colors of #D376EC
Black with #D376EC
Text Example
Text Example
White with #D376EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D376EC; }
p { color: rgb(211,118,236); }
H1.HeaderClassName
{
color: #D376EC;
}
.AnyTagClassName
{
color: #D376EC;
}
</style>
background-color css
<style>
a { background-color: #D376EC; }
a { background-color: rgb(211,118,236); }
div.DivClassName
{
background-color: #D376EC;
}
.BgClassName
{
background-color: #D376EC;
}
</style>
border-color css
<style>
span { border-color: #D376EC; }
span { border-color: rgb(211,118,236); }
td.TdClassName
{
border-color: #D376EC;
}
.TagClassName
{
border-color: #D376EC;
}
</style>