Shades of Heliotrope #DB77F0
Tints of Heliotrope #DB77F0
RGB
CMYK
RGB Variations
Color information
#DB77F0 (or 0xDB77F0) is known color: Heliotrope. HEX triplet: DB, 77 and F0. RGB value is (219,119,240). Sum of RGB (Red+Green+Blue) = 219+119+240=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB77F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77F0 is #24880F. Grayscale: #A2A2A2. Windows color (decimal): -2394128 or 15759323. OLE color: 15759323.
HSL color Cylindrical-coordinate representation of color #DB77F0: hue angle of 289.59º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB77F0 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 119 | 240 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.06 |
| HSL | 289.59º | 0.8% | 0.7% | - |
| HSV(B) | 289.59º | 0.5% | 0.94% | - |
| XYZ | 51.54 | 34.54 | 86.39 | - |
| YUV | 162.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 240 | 0.09 | 0.50 | 0 | 0.06 | 289.59 | 0.8 | 0.7 |
| Hex | DB | 77 | F0 | 9 | 32 | 0 | 6 | 122 | 50 | 46 |
| Octal | 333 | 167 | 360 | 11 | 62 | 0 | 6 | 442 | 120 | 106 |
| Binary | 11011011 | 1110111 | 11110000 | 1001 | 110010 | 0 | 110 | 100100010 | 1010000 | 1000110 |
Color Harmonies of #DB77F0
Complementary color
Monochromatic Colors of #DB77F0
Black with #DB77F0
Text Example
Text Example
White with #DB77F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77F0; }
p { color: rgb(219,119,240); }
H1.HeaderClassName
{
color: #DB77F0;
}
.AnyTagClassName
{
color: #DB77F0;
}
</style>
background-color css
<style>
a { background-color: #DB77F0; }
a { background-color: rgb(219,119,240); }
div.DivClassName
{
background-color: #DB77F0;
}
.BgClassName
{
background-color: #DB77F0;
}
</style>
border-color css
<style>
span { border-color: #DB77F0; }
span { border-color: rgb(219,119,240); }
td.TdClassName
{
border-color: #DB77F0;
}
.TagClassName
{
border-color: #DB77F0;
}
</style>