Shades of Fuchsia #DB54B9
Tints of Fuchsia #DB54B9
RGB
CMYK
RGB Variations
Color information
#DB54B9 (or 0xDB54B9) is known color: Fuchsia. HEX triplet: DB, 54 and B9. RGB value is (219,84,185). Sum of RGB (Red+Green+Blue) = 219+84+185=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54B9 is #24AB46. Grayscale: #878787. Windows color (decimal): -2403143 or 12145883. OLE color: 12145883.
HSL color Cylindrical-coordinate representation of color #DB54B9: hue angle of 315.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 #DB54B9 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 185 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.14 |
| HSL | 315.11º | 0.65% | 0.59% | - |
| HSV(B) | 315.11º | 0.62% | 0.86% | - |
| XYZ | 41.14 | 24.9 | 48.54 | - |
| YUV | 135.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 185 | 0 | 0.62 | 0.16 | 0.14 | 315.11 | 0.65 | 0.59 |
| Hex | DB | 54 | B9 | 0 | 3E | 10 | E | 13B | 41 | 3B |
| Octal | 333 | 124 | 271 | 0 | 76 | 20 | 16 | 473 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10111001 | 0 | 111110 | 10000 | 1110 | 100111011 | 1000001 | 111011 |
Color Harmonies of #DB54B9
Complementary color
Monochromatic Colors of #DB54B9
Black with #DB54B9
Text Example
Text Example
White with #DB54B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54B9; }
p { color: rgb(219,84,185); }
H1.HeaderClassName
{
color: #DB54B9;
}
.AnyTagClassName
{
color: #DB54B9;
}
</style>
background-color css
<style>
a { background-color: #DB54B9; }
a { background-color: rgb(219,84,185); }
div.DivClassName
{
background-color: #DB54B9;
}
.BgClassName
{
background-color: #DB54B9;
}
</style>
border-color css
<style>
span { border-color: #DB54B9; }
span { border-color: rgb(219,84,185); }
td.TdClassName
{
border-color: #DB54B9;
}
.TagClassName
{
border-color: #DB54B9;
}
</style>