Shades of Heliotrope #DB77FE
Tints of Heliotrope #DB77FE
RGB
CMYK
RGB Variations
Color information
#DB77FE (or 0xDB77FE) is known color: Heliotrope. HEX triplet: DB, 77 and FE. RGB value is (219,119,254). Sum of RGB (Red+Green+Blue) = 219+119+254=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77FE is #248801. Grayscale: #A3A3A3. Windows color (decimal): -2394114 or 16676827. OLE color: 16676827.
HSL color Cylindrical-coordinate representation of color #DB77FE: hue angle of 284.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB77FE is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 119 | 254 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.00 |
| HSL | 284.44º | 0.99% | 0.73% | - |
| HSV(B) | 284.44º | 0.53% | 1% | - |
| XYZ | 53.7 | 35.41 | 97.77 | - |
| YUV | 164.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 254 | 0.14 | 0.53 | 0 | 0.00 | 284.44 | 0.99 | 0.73 |
| Hex | DB | 77 | FE | E | 35 | 0 | 0 | 11C | 63 | 49 |
| Octal | 333 | 167 | 376 | 16 | 65 | 0 | 0 | 434 | 143 | 111 |
| Binary | 11011011 | 1110111 | 11111110 | 1110 | 110101 | 0 | 0 | 100011100 | 1100011 | 1001001 |
Color Harmonies of #DB77FE
Complementary color
Monochromatic Colors of #DB77FE
Black with #DB77FE
Text Example
Text Example
White with #DB77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77FE; }
p { color: rgb(219,119,254); }
H1.HeaderClassName
{
color: #DB77FE;
}
.AnyTagClassName
{
color: #DB77FE;
}
</style>
background-color css
<style>
a { background-color: #DB77FE; }
a { background-color: rgb(219,119,254); }
div.DivClassName
{
background-color: #DB77FE;
}
.BgClassName
{
background-color: #DB77FE;
}
</style>
border-color css
<style>
span { border-color: #DB77FE; }
span { border-color: rgb(219,119,254); }
td.TdClassName
{
border-color: #DB77FE;
}
.TagClassName
{
border-color: #DB77FE;
}
</style>