Shades of Heliotrope #D77AED
Tints of Heliotrope #D77AED
RGB
CMYK
RGB Variations
Color information
#D77AED (or 0xD77AED) is known color: Heliotrope. HEX triplet: D7, 7A and ED. RGB value is (215,122,237). Sum of RGB (Red+Green+Blue) = 215+122+237=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #D77AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AED is #288512. Grayscale: #A2A2A2. Windows color (decimal): -2655507 or 15563479. OLE color: 15563479.
HSL color Cylindrical-coordinate representation of color #D77AED: hue angle of 288.52º 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 #D77AED is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 122 | 237 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.07 |
| HSL | 288.52º | 0.76% | 0.7% | - |
| HSV(B) | 288.52º | 0.49% | 0.93% | - |
| XYZ | 50.27 | 34.48 | 84.13 | - |
| YUV | 162.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 237 | 0.09 | 0.49 | 0 | 0.07 | 288.52 | 0.76 | 0.7 |
| Hex | D7 | 7A | ED | 9 | 31 | 0 | 7 | 121 | 4C | 46 |
| Octal | 327 | 172 | 355 | 11 | 61 | 0 | 7 | 441 | 114 | 106 |
| Binary | 11010111 | 1111010 | 11101101 | 1001 | 110001 | 0 | 111 | 100100001 | 1001100 | 1000110 |
Color Harmonies of #D77AED
Complementary color
Monochromatic Colors of #D77AED
Black with #D77AED
Text Example
Text Example
White with #D77AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AED; }
p { color: rgb(215,122,237); }
H1.HeaderClassName
{
color: #D77AED;
}
.AnyTagClassName
{
color: #D77AED;
}
</style>
background-color css
<style>
a { background-color: #D77AED; }
a { background-color: rgb(215,122,237); }
div.DivClassName
{
background-color: #D77AED;
}
.BgClassName
{
background-color: #D77AED;
}
</style>
border-color css
<style>
span { border-color: #D77AED; }
span { border-color: rgb(215,122,237); }
td.TdClassName
{
border-color: #D77AED;
}
.TagClassName
{
border-color: #D77AED;
}
</style>