Shades of Fuchsia #DB59B1
Tints of Fuchsia #DB59B1
RGB
CMYK
RGB Variations
Color information
#DB59B1 (or 0xDB59B1) is known color: Fuchsia. HEX triplet: DB, 59 and B1. RGB value is (219,89,177). Sum of RGB (Red+Green+Blue) = 219+89+177=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59B1 is #24A64E. Grayscale: #898989. Windows color (decimal): -2401871 or 11622875. OLE color: 11622875.
HSL color Cylindrical-coordinate representation of color #DB59B1: hue angle of 319.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB59B1 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 177 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.14 |
| HSL | 319.38º | 0.64% | 0.6% | - |
| HSV(B) | 319.38º | 0.59% | 0.86% | - |
| XYZ | 40.72 | 25.38 | 44.35 | - |
| YUV | 137.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 177 | 0 | 0.59 | 0.19 | 0.14 | 319.38 | 0.64 | 0.6 |
| Hex | DB | 59 | B1 | 0 | 3B | 13 | E | 13F | 40 | 3C |
| Octal | 333 | 131 | 261 | 0 | 73 | 23 | 16 | 477 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10110001 | 0 | 111011 | 10011 | 1110 | 100111111 | 1000000 | 111100 |
Color Harmonies of #DB59B1
Complementary color
Monochromatic Colors of #DB59B1
Black with #DB59B1
Text Example
Text Example
White with #DB59B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59B1; }
p { color: rgb(219,89,177); }
H1.HeaderClassName
{
color: #DB59B1;
}
.AnyTagClassName
{
color: #DB59B1;
}
</style>
background-color css
<style>
a { background-color: #DB59B1; }
a { background-color: rgb(219,89,177); }
div.DivClassName
{
background-color: #DB59B1;
}
.BgClassName
{
background-color: #DB59B1;
}
</style>
border-color css
<style>
span { border-color: #DB59B1; }
span { border-color: rgb(219,89,177); }
td.TdClassName
{
border-color: #DB59B1;
}
.TagClassName
{
border-color: #DB59B1;
}
</style>