Shades of Heliotrope #DB77F1
Tints of Heliotrope #DB77F1
RGB
CMYK
RGB Variations
Color information
#DB77F1 (or 0xDB77F1) is known color: Heliotrope. HEX triplet: DB, 77 and F1. RGB value is (219,119,241). Sum of RGB (Red+Green+Blue) = 219+119+241=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB77F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77F1 is #24880E. Grayscale: #A2A2A2. Windows color (decimal): -2394127 or 15824859. OLE color: 15824859.
HSL color Cylindrical-coordinate representation of color #DB77F1: hue angle of 289.18º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB77F1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 119 | 241 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.05 |
| HSL | 289.18º | 0.81% | 0.71% | - |
| HSV(B) | 289.18º | 0.51% | 0.95% | - |
| XYZ | 51.69 | 34.6 | 87.17 | - |
| YUV | 162.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 241 | 0.09 | 0.51 | 0 | 0.05 | 289.18 | 0.81 | 0.71 |
| Hex | DB | 77 | F1 | 9 | 33 | 0 | 5 | 121 | 51 | 47 |
| Octal | 333 | 167 | 361 | 11 | 63 | 0 | 5 | 441 | 121 | 107 |
| Binary | 11011011 | 1110111 | 11110001 | 1001 | 110011 | 0 | 101 | 100100001 | 1010001 | 1000111 |
Color Harmonies of #DB77F1
Complementary color
Monochromatic Colors of #DB77F1
Black with #DB77F1
Text Example
Text Example
White with #DB77F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77F1; }
p { color: rgb(219,119,241); }
H1.HeaderClassName
{
color: #DB77F1;
}
.AnyTagClassName
{
color: #DB77F1;
}
</style>
background-color css
<style>
a { background-color: #DB77F1; }
a { background-color: rgb(219,119,241); }
div.DivClassName
{
background-color: #DB77F1;
}
.BgClassName
{
background-color: #DB77F1;
}
</style>
border-color css
<style>
span { border-color: #DB77F1; }
span { border-color: rgb(219,119,241); }
td.TdClassName
{
border-color: #DB77F1;
}
.TagClassName
{
border-color: #DB77F1;
}
</style>