Shades of Heliotrope #D77AFF
Tints of Heliotrope #D77AFF
RGB
CMYK
RGB Variations
Color information
#D77AFF (or 0xD77AFF) is known color: Heliotrope. HEX triplet: D7, 7A and FF. RGB value is (215,122,255). Sum of RGB (Red+Green+Blue) = 215+122+255=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 122 (48.05% from 255 or 20.61% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #D77AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AFF is #288500. Grayscale: #A4A4A4. Windows color (decimal): -2655489 or 16743127. OLE color: 16743127.
HSL color Cylindrical-coordinate representation of color #D77AFF: hue angle of 281.95º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D77AFF is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 122 | 255 | - |
| CMYK | 0.16 | 0.52 | 0 | 0 |
| HSL | 281.95º | 1% | 0.74% | - |
| HSV(B) | 281.95º | 0.52% | 1% | - |
| XYZ | 53.03 | 35.59 | 98.68 | - |
| YUV | 164.97 | 178.81 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 255 | 0.16 | 0.52 | 0 | 0 | 281.95 | 1 | 0.74 |
| Hex | D7 | 7A | FF | 10 | 34 | 0 | 0 | 11A | 64 | 4A |
| Octal | 327 | 172 | 377 | 20 | 64 | 0 | 0 | 432 | 144 | 112 |
| Binary | 11010111 | 1111010 | 11111111 | 10000 | 110100 | 0 | 0 | 100011010 | 1100100 | 1001010 |
Color Harmonies of #D77AFF
Complementary color
Monochromatic Colors of #D77AFF
Black with #D77AFF
Text Example
Text Example
White with #D77AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AFF; }
p { color: rgb(215,122,255); }
H1.HeaderClassName
{
color: #D77AFF;
}
.AnyTagClassName
{
color: #D77AFF;
}
</style>
background-color css
<style>
a { background-color: #D77AFF; }
a { background-color: rgb(215,122,255); }
div.DivClassName
{
background-color: #D77AFF;
}
.BgClassName
{
background-color: #D77AFF;
}
</style>
border-color css
<style>
span { border-color: #D77AFF; }
span { border-color: rgb(215,122,255); }
td.TdClassName
{
border-color: #D77AFF;
}
.TagClassName
{
border-color: #D77AFF;
}
</style>