Shades of Heliotrope #D778ED
Tints of Heliotrope #D778ED
RGB
CMYK
RGB Variations
Color information
#D778ED (or 0xD778ED) is known color: Heliotrope. HEX triplet: D7, 78 and ED. RGB value is (215,120,237). Sum of RGB (Red+Green+Blue) = 215+120+237=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #D778ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D778ED is #288712. Grayscale: #A1A1A1. Windows color (decimal): -2656019 or 15562967. OLE color: 15562967.
HSL color Cylindrical-coordinate representation of color #D778ED: hue angle of 288.72º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D778ED is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 120 | 237 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.07 |
| HSL | 288.72º | 0.76% | 0.7% | - |
| HSV(B) | 288.72º | 0.49% | 0.93% | - |
| XYZ | 50.03 | 33.99 | 84.05 | - |
| YUV | 161.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 237 | 0.09 | 0.49 | 0 | 0.07 | 288.72 | 0.76 | 0.7 |
| Hex | D7 | 78 | ED | 9 | 31 | 0 | 7 | 121 | 4C | 46 |
| Octal | 327 | 170 | 355 | 11 | 61 | 0 | 7 | 441 | 114 | 106 |
| Binary | 11010111 | 1111000 | 11101101 | 1001 | 110001 | 0 | 111 | 100100001 | 1001100 | 1000110 |
Color Harmonies of #D778ED
Complementary color
Monochromatic Colors of #D778ED
Black with #D778ED
Text Example
Text Example
White with #D778ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778ED; }
p { color: rgb(215,120,237); }
H1.HeaderClassName
{
color: #D778ED;
}
.AnyTagClassName
{
color: #D778ED;
}
</style>
background-color css
<style>
a { background-color: #D778ED; }
a { background-color: rgb(215,120,237); }
div.DivClassName
{
background-color: #D778ED;
}
.BgClassName
{
background-color: #D778ED;
}
</style>
border-color css
<style>
span { border-color: #D778ED; }
span { border-color: rgb(215,120,237); }
td.TdClassName
{
border-color: #D778ED;
}
.TagClassName
{
border-color: #D778ED;
}
</style>