Shades of Heliotrope #DB48FA
Tints of Heliotrope #DB48FA
RGB
CMYK
RGB Variations
Color information
#DB48FA (or 0xDB48FA) is known color: Heliotrope. HEX triplet: DB, 48 and FA. RGB value is (219,72,250). Sum of RGB (Red+Green+Blue) = 219+72+250=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 72 (28.52% from 255 or 13.31% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB48FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48FA is #24B705. Grayscale: #878787. Windows color (decimal): -2406150 or 16402651. OLE color: 16402651.
HSL color Cylindrical-coordinate representation of color #DB48FA: hue angle of 289.55º degrees, saturation: 0.95, 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 #DB48FA is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 72 | 250 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.02 |
| HSL | 289.55º | 0.95% | 0.63% | - |
| HSV(B) | 289.55º | 0.71% | 0.98% | - |
| XYZ | 48.79 | 26.6 | 93 | - |
| YUV | 136.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 250 | 0.12 | 0.71 | 0 | 0.02 | 289.55 | 0.95 | 0.63 |
| Hex | DB | 48 | FA | C | 47 | 0 | 2 | 122 | 5F | 3F |
| Octal | 333 | 110 | 372 | 14 | 107 | 0 | 2 | 442 | 137 | 77 |
| Binary | 11011011 | 1001000 | 11111010 | 1100 | 1000111 | 0 | 10 | 100100010 | 1011111 | 111111 |
Color Harmonies of #DB48FA
Complementary color
Monochromatic Colors of #DB48FA
Black with #DB48FA
Text Example
Text Example
White with #DB48FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48FA; }
p { color: rgb(219,72,250); }
H1.HeaderClassName
{
color: #DB48FA;
}
.AnyTagClassName
{
color: #DB48FA;
}
</style>
background-color css
<style>
a { background-color: #DB48FA; }
a { background-color: rgb(219,72,250); }
div.DivClassName
{
background-color: #DB48FA;
}
.BgClassName
{
background-color: #DB48FA;
}
</style>
border-color css
<style>
span { border-color: #DB48FA; }
span { border-color: rgb(219,72,250); }
td.TdClassName
{
border-color: #DB48FA;
}
.TagClassName
{
border-color: #DB48FA;
}
</style>