Shades of Heliotrope #DB4BF9
Tints of Heliotrope #DB4BF9
RGB
CMYK
RGB Variations
Color information
#DB4BF9 (or 0xDB4BF9) is known color: Heliotrope. HEX triplet: DB, 4B and F9. RGB value is (219,75,249). Sum of RGB (Red+Green+Blue) = 219+75+249=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 75 (29.69% from 255 or 13.81% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB4BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4BF9 is #24B406. Grayscale: #898989. Windows color (decimal): -2405383 or 16337883. OLE color: 16337883.
HSL color Cylindrical-coordinate representation of color #DB4BF9: hue angle of 289.66º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4BF9 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 75 | 249 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.02 |
| HSL | 289.66º | 0.94% | 0.64% | - |
| HSV(B) | 289.66º | 0.7% | 0.98% | - |
| XYZ | 48.83 | 26.93 | 92.25 | - |
| YUV | 137.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 249 | 0.12 | 0.70 | 0 | 0.02 | 289.66 | 0.94 | 0.64 |
| Hex | DB | 4B | F9 | C | 46 | 0 | 2 | 122 | 5E | 40 |
| Octal | 333 | 113 | 371 | 14 | 106 | 0 | 2 | 442 | 136 | 100 |
| Binary | 11011011 | 1001011 | 11111001 | 1100 | 1000110 | 0 | 10 | 100100010 | 1011110 | 1000000 |
Color Harmonies of #DB4BF9
Complementary color
Monochromatic Colors of #DB4BF9
Black with #DB4BF9
Text Example
Text Example
White with #DB4BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BF9; }
p { color: rgb(219,75,249); }
H1.HeaderClassName
{
color: #DB4BF9;
}
.AnyTagClassName
{
color: #DB4BF9;
}
</style>
background-color css
<style>
a { background-color: #DB4BF9; }
a { background-color: rgb(219,75,249); }
div.DivClassName
{
background-color: #DB4BF9;
}
.BgClassName
{
background-color: #DB4BF9;
}
</style>
border-color css
<style>
span { border-color: #DB4BF9; }
span { border-color: rgb(219,75,249); }
td.TdClassName
{
border-color: #DB4BF9;
}
.TagClassName
{
border-color: #DB4BF9;
}
</style>