Shades of Heliotrope #DB76FB
Tints of Heliotrope #DB76FB
RGB
CMYK
RGB Variations
Color information
#DB76FB (or 0xDB76FB) is known color: Heliotrope. HEX triplet: DB, 76 and FB. RGB value is (219,118,251). Sum of RGB (Red+Green+Blue) = 219+118+251=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 118 (46.48% from 255 or 20.07% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB76FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76FB is #248904. Grayscale: #A2A2A2. Windows color (decimal): -2394373 or 16479963. OLE color: 16479963.
HSL color Cylindrical-coordinate representation of color #DB76FB: hue angle of 285.56º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB76FB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 118 | 251 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.02 |
| HSL | 285.56º | 0.94% | 0.72% | - |
| HSV(B) | 285.56º | 0.53% | 0.98% | - |
| XYZ | 53.1 | 34.98 | 95.22 | - |
| YUV | 163.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 251 | 0.13 | 0.53 | 0 | 0.02 | 285.56 | 0.94 | 0.72 |
| Hex | DB | 76 | FB | D | 35 | 0 | 2 | 11E | 5E | 48 |
| Octal | 333 | 166 | 373 | 15 | 65 | 0 | 2 | 436 | 136 | 110 |
| Binary | 11011011 | 1110110 | 11111011 | 1101 | 110101 | 0 | 10 | 100011110 | 1011110 | 1001000 |
Color Harmonies of #DB76FB
Complementary color
Monochromatic Colors of #DB76FB
Black with #DB76FB
Text Example
Text Example
White with #DB76FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76FB; }
p { color: rgb(219,118,251); }
H1.HeaderClassName
{
color: #DB76FB;
}
.AnyTagClassName
{
color: #DB76FB;
}
</style>
background-color css
<style>
a { background-color: #DB76FB; }
a { background-color: rgb(219,118,251); }
div.DivClassName
{
background-color: #DB76FB;
}
.BgClassName
{
background-color: #DB76FB;
}
</style>
border-color css
<style>
span { border-color: #DB76FB; }
span { border-color: rgb(219,118,251); }
td.TdClassName
{
border-color: #DB76FB;
}
.TagClassName
{
border-color: #DB76FB;
}
</style>