Shades of Heliotrope #DB48FB
Tints of Heliotrope #DB48FB
RGB
CMYK
RGB Variations
Color information
#DB48FB (or 0xDB48FB) is known color: Heliotrope. HEX triplet: DB, 48 and FB. RGB value is (219,72,251). Sum of RGB (Red+Green+Blue) = 219+72+251=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 72 (28.52% from 255 or 13.28% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB48FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48FB is #24B704. Grayscale: #878787. Windows color (decimal): -2406149 or 16468187. OLE color: 16468187.
HSL color Cylindrical-coordinate representation of color #DB48FB: hue angle of 289.27º degrees, saturation: 0.96, 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 #DB48FB is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 72 | 251 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.02 |
| HSL | 289.27º | 0.96% | 0.63% | - |
| HSV(B) | 289.27º | 0.71% | 0.98% | - |
| XYZ | 48.94 | 26.66 | 93.83 | - |
| YUV | 136.36 | 192.7 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 251 | 0.13 | 0.71 | 0 | 0.02 | 289.27 | 0.96 | 0.63 |
| Hex | DB | 48 | FB | D | 47 | 0 | 2 | 121 | 60 | 3F |
| Octal | 333 | 110 | 373 | 15 | 107 | 0 | 2 | 441 | 140 | 77 |
| Binary | 11011011 | 1001000 | 11111011 | 1101 | 1000111 | 0 | 10 | 100100001 | 1100000 | 111111 |
Color Harmonies of #DB48FB
Complementary color
Monochromatic Colors of #DB48FB
Black with #DB48FB
Text Example
Text Example
White with #DB48FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48FB; }
p { color: rgb(219,72,251); }
H1.HeaderClassName
{
color: #DB48FB;
}
.AnyTagClassName
{
color: #DB48FB;
}
</style>
background-color css
<style>
a { background-color: #DB48FB; }
a { background-color: rgb(219,72,251); }
div.DivClassName
{
background-color: #DB48FB;
}
.BgClassName
{
background-color: #DB48FB;
}
</style>
border-color css
<style>
span { border-color: #DB48FB; }
span { border-color: rgb(219,72,251); }
td.TdClassName
{
border-color: #DB48FB;
}
.TagClassName
{
border-color: #DB48FB;
}
</style>