Shades of Fuchsia #DB56B9
Tints of Fuchsia #DB56B9
RGB
CMYK
RGB Variations
Color information
#DB56B9 (or 0xDB56B9) is known color: Fuchsia. HEX triplet: DB, 56 and B9. RGB value is (219,86,185). Sum of RGB (Red+Green+Blue) = 219+86+185=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56B9 is #24A946. Grayscale: #888888. Windows color (decimal): -2402631 or 12146395. OLE color: 12146395.
HSL color Cylindrical-coordinate representation of color #DB56B9: hue angle of 315.34º 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 #DB56B9 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 185 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.14 |
| HSL | 315.34º | 0.65% | 0.6% | - |
| HSV(B) | 315.34º | 0.61% | 0.86% | - |
| XYZ | 41.3 | 25.22 | 48.59 | - |
| YUV | 137.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 185 | 0 | 0.61 | 0.16 | 0.14 | 315.34 | 0.65 | 0.6 |
| Hex | DB | 56 | B9 | 0 | 3D | 10 | E | 13B | 41 | 3C |
| Octal | 333 | 126 | 271 | 0 | 75 | 20 | 16 | 473 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10111001 | 0 | 111101 | 10000 | 1110 | 100111011 | 1000001 | 111100 |
Color Harmonies of #DB56B9
Complementary color
Monochromatic Colors of #DB56B9
Black with #DB56B9
Text Example
Text Example
White with #DB56B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56B9; }
p { color: rgb(219,86,185); }
H1.HeaderClassName
{
color: #DB56B9;
}
.AnyTagClassName
{
color: #DB56B9;
}
</style>
background-color css
<style>
a { background-color: #DB56B9; }
a { background-color: rgb(219,86,185); }
div.DivClassName
{
background-color: #DB56B9;
}
.BgClassName
{
background-color: #DB56B9;
}
</style>
border-color css
<style>
span { border-color: #DB56B9; }
span { border-color: rgb(219,86,185); }
td.TdClassName
{
border-color: #DB56B9;
}
.TagClassName
{
border-color: #DB56B9;
}
</style>