Shades of Heliotrope #D77FED
Tints of Heliotrope #D77FED
RGB
CMYK
RGB Variations
Color information
#D77FED (or 0xD77FED) is known color: Heliotrope. HEX triplet: D7, 7F and ED. RGB value is (215,127,237). Sum of RGB (Red+Green+Blue) = 215+127+237=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #D77FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FED is #288012. Grayscale: #A5A5A5. Windows color (decimal): -2654227 or 15564759. OLE color: 15564759.
HSL color Cylindrical-coordinate representation of color #D77FED: hue angle of 288º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77FED is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 127 | 237 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.07 |
| HSL | 288º | 0.75% | 0.71% | - |
| HSV(B) | 288º | 0.46% | 0.93% | - |
| XYZ | 50.9 | 35.74 | 84.34 | - |
| YUV | 165.85 | 168.15 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 237 | 0.09 | 0.46 | 0 | 0.07 | 288 | 0.75 | 0.71 |
| Hex | D7 | 7F | ED | 9 | 2E | 0 | 7 | 120 | 4B | 47 |
| Octal | 327 | 177 | 355 | 11 | 56 | 0 | 7 | 440 | 113 | 107 |
| Binary | 11010111 | 1111111 | 11101101 | 1001 | 101110 | 0 | 111 | 100100000 | 1001011 | 1000111 |
Color Harmonies of #D77FED
Complementary color
Monochromatic Colors of #D77FED
Black with #D77FED
Text Example
Text Example
White with #D77FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FED; }
p { color: rgb(215,127,237); }
H1.HeaderClassName
{
color: #D77FED;
}
.AnyTagClassName
{
color: #D77FED;
}
</style>
background-color css
<style>
a { background-color: #D77FED; }
a { background-color: rgb(215,127,237); }
div.DivClassName
{
background-color: #D77FED;
}
.BgClassName
{
background-color: #D77FED;
}
</style>
border-color css
<style>
span { border-color: #D77FED; }
span { border-color: rgb(215,127,237); }
td.TdClassName
{
border-color: #D77FED;
}
.TagClassName
{
border-color: #D77FED;
}
</style>