Shades of Heliotrope #DB76F0
Tints of Heliotrope #DB76F0
RGB
CMYK
RGB Variations
Color information
#DB76F0 (or 0xDB76F0) is known color: Heliotrope. HEX triplet: DB, 76 and F0. RGB value is (219,118,240). Sum of RGB (Red+Green+Blue) = 219+118+240=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB76F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76F0 is #24890F. Grayscale: #A1A1A1. Windows color (decimal): -2394384 or 15759067. OLE color: 15759067.
HSL color Cylindrical-coordinate representation of color #DB76F0: hue angle of 289.67º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB76F0 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 118 | 240 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.06 |
| HSL | 289.67º | 0.8% | 0.7% | - |
| HSV(B) | 289.67º | 0.51% | 0.94% | - |
| XYZ | 51.42 | 34.31 | 86.35 | - |
| YUV | 162.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 240 | 0.09 | 0.51 | 0 | 0.06 | 289.67 | 0.8 | 0.7 |
| Hex | DB | 76 | F0 | 9 | 33 | 0 | 6 | 122 | 50 | 46 |
| Octal | 333 | 166 | 360 | 11 | 63 | 0 | 6 | 442 | 120 | 106 |
| Binary | 11011011 | 1110110 | 11110000 | 1001 | 110011 | 0 | 110 | 100100010 | 1010000 | 1000110 |
Color Harmonies of #DB76F0
Complementary color
Monochromatic Colors of #DB76F0
Black with #DB76F0
Text Example
Text Example
White with #DB76F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76F0; }
p { color: rgb(219,118,240); }
H1.HeaderClassName
{
color: #DB76F0;
}
.AnyTagClassName
{
color: #DB76F0;
}
</style>
background-color css
<style>
a { background-color: #DB76F0; }
a { background-color: rgb(219,118,240); }
div.DivClassName
{
background-color: #DB76F0;
}
.BgClassName
{
background-color: #DB76F0;
}
</style>
border-color css
<style>
span { border-color: #DB76F0; }
span { border-color: rgb(219,118,240); }
td.TdClassName
{
border-color: #DB76F0;
}
.TagClassName
{
border-color: #DB76F0;
}
</style>