Shades of Heliotrope #DB77FA
Tints of Heliotrope #DB77FA
RGB
CMYK
RGB Variations
Color information
#DB77FA (or 0xDB77FA) is known color: Heliotrope. HEX triplet: DB, 77 and FA. RGB value is (219,119,250). Sum of RGB (Red+Green+Blue) = 219+119+250=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 119 (46.88% from 255 or 20.24% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77FA is #248805. Grayscale: #A3A3A3. Windows color (decimal): -2394118 or 16414683. OLE color: 16414683.
HSL color Cylindrical-coordinate representation of color #DB77FA: hue angle of 285.8º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB77FA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 119 | 250 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.02 |
| HSL | 285.8º | 0.93% | 0.72% | - |
| HSV(B) | 285.8º | 0.52% | 0.98% | - |
| XYZ | 53.07 | 35.16 | 94.43 | - |
| YUV | 163.83 | 176.63 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 250 | 0.12 | 0.52 | 0 | 0.02 | 285.8 | 0.93 | 0.72 |
| Hex | DB | 77 | FA | C | 34 | 0 | 2 | 11E | 5D | 48 |
| Octal | 333 | 167 | 372 | 14 | 64 | 0 | 2 | 436 | 135 | 110 |
| Binary | 11011011 | 1110111 | 11111010 | 1100 | 110100 | 0 | 10 | 100011110 | 1011101 | 1001000 |
Color Harmonies of #DB77FA
Complementary color
Monochromatic Colors of #DB77FA
Black with #DB77FA
Text Example
Text Example
White with #DB77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77FA; }
p { color: rgb(219,119,250); }
H1.HeaderClassName
{
color: #DB77FA;
}
.AnyTagClassName
{
color: #DB77FA;
}
</style>
background-color css
<style>
a { background-color: #DB77FA; }
a { background-color: rgb(219,119,250); }
div.DivClassName
{
background-color: #DB77FA;
}
.BgClassName
{
background-color: #DB77FA;
}
</style>
border-color css
<style>
span { border-color: #DB77FA; }
span { border-color: rgb(219,119,250); }
td.TdClassName
{
border-color: #DB77FA;
}
.TagClassName
{
border-color: #DB77FA;
}
</style>