Shades of Fuchsia #DB54B0
Tints of Fuchsia #DB54B0
RGB
CMYK
RGB Variations
Color information
#DB54B0 (or 0xDB54B0) is known color: Fuchsia. HEX triplet: DB, 54 and B0. RGB value is (219,84,176). Sum of RGB (Red+Green+Blue) = 219+84+176=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB54B0 is #24AB4F. Grayscale: #868686. Windows color (decimal): -2403152 or 11556059. OLE color: 11556059.
HSL color Cylindrical-coordinate representation of color #DB54B0: hue angle of 319.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB54B0 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 176 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.14 |
| HSL | 319.11º | 0.65% | 0.59% | - |
| HSV(B) | 319.11º | 0.62% | 0.86% | - |
| XYZ | 40.22 | 24.54 | 43.69 | - |
| YUV | 134.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 176 | 0 | 0.62 | 0.20 | 0.14 | 319.11 | 0.65 | 0.59 |
| Hex | DB | 54 | B0 | 0 | 3E | 14 | E | 13F | 41 | 3B |
| Octal | 333 | 124 | 260 | 0 | 76 | 24 | 16 | 477 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10110000 | 0 | 111110 | 10100 | 1110 | 100111111 | 1000001 | 111011 |
Color Harmonies of #DB54B0
Complementary color
Monochromatic Colors of #DB54B0
Black with #DB54B0
Text Example
Text Example
White with #DB54B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54B0; }
p { color: rgb(219,84,176); }
H1.HeaderClassName
{
color: #DB54B0;
}
.AnyTagClassName
{
color: #DB54B0;
}
</style>
background-color css
<style>
a { background-color: #DB54B0; }
a { background-color: rgb(219,84,176); }
div.DivClassName
{
background-color: #DB54B0;
}
.BgClassName
{
background-color: #DB54B0;
}
</style>
border-color css
<style>
span { border-color: #DB54B0; }
span { border-color: rgb(219,84,176); }
td.TdClassName
{
border-color: #DB54B0;
}
.TagClassName
{
border-color: #DB54B0;
}
</style>