Shades of Heliotrope #D777FF
Tints of Heliotrope #D777FF
RGB
CMYK
RGB Variations
Color information
#D777FF (or 0xD777FF) is known color: Heliotrope. HEX triplet: D7, 77 and FF. RGB value is (215,119,255). Sum of RGB (Red+Green+Blue) = 215+119+255=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #D777FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D777FF is #288800. Grayscale: #A2A2A2. Windows color (decimal): -2656257 or 16742359. OLE color: 16742359.
HSL color Cylindrical-coordinate representation of color #D777FF: hue angle of 282.35º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D777FF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 119 | 255 | - |
| CMYK | 0.16 | 0.53 | 0 | 0 |
| HSL | 282.35º | 1% | 0.73% | - |
| HSV(B) | 282.35º | 0.53% | 1% | - |
| XYZ | 52.67 | 34.86 | 98.56 | - |
| YUV | 163.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 255 | 0.16 | 0.53 | 0 | 0 | 282.35 | 1 | 0.73 |
| Hex | D7 | 77 | FF | 10 | 35 | 0 | 0 | 11A | 64 | 49 |
| Octal | 327 | 167 | 377 | 20 | 65 | 0 | 0 | 432 | 144 | 111 |
| Binary | 11010111 | 1110111 | 11111111 | 10000 | 110101 | 0 | 0 | 100011010 | 1100100 | 1001001 |
Color Harmonies of #D777FF
Complementary color
Monochromatic Colors of #D777FF
Black with #D777FF
Text Example
Text Example
White with #D777FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D777FF; }
p { color: rgb(215,119,255); }
H1.HeaderClassName
{
color: #D777FF;
}
.AnyTagClassName
{
color: #D777FF;
}
</style>
background-color css
<style>
a { background-color: #D777FF; }
a { background-color: rgb(215,119,255); }
div.DivClassName
{
background-color: #D777FF;
}
.BgClassName
{
background-color: #D777FF;
}
</style>
border-color css
<style>
span { border-color: #D777FF; }
span { border-color: rgb(215,119,255); }
td.TdClassName
{
border-color: #D777FF;
}
.TagClassName
{
border-color: #D777FF;
}
</style>