Shades of Fuchsia #DB57B6
Tints of Fuchsia #DB57B6
RGB
CMYK
RGB Variations
Color information
#DB57B6 (or 0xDB57B6) is known color: Fuchsia. HEX triplet: DB, 57 and B6. RGB value is (219,87,182). Sum of RGB (Red+Green+Blue) = 219+87+182=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57B6 is #24A849. Grayscale: #898989. Windows color (decimal): -2402378 or 11950043. OLE color: 11950043.
HSL color Cylindrical-coordinate representation of color #DB57B6: hue angle of 316.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB57B6 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 182 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.14 |
| HSL | 316.82º | 0.65% | 0.6% | - |
| HSV(B) | 316.82º | 0.6% | 0.86% | - |
| XYZ | 41.07 | 25.25 | 46.97 | - |
| YUV | 137.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 182 | 0 | 0.60 | 0.17 | 0.14 | 316.82 | 0.65 | 0.6 |
| Hex | DB | 57 | B6 | 0 | 3C | 11 | E | 13D | 41 | 3C |
| Octal | 333 | 127 | 266 | 0 | 74 | 21 | 16 | 475 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10110110 | 0 | 111100 | 10001 | 1110 | 100111101 | 1000001 | 111100 |
Color Harmonies of #DB57B6
Complementary color
Monochromatic Colors of #DB57B6
Black with #DB57B6
Text Example
Text Example
White with #DB57B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57B6; }
p { color: rgb(219,87,182); }
H1.HeaderClassName
{
color: #DB57B6;
}
.AnyTagClassName
{
color: #DB57B6;
}
</style>
background-color css
<style>
a { background-color: #DB57B6; }
a { background-color: rgb(219,87,182); }
div.DivClassName
{
background-color: #DB57B6;
}
.BgClassName
{
background-color: #DB57B6;
}
</style>
border-color css
<style>
span { border-color: #DB57B6; }
span { border-color: rgb(219,87,182); }
td.TdClassName
{
border-color: #DB57B6;
}
.TagClassName
{
border-color: #DB57B6;
}
</style>