Shades of Fuchsia #DB54B6
Tints of Fuchsia #DB54B6
RGB
CMYK
RGB Variations
Color information
#DB54B6 (or 0xDB54B6) is known color: Fuchsia. HEX triplet: DB, 54 and B6. RGB value is (219,84,182). Sum of RGB (Red+Green+Blue) = 219+84+182=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54B6 is #24AB49. Grayscale: #878787. Windows color (decimal): -2403146 or 11949275. OLE color: 11949275.
HSL color Cylindrical-coordinate representation of color #DB54B6: hue angle of 316.44º 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 #DB54B6 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 182 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.14 |
| HSL | 316.44º | 0.65% | 0.59% | - |
| HSV(B) | 316.44º | 0.62% | 0.86% | - |
| XYZ | 40.83 | 24.78 | 46.89 | - |
| YUV | 135.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 182 | 0 | 0.62 | 0.17 | 0.14 | 316.44 | 0.65 | 0.59 |
| Hex | DB | 54 | B6 | 0 | 3E | 11 | E | 13C | 41 | 3B |
| Octal | 333 | 124 | 266 | 0 | 76 | 21 | 16 | 474 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10110110 | 0 | 111110 | 10001 | 1110 | 100111100 | 1000001 | 111011 |
Color Harmonies of #DB54B6
Complementary color
Monochromatic Colors of #DB54B6
Black with #DB54B6
Text Example
Text Example
White with #DB54B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54B6; }
p { color: rgb(219,84,182); }
H1.HeaderClassName
{
color: #DB54B6;
}
.AnyTagClassName
{
color: #DB54B6;
}
</style>
background-color css
<style>
a { background-color: #DB54B6; }
a { background-color: rgb(219,84,182); }
div.DivClassName
{
background-color: #DB54B6;
}
.BgClassName
{
background-color: #DB54B6;
}
</style>
border-color css
<style>
span { border-color: #DB54B6; }
span { border-color: rgb(219,84,182); }
td.TdClassName
{
border-color: #DB54B6;
}
.TagClassName
{
border-color: #DB54B6;
}
</style>