Shades of Heliotrope #DB5BF9
Tints of Heliotrope #DB5BF9
RGB
CMYK
RGB Variations
Color information
#DB5BF9 (or 0xDB5BF9) is known color: Heliotrope. HEX triplet: DB, 5B and F9. RGB value is (219,91,249). Sum of RGB (Red+Green+Blue) = 219+91+249=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 91 (35.94% from 255 or 16.28% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB5BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BF9 is #24A406. Grayscale: #929292. Windows color (decimal): -2401287 or 16341979. OLE color: 16341979.
HSL color Cylindrical-coordinate representation of color #DB5BF9: hue angle of 288.61º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5BF9 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 91 | 249 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.02 |
| HSL | 288.61º | 0.93% | 0.67% | - |
| HSV(B) | 288.61º | 0.63% | 0.98% | - |
| XYZ | 50.05 | 29.38 | 92.66 | - |
| YUV | 147.28 | 185.41 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 249 | 0.12 | 0.63 | 0 | 0.02 | 288.61 | 0.93 | 0.67 |
| Hex | DB | 5B | F9 | C | 3F | 0 | 2 | 121 | 5D | 43 |
| Octal | 333 | 133 | 371 | 14 | 77 | 0 | 2 | 441 | 135 | 103 |
| Binary | 11011011 | 1011011 | 11111001 | 1100 | 111111 | 0 | 10 | 100100001 | 1011101 | 1000011 |
Color Harmonies of #DB5BF9
Complementary color
Monochromatic Colors of #DB5BF9
Black with #DB5BF9
Text Example
Text Example
White with #DB5BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BF9; }
p { color: rgb(219,91,249); }
H1.HeaderClassName
{
color: #DB5BF9;
}
.AnyTagClassName
{
color: #DB5BF9;
}
</style>
background-color css
<style>
a { background-color: #DB5BF9; }
a { background-color: rgb(219,91,249); }
div.DivClassName
{
background-color: #DB5BF9;
}
.BgClassName
{
background-color: #DB5BF9;
}
</style>
border-color css
<style>
span { border-color: #DB5BF9; }
span { border-color: rgb(219,91,249); }
td.TdClassName
{
border-color: #DB5BF9;
}
.TagClassName
{
border-color: #DB5BF9;
}
</style>