Shades of Heliotrope #DB73FB
Tints of Heliotrope #DB73FB
RGB
CMYK
RGB Variations
Color information
#DB73FB (or 0xDB73FB) is known color: Heliotrope. HEX triplet: DB, 73 and FB. RGB value is (219,115,251). Sum of RGB (Red+Green+Blue) = 219+115+251=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB73FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73FB is #248C04. Grayscale: #A1A1A1. Windows color (decimal): -2395141 or 16479195. OLE color: 16479195.
HSL color Cylindrical-coordinate representation of color #DB73FB: hue angle of 285.88º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB73FB is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 115 | 251 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.02 |
| HSL | 285.88º | 0.94% | 0.72% | - |
| HSV(B) | 285.88º | 0.54% | 0.98% | - |
| XYZ | 52.76 | 34.29 | 95.1 | - |
| YUV | 161.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 251 | 0.13 | 0.54 | 0 | 0.02 | 285.88 | 0.94 | 0.72 |
| Hex | DB | 73 | FB | D | 36 | 0 | 2 | 11E | 5E | 48 |
| Octal | 333 | 163 | 373 | 15 | 66 | 0 | 2 | 436 | 136 | 110 |
| Binary | 11011011 | 1110011 | 11111011 | 1101 | 110110 | 0 | 10 | 100011110 | 1011110 | 1001000 |
Color Harmonies of #DB73FB
Complementary color
Monochromatic Colors of #DB73FB
Black with #DB73FB
Text Example
Text Example
White with #DB73FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73FB; }
p { color: rgb(219,115,251); }
H1.HeaderClassName
{
color: #DB73FB;
}
.AnyTagClassName
{
color: #DB73FB;
}
</style>
background-color css
<style>
a { background-color: #DB73FB; }
a { background-color: rgb(219,115,251); }
div.DivClassName
{
background-color: #DB73FB;
}
.BgClassName
{
background-color: #DB73FB;
}
</style>
border-color css
<style>
span { border-color: #DB73FB; }
span { border-color: rgb(219,115,251); }
td.TdClassName
{
border-color: #DB73FB;
}
.TagClassName
{
border-color: #DB73FB;
}
</style>