Shades of Heliotrope #D376EF
Tints of Heliotrope #D376EF
RGB
CMYK
RGB Variations
Color information
#D376EF (or 0xD376EF) is known color: Heliotrope. HEX triplet: D3, 76 and EF. RGB value is (211,118,239). Sum of RGB (Red+Green+Blue) = 211+118+239=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #D376EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376EF is #2C8910. Grayscale: #9F9F9F. Windows color (decimal): -2918673 or 15693523. OLE color: 15693523.
HSL color Cylindrical-coordinate representation of color #D376EF: hue angle of 286.12º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D376EF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 118 | 239 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.06 |
| HSL | 286.12º | 0.79% | 0.7% | - |
| HSV(B) | 286.12º | 0.51% | 0.94% | - |
| XYZ | 48.92 | 33.04 | 85.46 | - |
| YUV | 159.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 239 | 0.12 | 0.51 | 0 | 0.06 | 286.12 | 0.79 | 0.7 |
| Hex | D3 | 76 | EF | C | 33 | 0 | 6 | 11E | 4F | 46 |
| Octal | 323 | 166 | 357 | 14 | 63 | 0 | 6 | 436 | 117 | 106 |
| Binary | 11010011 | 1110110 | 11101111 | 1100 | 110011 | 0 | 110 | 100011110 | 1001111 | 1000110 |
Color Harmonies of #D376EF
Complementary color
Monochromatic Colors of #D376EF
Black with #D376EF
Text Example
Text Example
White with #D376EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D376EF; }
p { color: rgb(211,118,239); }
H1.HeaderClassName
{
color: #D376EF;
}
.AnyTagClassName
{
color: #D376EF;
}
</style>
background-color css
<style>
a { background-color: #D376EF; }
a { background-color: rgb(211,118,239); }
div.DivClassName
{
background-color: #D376EF;
}
.BgClassName
{
background-color: #D376EF;
}
</style>
border-color css
<style>
span { border-color: #D376EF; }
span { border-color: rgb(211,118,239); }
td.TdClassName
{
border-color: #D376EF;
}
.TagClassName
{
border-color: #D376EF;
}
</style>