Shades of Heliotrope #DB77F8
Tints of Heliotrope #DB77F8
RGB
CMYK
RGB Variations
Color information
#DB77F8 (or 0xDB77F8) is known color: Heliotrope. HEX triplet: DB, 77 and F8. RGB value is (219,119,248). Sum of RGB (Red+Green+Blue) = 219+119+248=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 119 (46.88% from 255 or 20.31% 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 #DB77F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77F8 is #248807. Grayscale: #A3A3A3. Windows color (decimal): -2394120 or 16283611. OLE color: 16283611.
HSL color Cylindrical-coordinate representation of color #DB77F8: hue angle of 286.51º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB77F8 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 119 | 248 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.03 |
| HSL | 286.51º | 0.9% | 0.72% | - |
| HSV(B) | 286.51º | 0.52% | 0.97% | - |
| XYZ | 52.75 | 35.03 | 92.79 | - |
| YUV | 163.61 | 175.63 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 248 | 0.12 | 0.52 | 0 | 0.03 | 286.51 | 0.9 | 0.72 |
| Hex | DB | 77 | F8 | C | 34 | 0 | 3 | 11F | 5A | 48 |
| Octal | 333 | 167 | 370 | 14 | 64 | 0 | 3 | 437 | 132 | 110 |
| Binary | 11011011 | 1110111 | 11111000 | 1100 | 110100 | 0 | 11 | 100011111 | 1011010 | 1001000 |
Color Harmonies of #DB77F8
Complementary color
Monochromatic Colors of #DB77F8
Black with #DB77F8
Text Example
Text Example
White with #DB77F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77F8; }
p { color: rgb(219,119,248); }
H1.HeaderClassName
{
color: #DB77F8;
}
.AnyTagClassName
{
color: #DB77F8;
}
</style>
background-color css
<style>
a { background-color: #DB77F8; }
a { background-color: rgb(219,119,248); }
div.DivClassName
{
background-color: #DB77F8;
}
.BgClassName
{
background-color: #DB77F8;
}
</style>
border-color css
<style>
span { border-color: #DB77F8; }
span { border-color: rgb(219,119,248); }
td.TdClassName
{
border-color: #DB77F8;
}
.TagClassName
{
border-color: #DB77F8;
}
</style>