Shades of Heliotrope #D77AF6
Tints of Heliotrope #D77AF6
RGB
CMYK
RGB Variations
Color information
#D77AF6 (or 0xD77AF6) is known color: Heliotrope. HEX triplet: D7, 7A and F6. RGB value is (215,122,246). Sum of RGB (Red+Green+Blue) = 215+122+246=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #D77AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AF6 is #288509. Grayscale: #A3A3A3. Windows color (decimal): -2655498 or 16153303. OLE color: 16153303.
HSL color Cylindrical-coordinate representation of color #D77AF6: hue angle of 285º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77AF6 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 122 | 246 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.04 |
| HSL | 285º | 0.87% | 0.72% | - |
| HSV(B) | 285º | 0.5% | 0.96% | - |
| XYZ | 51.62 | 35.02 | 91.23 | - |
| YUV | 163.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 246 | 0.13 | 0.50 | 0 | 0.04 | 285 | 0.87 | 0.72 |
| Hex | D7 | 7A | F6 | D | 32 | 0 | 4 | 11D | 57 | 48 |
| Octal | 327 | 172 | 366 | 15 | 62 | 0 | 4 | 435 | 127 | 110 |
| Binary | 11010111 | 1111010 | 11110110 | 1101 | 110010 | 0 | 100 | 100011101 | 1010111 | 1001000 |
Color Harmonies of #D77AF6
Complementary color
Monochromatic Colors of #D77AF6
Black with #D77AF6
Text Example
Text Example
White with #D77AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AF6; }
p { color: rgb(215,122,246); }
H1.HeaderClassName
{
color: #D77AF6;
}
.AnyTagClassName
{
color: #D77AF6;
}
</style>
background-color css
<style>
a { background-color: #D77AF6; }
a { background-color: rgb(215,122,246); }
div.DivClassName
{
background-color: #D77AF6;
}
.BgClassName
{
background-color: #D77AF6;
}
</style>
border-color css
<style>
span { border-color: #D77AF6; }
span { border-color: rgb(215,122,246); }
td.TdClassName
{
border-color: #D77AF6;
}
.TagClassName
{
border-color: #D77AF6;
}
</style>