Shades of Heliotrope #DB74F6
Tints of Heliotrope #DB74F6
RGB
CMYK
RGB Variations
Color information
#DB74F6 (or 0xDB74F6) is known color: Heliotrope. HEX triplet: DB, 74 and F6. RGB value is (219,116,246). Sum of RGB (Red+Green+Blue) = 219+116+246=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB74F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB74F6 is #248B09. Grayscale: #A1A1A1. Windows color (decimal): -2394890 or 16151771. OLE color: 16151771.
HSL color Cylindrical-coordinate representation of color #DB74F6: hue angle of 287.54º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB74F6 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 116 | 246 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.04 |
| HSL | 287.54º | 0.88% | 0.71% | - |
| HSV(B) | 287.54º | 0.53% | 0.96% | - |
| XYZ | 52.09 | 34.2 | 91.05 | - |
| YUV | 161.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 246 | 0.11 | 0.53 | 0 | 0.04 | 287.54 | 0.88 | 0.71 |
| Hex | DB | 74 | F6 | B | 35 | 0 | 4 | 120 | 58 | 47 |
| Octal | 333 | 164 | 366 | 13 | 65 | 0 | 4 | 440 | 130 | 107 |
| Binary | 11011011 | 1110100 | 11110110 | 1011 | 110101 | 0 | 100 | 100100000 | 1011000 | 1000111 |
Color Harmonies of #DB74F6
Complementary color
Monochromatic Colors of #DB74F6
Black with #DB74F6
Text Example
Text Example
White with #DB74F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74F6; }
p { color: rgb(219,116,246); }
H1.HeaderClassName
{
color: #DB74F6;
}
.AnyTagClassName
{
color: #DB74F6;
}
</style>
background-color css
<style>
a { background-color: #DB74F6; }
a { background-color: rgb(219,116,246); }
div.DivClassName
{
background-color: #DB74F6;
}
.BgClassName
{
background-color: #DB74F6;
}
</style>
border-color css
<style>
span { border-color: #DB74F6; }
span { border-color: rgb(219,116,246); }
td.TdClassName
{
border-color: #DB74F6;
}
.TagClassName
{
border-color: #DB74F6;
}
</style>