Shades of Heliotrope #D77FFF
Tints of Heliotrope #D77FFF
RGB
CMYK
RGB Variations
Color information
#D77FFF (or 0xD77FFF) is known color: Heliotrope. HEX triplet: D7, 7F and FF. RGB value is (215,127,255). Sum of RGB (Red+Green+Blue) = 215+127+255=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 127 (50% from 255 or 21.27% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #D77FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FFF is #288000. Grayscale: #A7A7A7. Windows color (decimal): -2654209 or 16744407. OLE color: 16744407.
HSL color Cylindrical-coordinate representation of color #D77FFF: hue angle of 281.25º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77FFF is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 127 | 255 | - |
| CMYK | 0.16 | 0.50 | 0 | 0 |
| HSL | 281.25º | 1% | 0.75% | - |
| HSV(B) | 281.25º | 0.5% | 1% | - |
| XYZ | 53.66 | 36.85 | 98.89 | - |
| YUV | 167.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 255 | 0.16 | 0.50 | 0 | 0 | 281.25 | 1 | 0.75 |
| Hex | D7 | 7F | FF | 10 | 32 | 0 | 0 | 119 | 64 | 4B |
| Octal | 327 | 177 | 377 | 20 | 62 | 0 | 0 | 431 | 144 | 113 |
| Binary | 11010111 | 1111111 | 11111111 | 10000 | 110010 | 0 | 0 | 100011001 | 1100100 | 1001011 |
Color Harmonies of #D77FFF
Complementary color
Monochromatic Colors of #D77FFF
Black with #D77FFF
Text Example
Text Example
White with #D77FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FFF; }
p { color: rgb(215,127,255); }
H1.HeaderClassName
{
color: #D77FFF;
}
.AnyTagClassName
{
color: #D77FFF;
}
</style>
background-color css
<style>
a { background-color: #D77FFF; }
a { background-color: rgb(215,127,255); }
div.DivClassName
{
background-color: #D77FFF;
}
.BgClassName
{
background-color: #D77FFF;
}
</style>
border-color css
<style>
span { border-color: #D77FFF; }
span { border-color: rgb(215,127,255); }
td.TdClassName
{
border-color: #D77FFF;
}
.TagClassName
{
border-color: #D77FFF;
}
</style>