Shades of Heliotrope #D776FE
Tints of Heliotrope #D776FE
RGB
CMYK
RGB Variations
Color information
#D776FE (or 0xD776FE) is known color: Heliotrope. HEX triplet: D7, 76 and FE. RGB value is (215,118,254). Sum of RGB (Red+Green+Blue) = 215+118+254=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 118 (46.48% from 255 or 20.10% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #D776FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D776FE is #288901. Grayscale: #A2A2A2. Windows color (decimal): -2656514 or 16676567. OLE color: 16676567.
HSL color Cylindrical-coordinate representation of color #D776FE: hue angle of 282.79º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D776FE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 118 | 254 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.00 |
| HSL | 282.79º | 0.99% | 0.73% | - |
| HSV(B) | 282.79º | 0.54% | 1% | - |
| XYZ | 52.39 | 34.56 | 97.68 | - |
| YUV | 162.51 | 179.64 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 254 | 0.15 | 0.54 | 0 | 0.00 | 282.79 | 0.99 | 0.73 |
| Hex | D7 | 76 | FE | F | 36 | 0 | 0 | 11B | 63 | 49 |
| Octal | 327 | 166 | 376 | 17 | 66 | 0 | 0 | 433 | 143 | 111 |
| Binary | 11010111 | 1110110 | 11111110 | 1111 | 110110 | 0 | 0 | 100011011 | 1100011 | 1001001 |
Color Harmonies of #D776FE
Complementary color
Monochromatic Colors of #D776FE
Black with #D776FE
Text Example
Text Example
White with #D776FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776FE; }
p { color: rgb(215,118,254); }
H1.HeaderClassName
{
color: #D776FE;
}
.AnyTagClassName
{
color: #D776FE;
}
</style>
background-color css
<style>
a { background-color: #D776FE; }
a { background-color: rgb(215,118,254); }
div.DivClassName
{
background-color: #D776FE;
}
.BgClassName
{
background-color: #D776FE;
}
</style>
border-color css
<style>
span { border-color: #D776FE; }
span { border-color: rgb(215,118,254); }
td.TdClassName
{
border-color: #D776FE;
}
.TagClassName
{
border-color: #D776FE;
}
</style>