Shades of Heliotrope #D77DFF
Tints of Heliotrope #D77DFF
RGB
CMYK
RGB Variations
Color information
#D77DFF (or 0xD77DFF) is known color: Heliotrope. HEX triplet: D7, 7D and FF. RGB value is (215,125,255). Sum of RGB (Red+Green+Blue) = 215+125+255=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #D77DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DFF is #288200. Grayscale: #A6A6A6. Windows color (decimal): -2654721 or 16743895. OLE color: 16743895.
HSL color Cylindrical-coordinate representation of color #D77DFF: hue angle of 281.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77DFF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 125 | 255 | - |
| CMYK | 0.16 | 0.51 | 0 | 0 |
| HSL | 281.54º | 1% | 0.75% | - |
| HSV(B) | 281.54º | 0.51% | 1% | - |
| XYZ | 53.41 | 36.33 | 98.81 | - |
| YUV | 166.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 255 | 0.16 | 0.51 | 0 | 0 | 281.54 | 1 | 0.75 |
| Hex | D7 | 7D | FF | 10 | 33 | 0 | 0 | 11A | 64 | 4B |
| Octal | 327 | 175 | 377 | 20 | 63 | 0 | 0 | 432 | 144 | 113 |
| Binary | 11010111 | 1111101 | 11111111 | 10000 | 110011 | 0 | 0 | 100011010 | 1100100 | 1001011 |
Color Harmonies of #D77DFF
Complementary color
Monochromatic Colors of #D77DFF
Black with #D77DFF
Text Example
Text Example
White with #D77DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DFF; }
p { color: rgb(215,125,255); }
H1.HeaderClassName
{
color: #D77DFF;
}
.AnyTagClassName
{
color: #D77DFF;
}
</style>
background-color css
<style>
a { background-color: #D77DFF; }
a { background-color: rgb(215,125,255); }
div.DivClassName
{
background-color: #D77DFF;
}
.BgClassName
{
background-color: #D77DFF;
}
</style>
border-color css
<style>
span { border-color: #D77DFF; }
span { border-color: rgb(215,125,255); }
td.TdClassName
{
border-color: #D77DFF;
}
.TagClassName
{
border-color: #D77DFF;
}
</style>