Shades of Fuchsia #DB56B0
Tints of Fuchsia #DB56B0
RGB
CMYK
RGB Variations
Color information
#DB56B0 (or 0xDB56B0) is known color: Fuchsia. HEX triplet: DB, 56 and B0. RGB value is (219,86,176). Sum of RGB (Red+Green+Blue) = 219+86+176=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB56B0 is #24A94F. Grayscale: #878787. Windows color (decimal): -2402640 or 11556571. OLE color: 11556571.
HSL color Cylindrical-coordinate representation of color #DB56B0: hue angle of 319.4º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB56B0 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 176 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.14 |
| HSL | 319.4º | 0.65% | 0.6% | - |
| HSV(B) | 319.4º | 0.61% | 0.86% | - |
| XYZ | 40.38 | 24.85 | 43.74 | - |
| YUV | 136.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 176 | 0 | 0.61 | 0.20 | 0.14 | 319.4 | 0.65 | 0.6 |
| Hex | DB | 56 | B0 | 0 | 3D | 14 | E | 13F | 41 | 3C |
| Octal | 333 | 126 | 260 | 0 | 75 | 24 | 16 | 477 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10110000 | 0 | 111101 | 10100 | 1110 | 100111111 | 1000001 | 111100 |
Color Harmonies of #DB56B0
Complementary color
Monochromatic Colors of #DB56B0
Black with #DB56B0
Text Example
Text Example
White with #DB56B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56B0; }
p { color: rgb(219,86,176); }
H1.HeaderClassName
{
color: #DB56B0;
}
.AnyTagClassName
{
color: #DB56B0;
}
</style>
background-color css
<style>
a { background-color: #DB56B0; }
a { background-color: rgb(219,86,176); }
div.DivClassName
{
background-color: #DB56B0;
}
.BgClassName
{
background-color: #DB56B0;
}
</style>
border-color css
<style>
span { border-color: #DB56B0; }
span { border-color: rgb(219,86,176); }
td.TdClassName
{
border-color: #DB56B0;
}
.TagClassName
{
border-color: #DB56B0;
}
</style>