Shades of Fuchsia #DB48B9
Tints of Fuchsia #DB48B9
RGB
CMYK
RGB Variations
Color information
#DB48B9 (or 0xDB48B9) is known color: Fuchsia. HEX triplet: DB, 48 and B9. RGB value is (219,72,185). Sum of RGB (Red+Green+Blue) = 219+72+185=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48B9 is #24B746. Grayscale: #808080. Windows color (decimal): -2406215 or 12142811. OLE color: 12142811.
HSL color Cylindrical-coordinate representation of color #DB48B9: hue angle of 313.88º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB48B9 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 185 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.14 |
| HSL | 313.88º | 0.67% | 0.57% | - |
| HSV(B) | 313.88º | 0.67% | 0.86% | - |
| XYZ | 40.29 | 23.2 | 48.25 | - |
| YUV | 128.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 185 | 0 | 0.67 | 0.16 | 0.14 | 313.88 | 0.67 | 0.57 |
| Hex | DB | 48 | B9 | 0 | 43 | 10 | E | 13A | 43 | 39 |
| Octal | 333 | 110 | 271 | 0 | 103 | 20 | 16 | 472 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10111001 | 0 | 1000011 | 10000 | 1110 | 100111010 | 1000011 | 111001 |
Color Harmonies of #DB48B9
Complementary color
Monochromatic Colors of #DB48B9
Black with #DB48B9
Text Example
Text Example
White with #DB48B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48B9; }
p { color: rgb(219,72,185); }
H1.HeaderClassName
{
color: #DB48B9;
}
.AnyTagClassName
{
color: #DB48B9;
}
</style>
background-color css
<style>
a { background-color: #DB48B9; }
a { background-color: rgb(219,72,185); }
div.DivClassName
{
background-color: #DB48B9;
}
.BgClassName
{
background-color: #DB48B9;
}
</style>
border-color css
<style>
span { border-color: #DB48B9; }
span { border-color: rgb(219,72,185); }
td.TdClassName
{
border-color: #DB48B9;
}
.TagClassName
{
border-color: #DB48B9;
}
</style>