Shades of Fuchsia #DB48B0
Tints of Fuchsia #DB48B0
RGB
CMYK
RGB Variations
Color information
#DB48B0 (or 0xDB48B0) is known color: Fuchsia. HEX triplet: DB, 48 and B0. RGB value is (219,72,176). Sum of RGB (Red+Green+Blue) = 219+72+176=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB48B0 is #24B74F. Grayscale: #7F7F7F. Windows color (decimal): -2406224 or 11552987. OLE color: 11552987.
HSL color Cylindrical-coordinate representation of color #DB48B0: hue angle of 317.55º 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 #DB48B0 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 176 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.14 |
| HSL | 317.55º | 0.67% | 0.57% | - |
| HSV(B) | 317.55º | 0.67% | 0.86% | - |
| XYZ | 39.37 | 22.83 | 43.41 | - |
| YUV | 127.81 | 155.2 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 176 | 0 | 0.67 | 0.20 | 0.14 | 317.55 | 0.67 | 0.57 |
| Hex | DB | 48 | B0 | 0 | 43 | 14 | E | 13E | 43 | 39 |
| Octal | 333 | 110 | 260 | 0 | 103 | 24 | 16 | 476 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10110000 | 0 | 1000011 | 10100 | 1110 | 100111110 | 1000011 | 111001 |
Color Harmonies of #DB48B0
Complementary color
Monochromatic Colors of #DB48B0
Black with #DB48B0
Text Example
Text Example
White with #DB48B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48B0; }
p { color: rgb(219,72,176); }
H1.HeaderClassName
{
color: #DB48B0;
}
.AnyTagClassName
{
color: #DB48B0;
}
</style>
background-color css
<style>
a { background-color: #DB48B0; }
a { background-color: rgb(219,72,176); }
div.DivClassName
{
background-color: #DB48B0;
}
.BgClassName
{
background-color: #DB48B0;
}
</style>
border-color css
<style>
span { border-color: #DB48B0; }
span { border-color: rgb(219,72,176); }
td.TdClassName
{
border-color: #DB48B0;
}
.TagClassName
{
border-color: #DB48B0;
}
</style>