Shades of Heliotrope #D77FEE
Tints of Heliotrope #D77FEE
RGB
CMYK
RGB Variations
Color information
#D77FEE (or 0xD77FEE) is known color: Heliotrope. HEX triplet: D7, 7F and EE. RGB value is (215,127,238). Sum of RGB (Red+Green+Blue) = 215+127+238=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #D77FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FEE is #288011. Grayscale: #A5A5A5. Windows color (decimal): -2654226 or 15630295. OLE color: 15630295.
HSL color Cylindrical-coordinate representation of color #D77FEE: hue angle of 287.57º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77FEE is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 127 | 238 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.07 |
| HSL | 287.57º | 0.77% | 0.72% | - |
| HSV(B) | 287.57º | 0.47% | 0.93% | - |
| XYZ | 51.05 | 35.8 | 85.11 | - |
| YUV | 165.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 238 | 0.10 | 0.47 | 0 | 0.07 | 287.57 | 0.77 | 0.72 |
| Hex | D7 | 7F | EE | A | 2F | 0 | 7 | 120 | 4D | 48 |
| Octal | 327 | 177 | 356 | 12 | 57 | 0 | 7 | 440 | 115 | 110 |
| Binary | 11010111 | 1111111 | 11101110 | 1010 | 101111 | 0 | 111 | 100100000 | 1001101 | 1001000 |
Color Harmonies of #D77FEE
Complementary color
Monochromatic Colors of #D77FEE
Black with #D77FEE
Text Example
Text Example
White with #D77FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FEE; }
p { color: rgb(215,127,238); }
H1.HeaderClassName
{
color: #D77FEE;
}
.AnyTagClassName
{
color: #D77FEE;
}
</style>
background-color css
<style>
a { background-color: #D77FEE; }
a { background-color: rgb(215,127,238); }
div.DivClassName
{
background-color: #D77FEE;
}
.BgClassName
{
background-color: #D77FEE;
}
</style>
border-color css
<style>
span { border-color: #D77FEE; }
span { border-color: rgb(215,127,238); }
td.TdClassName
{
border-color: #D77FEE;
}
.TagClassName
{
border-color: #D77FEE;
}
</style>