Shades of Heliotrope #DB4AF9
Tints of Heliotrope #DB4AF9
RGB
CMYK
RGB Variations
Color information
#DB4AF9 (or 0xDB4AF9) is known color: Heliotrope. HEX triplet: DB, 4A and F9. RGB value is (219,74,249). Sum of RGB (Red+Green+Blue) = 219+74+249=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB4AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AF9 is #24B506. Grayscale: #888888. Windows color (decimal): -2405639 or 16337627. OLE color: 16337627.
HSL color Cylindrical-coordinate representation of color #DB4AF9: hue angle of 289.71º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4AF9 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 74 | 249 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.02 |
| HSL | 289.71º | 0.94% | 0.63% | - |
| HSV(B) | 289.71º | 0.7% | 0.98% | - |
| XYZ | 48.76 | 26.8 | 92.22 | - |
| YUV | 137.31 | 191.04 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 249 | 0.12 | 0.70 | 0 | 0.02 | 289.71 | 0.94 | 0.63 |
| Hex | DB | 4A | F9 | C | 46 | 0 | 2 | 122 | 5E | 3F |
| Octal | 333 | 112 | 371 | 14 | 106 | 0 | 2 | 442 | 136 | 77 |
| Binary | 11011011 | 1001010 | 11111001 | 1100 | 1000110 | 0 | 10 | 100100010 | 1011110 | 111111 |
Color Harmonies of #DB4AF9
Complementary color
Monochromatic Colors of #DB4AF9
Black with #DB4AF9
Text Example
Text Example
White with #DB4AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AF9; }
p { color: rgb(219,74,249); }
H1.HeaderClassName
{
color: #DB4AF9;
}
.AnyTagClassName
{
color: #DB4AF9;
}
</style>
background-color css
<style>
a { background-color: #DB4AF9; }
a { background-color: rgb(219,74,249); }
div.DivClassName
{
background-color: #DB4AF9;
}
.BgClassName
{
background-color: #DB4AF9;
}
</style>
border-color css
<style>
span { border-color: #DB4AF9; }
span { border-color: rgb(219,74,249); }
td.TdClassName
{
border-color: #DB4AF9;
}
.TagClassName
{
border-color: #DB4AF9;
}
</style>