Shades of Fuchsia #DB54B8
Tints of Fuchsia #DB54B8
RGB
CMYK
RGB Variations
Color information
#DB54B8 (or 0xDB54B8) is known color: Fuchsia. HEX triplet: DB, 54 and B8. RGB value is (219,84,184). Sum of RGB (Red+Green+Blue) = 219+84+184=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54B8 is #24AB47. Grayscale: #878787. Windows color (decimal): -2403144 or 12080347. OLE color: 12080347.
HSL color Cylindrical-coordinate representation of color #DB54B8: hue angle of 315.56º 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 #DB54B8 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 184 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.14 |
| HSL | 315.56º | 0.65% | 0.59% | - |
| HSV(B) | 315.56º | 0.62% | 0.86% | - |
| XYZ | 41.04 | 24.86 | 47.98 | - |
| YUV | 135.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 184 | 0 | 0.62 | 0.16 | 0.14 | 315.56 | 0.65 | 0.59 |
| Hex | DB | 54 | B8 | 0 | 3E | 10 | E | 13C | 41 | 3B |
| Octal | 333 | 124 | 270 | 0 | 76 | 20 | 16 | 474 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10111000 | 0 | 111110 | 10000 | 1110 | 100111100 | 1000001 | 111011 |
Color Harmonies of #DB54B8
Complementary color
Monochromatic Colors of #DB54B8
Black with #DB54B8
Text Example
Text Example
White with #DB54B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54B8; }
p { color: rgb(219,84,184); }
H1.HeaderClassName
{
color: #DB54B8;
}
.AnyTagClassName
{
color: #DB54B8;
}
</style>
background-color css
<style>
a { background-color: #DB54B8; }
a { background-color: rgb(219,84,184); }
div.DivClassName
{
background-color: #DB54B8;
}
.BgClassName
{
background-color: #DB54B8;
}
</style>
border-color css
<style>
span { border-color: #DB54B8; }
span { border-color: rgb(219,84,184); }
td.TdClassName
{
border-color: #DB54B8;
}
.TagClassName
{
border-color: #DB54B8;
}
</style>