Shades of Fuchsia #DB56B6
Tints of Fuchsia #DB56B6
RGB
CMYK
RGB Variations
Color information
#DB56B6 (or 0xDB56B6) is known color: Fuchsia. HEX triplet: DB, 56 and B6. RGB value is (219,86,182). Sum of RGB (Red+Green+Blue) = 219+86+182=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56B6 is #24A949. Grayscale: #888888. Windows color (decimal): -2402634 or 11949787. OLE color: 11949787.
HSL color Cylindrical-coordinate representation of color #DB56B6: hue angle of 316.69º 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 #DB56B6 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 182 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.14 |
| HSL | 316.69º | 0.65% | 0.6% | - |
| HSV(B) | 316.69º | 0.61% | 0.86% | - |
| XYZ | 40.98 | 25.09 | 46.94 | - |
| YUV | 136.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 182 | 0 | 0.61 | 0.17 | 0.14 | 316.69 | 0.65 | 0.6 |
| Hex | DB | 56 | B6 | 0 | 3D | 11 | E | 13D | 41 | 3C |
| Octal | 333 | 126 | 266 | 0 | 75 | 21 | 16 | 475 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10110110 | 0 | 111101 | 10001 | 1110 | 100111101 | 1000001 | 111100 |
Color Harmonies of #DB56B6
Complementary color
Monochromatic Colors of #DB56B6
Black with #DB56B6
Text Example
Text Example
White with #DB56B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56B6; }
p { color: rgb(219,86,182); }
H1.HeaderClassName
{
color: #DB56B6;
}
.AnyTagClassName
{
color: #DB56B6;
}
</style>
background-color css
<style>
a { background-color: #DB56B6; }
a { background-color: rgb(219,86,182); }
div.DivClassName
{
background-color: #DB56B6;
}
.BgClassName
{
background-color: #DB56B6;
}
</style>
border-color css
<style>
span { border-color: #DB56B6; }
span { border-color: rgb(219,86,182); }
td.TdClassName
{
border-color: #DB56B6;
}
.TagClassName
{
border-color: #DB56B6;
}
</style>