Shades of Heliotrope #D777ED
Tints of Heliotrope #D777ED
RGB
CMYK
RGB Variations
Color information
#D777ED (or 0xD777ED) is known color: Heliotrope. HEX triplet: D7, 77 and ED. RGB value is (215,119,237). Sum of RGB (Red+Green+Blue) = 215+119+237=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #D777ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D777ED is #288812. Grayscale: #A0A0A0. Windows color (decimal): -2656275 or 15562711. OLE color: 15562711.
HSL color Cylindrical-coordinate representation of color #D777ED: hue angle of 288.81º 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 #D777ED is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 119 | 237 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.07 |
| HSL | 288.81º | 0.77% | 0.7% | - |
| HSV(B) | 288.81º | 0.5% | 0.93% | - |
| XYZ | 49.91 | 33.76 | 84.01 | - |
| YUV | 161.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 237 | 0.09 | 0.50 | 0 | 0.07 | 288.81 | 0.77 | 0.7 |
| Hex | D7 | 77 | ED | 9 | 32 | 0 | 7 | 121 | 4D | 46 |
| Octal | 327 | 167 | 355 | 11 | 62 | 0 | 7 | 441 | 115 | 106 |
| Binary | 11010111 | 1110111 | 11101101 | 1001 | 110010 | 0 | 111 | 100100001 | 1001101 | 1000110 |
Color Harmonies of #D777ED
Complementary color
Monochromatic Colors of #D777ED
Black with #D777ED
Text Example
Text Example
White with #D777ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D777ED; }
p { color: rgb(215,119,237); }
H1.HeaderClassName
{
color: #D777ED;
}
.AnyTagClassName
{
color: #D777ED;
}
</style>
background-color css
<style>
a { background-color: #D777ED; }
a { background-color: rgb(215,119,237); }
div.DivClassName
{
background-color: #D777ED;
}
.BgClassName
{
background-color: #D777ED;
}
</style>
border-color css
<style>
span { border-color: #D777ED; }
span { border-color: rgb(215,119,237); }
td.TdClassName
{
border-color: #D777ED;
}
.TagClassName
{
border-color: #D777ED;
}
</style>