Shades of Heliotrope #D77FE9
Tints of Heliotrope #D77FE9
RGB
CMYK
RGB Variations
Color information
#D77FE9 (or 0xD77FE9) is known color: Heliotrope. HEX triplet: D7, 7F and E9. RGB value is (215,127,233). Sum of RGB (Red+Green+Blue) = 215+127+233=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #D77FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FE9 is #288016. Grayscale: #A5A5A5. Windows color (decimal): -2654231 or 15302615. OLE color: 15302615.
HSL color Cylindrical-coordinate representation of color #D77FE9: hue angle of 289.81º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77FE9 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 127 | 233 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.09 |
| HSL | 289.81º | 0.71% | 0.71% | - |
| HSV(B) | 289.81º | 0.45% | 0.91% | - |
| XYZ | 50.32 | 35.51 | 81.29 | - |
| YUV | 165.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 233 | 0.08 | 0.45 | 0 | 0.09 | 289.81 | 0.71 | 0.71 |
| Hex | D7 | 7F | E9 | 8 | 2D | 0 | 9 | 122 | 47 | 47 |
| Octal | 327 | 177 | 351 | 10 | 55 | 0 | 11 | 442 | 107 | 107 |
| Binary | 11010111 | 1111111 | 11101001 | 1000 | 101101 | 0 | 1001 | 100100010 | 1000111 | 1000111 |
Color Harmonies of #D77FE9
Complementary color
Monochromatic Colors of #D77FE9
Black with #D77FE9
Text Example
Text Example
White with #D77FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FE9; }
p { color: rgb(215,127,233); }
H1.HeaderClassName
{
color: #D77FE9;
}
.AnyTagClassName
{
color: #D77FE9;
}
</style>
background-color css
<style>
a { background-color: #D77FE9; }
a { background-color: rgb(215,127,233); }
div.DivClassName
{
background-color: #D77FE9;
}
.BgClassName
{
background-color: #D77FE9;
}
</style>
border-color css
<style>
span { border-color: #D77FE9; }
span { border-color: rgb(215,127,233); }
td.TdClassName
{
border-color: #D77FE9;
}
.TagClassName
{
border-color: #D77FE9;
}
</style>