Shades of Heliotrope #D776EE
Tints of Heliotrope #D776EE
RGB
CMYK
RGB Variations
Color information
#D776EE (or 0xD776EE) is known color: Heliotrope. HEX triplet: D7, 76 and EE. RGB value is (215,118,238). Sum of RGB (Red+Green+Blue) = 215+118+238=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #D776EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D776EE is #288911. Grayscale: #A0A0A0. Windows color (decimal): -2656530 or 15627991. OLE color: 15627991.
HSL color Cylindrical-coordinate representation of color #D776EE: hue angle of 288.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D776EE is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 118 | 238 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.07 |
| HSL | 288.5º | 0.78% | 0.7% | - |
| HSV(B) | 288.5º | 0.5% | 0.93% | - |
| XYZ | 49.94 | 33.58 | 84.74 | - |
| YUV | 160.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 238 | 0.10 | 0.50 | 0 | 0.07 | 288.5 | 0.78 | 0.7 |
| Hex | D7 | 76 | EE | A | 32 | 0 | 7 | 120 | 4E | 46 |
| Octal | 327 | 166 | 356 | 12 | 62 | 0 | 7 | 440 | 116 | 106 |
| Binary | 11010111 | 1110110 | 11101110 | 1010 | 110010 | 0 | 111 | 100100000 | 1001110 | 1000110 |
Color Harmonies of #D776EE
Complementary color
Monochromatic Colors of #D776EE
Black with #D776EE
Text Example
Text Example
White with #D776EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776EE; }
p { color: rgb(215,118,238); }
H1.HeaderClassName
{
color: #D776EE;
}
.AnyTagClassName
{
color: #D776EE;
}
</style>
background-color css
<style>
a { background-color: #D776EE; }
a { background-color: rgb(215,118,238); }
div.DivClassName
{
background-color: #D776EE;
}
.BgClassName
{
background-color: #D776EE;
}
</style>
border-color css
<style>
span { border-color: #D776EE; }
span { border-color: rgb(215,118,238); }
td.TdClassName
{
border-color: #D776EE;
}
.TagClassName
{
border-color: #D776EE;
}
</style>