Shades of Heliotrope #D377E8
Tints of Heliotrope #D377E8
RGB
CMYK
RGB Variations
Color information
#D377E8 (or 0xD377E8) is known color: Heliotrope. HEX triplet: D3, 77 and E8. RGB value is (211,119,232). Sum of RGB (Red+Green+Blue) = 211+119+232=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #D377E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377E8 is #2C8817. Grayscale: #9F9F9F. Windows color (decimal): -2918424 or 15235027. OLE color: 15235027.
HSL color Cylindrical-coordinate representation of color #D377E8: hue angle of 288.85º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D377E8 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 119 | 232 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.09 |
| HSL | 288.85º | 0.71% | 0.69% | - |
| HSV(B) | 288.85º | 0.49% | 0.91% | - |
| XYZ | 48.03 | 32.87 | 80.16 | - |
| YUV | 159.39 | 168.98 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 232 | 0.09 | 0.49 | 0 | 0.09 | 288.85 | 0.71 | 0.69 |
| Hex | D3 | 77 | E8 | 9 | 31 | 0 | 9 | 121 | 47 | 45 |
| Octal | 323 | 167 | 350 | 11 | 61 | 0 | 11 | 441 | 107 | 105 |
| Binary | 11010011 | 1110111 | 11101000 | 1001 | 110001 | 0 | 1001 | 100100001 | 1000111 | 1000101 |
Color Harmonies of #D377E8
Complementary color
Monochromatic Colors of #D377E8
Black with #D377E8
Text Example
Text Example
White with #D377E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D377E8; }
p { color: rgb(211,119,232); }
H1.HeaderClassName
{
color: #D377E8;
}
.AnyTagClassName
{
color: #D377E8;
}
</style>
background-color css
<style>
a { background-color: #D377E8; }
a { background-color: rgb(211,119,232); }
div.DivClassName
{
background-color: #D377E8;
}
.BgClassName
{
background-color: #D377E8;
}
</style>
border-color css
<style>
span { border-color: #D377E8; }
span { border-color: rgb(211,119,232); }
td.TdClassName
{
border-color: #D377E8;
}
.TagClassName
{
border-color: #D377E8;
}
</style>