Shades of Heliotrope #DB76F8
Tints of Heliotrope #DB76F8
RGB
CMYK
RGB Variations
Color information
#DB76F8 (or 0xDB76F8) is known color: Heliotrope. HEX triplet: DB, 76 and F8. RGB value is (219,118,248). Sum of RGB (Red+Green+Blue) = 219+118+248=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 118 (46.48% from 255 or 20.17% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB76F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76F8 is #248907. Grayscale: #A2A2A2. Windows color (decimal): -2394376 or 16283355. OLE color: 16283355.
HSL color Cylindrical-coordinate representation of color #DB76F8: hue angle of 286.62º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB76F8 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 118 | 248 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.03 |
| HSL | 286.62º | 0.9% | 0.72% | - |
| HSV(B) | 286.62º | 0.52% | 0.97% | - |
| XYZ | 52.64 | 34.79 | 92.75 | - |
| YUV | 163.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 248 | 0.12 | 0.52 | 0 | 0.03 | 286.62 | 0.9 | 0.72 |
| Hex | DB | 76 | F8 | C | 34 | 0 | 3 | 11F | 5A | 48 |
| Octal | 333 | 166 | 370 | 14 | 64 | 0 | 3 | 437 | 132 | 110 |
| Binary | 11011011 | 1110110 | 11111000 | 1100 | 110100 | 0 | 11 | 100011111 | 1011010 | 1001000 |
Color Harmonies of #DB76F8
Complementary color
Monochromatic Colors of #DB76F8
Black with #DB76F8
Text Example
Text Example
White with #DB76F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76F8; }
p { color: rgb(219,118,248); }
H1.HeaderClassName
{
color: #DB76F8;
}
.AnyTagClassName
{
color: #DB76F8;
}
</style>
background-color css
<style>
a { background-color: #DB76F8; }
a { background-color: rgb(219,118,248); }
div.DivClassName
{
background-color: #DB76F8;
}
.BgClassName
{
background-color: #DB76F8;
}
</style>
border-color css
<style>
span { border-color: #DB76F8; }
span { border-color: rgb(219,118,248); }
td.TdClassName
{
border-color: #DB76F8;
}
.TagClassName
{
border-color: #DB76F8;
}
</style>