Shades of Heliotrope #D776FA
Tints of Heliotrope #D776FA
RGB
CMYK
RGB Variations
Color information
#D776FA (or 0xD776FA) is known color: Heliotrope. HEX triplet: D7, 76 and FA. RGB value is (215,118,250). Sum of RGB (Red+Green+Blue) = 215+118+250=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 118 (46.48% from 255 or 20.24% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #D776FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D776FA is #288905. Grayscale: #A1A1A1. Windows color (decimal): -2656518 or 16414423. OLE color: 16414423.
HSL color Cylindrical-coordinate representation of color #D776FA: hue angle of 284.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D776FA is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 118 | 250 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.02 |
| HSL | 284.09º | 0.93% | 0.72% | - |
| HSV(B) | 284.09º | 0.53% | 0.98% | - |
| XYZ | 51.76 | 34.31 | 94.34 | - |
| YUV | 162.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 250 | 0.14 | 0.53 | 0 | 0.02 | 284.09 | 0.93 | 0.72 |
| Hex | D7 | 76 | FA | E | 35 | 0 | 2 | 11C | 5D | 48 |
| Octal | 327 | 166 | 372 | 16 | 65 | 0 | 2 | 434 | 135 | 110 |
| Binary | 11010111 | 1110110 | 11111010 | 1110 | 110101 | 0 | 10 | 100011100 | 1011101 | 1001000 |
Color Harmonies of #D776FA
Complementary color
Monochromatic Colors of #D776FA
Black with #D776FA
Text Example
Text Example
White with #D776FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776FA; }
p { color: rgb(215,118,250); }
H1.HeaderClassName
{
color: #D776FA;
}
.AnyTagClassName
{
color: #D776FA;
}
</style>
background-color css
<style>
a { background-color: #D776FA; }
a { background-color: rgb(215,118,250); }
div.DivClassName
{
background-color: #D776FA;
}
.BgClassName
{
background-color: #D776FA;
}
</style>
border-color css
<style>
span { border-color: #D776FA; }
span { border-color: rgb(215,118,250); }
td.TdClassName
{
border-color: #D776FA;
}
.TagClassName
{
border-color: #D776FA;
}
</style>