Shades of Heliotrope #DB76FE
Tints of Heliotrope #DB76FE
RGB
CMYK
RGB Variations
Color information
#DB76FE (or 0xDB76FE) is known color: Heliotrope. HEX triplet: DB, 76 and FE. RGB value is (219,118,254). Sum of RGB (Red+Green+Blue) = 219+118+254=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 118 (46.48% from 255 or 19.97% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76FE is #248901. Grayscale: #A3A3A3. Windows color (decimal): -2394370 or 16676571. OLE color: 16676571.
HSL color Cylindrical-coordinate representation of color #DB76FE: hue angle of 284.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB76FE is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 118 | 254 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.00 |
| HSL | 284.56º | 0.99% | 0.73% | - |
| HSV(B) | 284.56º | 0.54% | 1% | - |
| XYZ | 53.58 | 35.17 | 97.73 | - |
| YUV | 163.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 254 | 0.14 | 0.54 | 0 | 0.00 | 284.56 | 0.99 | 0.73 |
| Hex | DB | 76 | FE | E | 36 | 0 | 0 | 11D | 63 | 49 |
| Octal | 333 | 166 | 376 | 16 | 66 | 0 | 0 | 435 | 143 | 111 |
| Binary | 11011011 | 1110110 | 11111110 | 1110 | 110110 | 0 | 0 | 100011101 | 1100011 | 1001001 |
Color Harmonies of #DB76FE
Complementary color
Monochromatic Colors of #DB76FE
Black with #DB76FE
Text Example
Text Example
White with #DB76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76FE; }
p { color: rgb(219,118,254); }
H1.HeaderClassName
{
color: #DB76FE;
}
.AnyTagClassName
{
color: #DB76FE;
}
</style>
background-color css
<style>
a { background-color: #DB76FE; }
a { background-color: rgb(219,118,254); }
div.DivClassName
{
background-color: #DB76FE;
}
.BgClassName
{
background-color: #DB76FE;
}
</style>
border-color css
<style>
span { border-color: #DB76FE; }
span { border-color: rgb(219,118,254); }
td.TdClassName
{
border-color: #DB76FE;
}
.TagClassName
{
border-color: #DB76FE;
}
</style>