Shades of Heliotrope #D77BF8
Tints of Heliotrope #D77BF8
RGB
CMYK
RGB Variations
Color information
#D77BF8 (or 0xD77BF8) is known color: Heliotrope. HEX triplet: D7, 7B and F8. RGB value is (215,123,248). Sum of RGB (Red+Green+Blue) = 215+123+248=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 123 (48.44% from 255 or 20.99% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #D77BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BF8 is #288407. Grayscale: #A4A4A4. Windows color (decimal): -2655240 or 16284631. OLE color: 16284631.
HSL color Cylindrical-coordinate representation of color #D77BF8: hue angle of 284.16º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77BF8 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 123 | 248 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.03 |
| HSL | 284.16º | 0.9% | 0.73% | - |
| HSV(B) | 284.16º | 0.5% | 0.97% | - |
| XYZ | 52.05 | 35.39 | 92.89 | - |
| YUV | 164.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 248 | 0.13 | 0.50 | 0 | 0.03 | 284.16 | 0.9 | 0.73 |
| Hex | D7 | 7B | F8 | D | 32 | 0 | 3 | 11C | 5A | 49 |
| Octal | 327 | 173 | 370 | 15 | 62 | 0 | 3 | 434 | 132 | 111 |
| Binary | 11010111 | 1111011 | 11111000 | 1101 | 110010 | 0 | 11 | 100011100 | 1011010 | 1001001 |
Color Harmonies of #D77BF8
Complementary color
Monochromatic Colors of #D77BF8
Black with #D77BF8
Text Example
Text Example
White with #D77BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BF8; }
p { color: rgb(215,123,248); }
H1.HeaderClassName
{
color: #D77BF8;
}
.AnyTagClassName
{
color: #D77BF8;
}
</style>
background-color css
<style>
a { background-color: #D77BF8; }
a { background-color: rgb(215,123,248); }
div.DivClassName
{
background-color: #D77BF8;
}
.BgClassName
{
background-color: #D77BF8;
}
</style>
border-color css
<style>
span { border-color: #D77BF8; }
span { border-color: rgb(215,123,248); }
td.TdClassName
{
border-color: #D77BF8;
}
.TagClassName
{
border-color: #D77BF8;
}
</style>