Shades of Heliotrope #DB76F2
Tints of Heliotrope #DB76F2
RGB
CMYK
RGB Variations
Color information
#DB76F2 (or 0xDB76F2) is known color: Heliotrope. HEX triplet: DB, 76 and F2. RGB value is (219,118,242). Sum of RGB (Red+Green+Blue) = 219+118+242=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB76F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76F2 is #24890D. Grayscale: #A1A1A1. Windows color (decimal): -2394382 or 15890139. OLE color: 15890139.
HSL color Cylindrical-coordinate representation of color #DB76F2: hue angle of 288.87º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB76F2 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 118 | 242 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.05 |
| HSL | 288.87º | 0.83% | 0.71% | - |
| HSV(B) | 288.87º | 0.51% | 0.95% | - |
| XYZ | 51.72 | 34.43 | 87.92 | - |
| YUV | 162.34 | 172.96 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 242 | 0.10 | 0.51 | 0 | 0.05 | 288.87 | 0.83 | 0.71 |
| Hex | DB | 76 | F2 | A | 33 | 0 | 5 | 121 | 53 | 47 |
| Octal | 333 | 166 | 362 | 12 | 63 | 0 | 5 | 441 | 123 | 107 |
| Binary | 11011011 | 1110110 | 11110010 | 1010 | 110011 | 0 | 101 | 100100001 | 1010011 | 1000111 |
Color Harmonies of #DB76F2
Complementary color
Monochromatic Colors of #DB76F2
Black with #DB76F2
Text Example
Text Example
White with #DB76F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76F2; }
p { color: rgb(219,118,242); }
H1.HeaderClassName
{
color: #DB76F2;
}
.AnyTagClassName
{
color: #DB76F2;
}
</style>
background-color css
<style>
a { background-color: #DB76F2; }
a { background-color: rgb(219,118,242); }
div.DivClassName
{
background-color: #DB76F2;
}
.BgClassName
{
background-color: #DB76F2;
}
</style>
border-color css
<style>
span { border-color: #DB76F2; }
span { border-color: rgb(219,118,242); }
td.TdClassName
{
border-color: #DB76F2;
}
.TagClassName
{
border-color: #DB76F2;
}
</style>