Shades of Heliotrope #DB48F9
Tints of Heliotrope #DB48F9
RGB
CMYK
RGB Variations
Color information
#DB48F9 (or 0xDB48F9) is known color: Heliotrope. HEX triplet: DB, 48 and F9. RGB value is (219,72,249). Sum of RGB (Red+Green+Blue) = 219+72+249=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 72 (28.52% from 255 or 13.33% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB48F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48F9 is #24B706. Grayscale: #878787. Windows color (decimal): -2406151 or 16337115. OLE color: 16337115.
HSL color Cylindrical-coordinate representation of color #DB48F9: hue angle of 289.83º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB48F9 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 72 | 249 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.02 |
| HSL | 289.83º | 0.94% | 0.63% | - |
| HSV(B) | 289.83º | 0.71% | 0.98% | - |
| XYZ | 48.63 | 26.53 | 92.18 | - |
| YUV | 136.13 | 191.7 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 249 | 0.12 | 0.71 | 0 | 0.02 | 289.83 | 0.94 | 0.63 |
| Hex | DB | 48 | F9 | C | 47 | 0 | 2 | 122 | 5E | 3F |
| Octal | 333 | 110 | 371 | 14 | 107 | 0 | 2 | 442 | 136 | 77 |
| Binary | 11011011 | 1001000 | 11111001 | 1100 | 1000111 | 0 | 10 | 100100010 | 1011110 | 111111 |
Color Harmonies of #DB48F9
Complementary color
Monochromatic Colors of #DB48F9
Black with #DB48F9
Text Example
Text Example
White with #DB48F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48F9; }
p { color: rgb(219,72,249); }
H1.HeaderClassName
{
color: #DB48F9;
}
.AnyTagClassName
{
color: #DB48F9;
}
</style>
background-color css
<style>
a { background-color: #DB48F9; }
a { background-color: rgb(219,72,249); }
div.DivClassName
{
background-color: #DB48F9;
}
.BgClassName
{
background-color: #DB48F9;
}
</style>
border-color css
<style>
span { border-color: #DB48F9; }
span { border-color: rgb(219,72,249); }
td.TdClassName
{
border-color: #DB48F9;
}
.TagClassName
{
border-color: #DB48F9;
}
</style>