Shades of Heliotrope #D776ED
Tints of Heliotrope #D776ED
RGB
CMYK
RGB Variations
Color information
#D776ED (or 0xD776ED) is known color: Heliotrope. HEX triplet: D7, 76 and ED. RGB value is (215,118,237). Sum of RGB (Red+Green+Blue) = 215+118+237=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #D776ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D776ED is #288912. Grayscale: #A0A0A0. Windows color (decimal): -2656531 or 15562455. OLE color: 15562455.
HSL color Cylindrical-coordinate representation of color #D776ED: hue angle of 288.91º degrees, saturation: 0.77, 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 #D776ED is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 118 | 237 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.07 |
| HSL | 288.91º | 0.77% | 0.7% | - |
| HSV(B) | 288.91º | 0.5% | 0.93% | - |
| XYZ | 49.79 | 33.52 | 83.97 | - |
| YUV | 160.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 237 | 0.09 | 0.50 | 0 | 0.07 | 288.91 | 0.77 | 0.7 |
| Hex | D7 | 76 | ED | 9 | 32 | 0 | 7 | 121 | 4D | 46 |
| Octal | 327 | 166 | 355 | 11 | 62 | 0 | 7 | 441 | 115 | 106 |
| Binary | 11010111 | 1110110 | 11101101 | 1001 | 110010 | 0 | 111 | 100100001 | 1001101 | 1000110 |
Color Harmonies of #D776ED
Complementary color
Monochromatic Colors of #D776ED
Black with #D776ED
Text Example
Text Example
White with #D776ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776ED; }
p { color: rgb(215,118,237); }
H1.HeaderClassName
{
color: #D776ED;
}
.AnyTagClassName
{
color: #D776ED;
}
</style>
background-color css
<style>
a { background-color: #D776ED; }
a { background-color: rgb(215,118,237); }
div.DivClassName
{
background-color: #D776ED;
}
.BgClassName
{
background-color: #D776ED;
}
</style>
border-color css
<style>
span { border-color: #D776ED; }
span { border-color: rgb(215,118,237); }
td.TdClassName
{
border-color: #D776ED;
}
.TagClassName
{
border-color: #D776ED;
}
</style>