Shades of Heliotrope #D778EB
Tints of Heliotrope #D778EB
RGB
CMYK
RGB Variations
Color information
#D778EB (or 0xD778EB) is known color: Heliotrope. HEX triplet: D7, 78 and EB. RGB value is (215,120,235). Sum of RGB (Red+Green+Blue) = 215+120+235=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #D778EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D778EB is #288714. Grayscale: #A1A1A1. Windows color (decimal): -2656021 or 15431895. OLE color: 15431895.
HSL color Cylindrical-coordinate representation of color #D778EB: hue angle of 289.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D778EB is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 120 | 235 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.08 |
| HSL | 289.57º | 0.74% | 0.7% | - |
| HSV(B) | 289.57º | 0.49% | 0.92% | - |
| XYZ | 49.74 | 33.88 | 82.52 | - |
| YUV | 161.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 235 | 0.09 | 0.49 | 0 | 0.08 | 289.57 | 0.74 | 0.7 |
| Hex | D7 | 78 | EB | 9 | 31 | 0 | 8 | 122 | 4A | 46 |
| Octal | 327 | 170 | 353 | 11 | 61 | 0 | 10 | 442 | 112 | 106 |
| Binary | 11010111 | 1111000 | 11101011 | 1001 | 110001 | 0 | 1000 | 100100010 | 1001010 | 1000110 |
Color Harmonies of #D778EB
Complementary color
Monochromatic Colors of #D778EB
Black with #D778EB
Text Example
Text Example
White with #D778EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778EB; }
p { color: rgb(215,120,235); }
H1.HeaderClassName
{
color: #D778EB;
}
.AnyTagClassName
{
color: #D778EB;
}
</style>
background-color css
<style>
a { background-color: #D778EB; }
a { background-color: rgb(215,120,235); }
div.DivClassName
{
background-color: #D778EB;
}
.BgClassName
{
background-color: #D778EB;
}
</style>
border-color css
<style>
span { border-color: #D778EB; }
span { border-color: rgb(215,120,235); }
td.TdClassName
{
border-color: #D778EB;
}
.TagClassName
{
border-color: #D778EB;
}
</style>