Shades of Fuchsia #DB57B1
Tints of Fuchsia #DB57B1
RGB
CMYK
RGB Variations
Color information
#DB57B1 (or 0xDB57B1) is known color: Fuchsia. HEX triplet: DB, 57 and B1. RGB value is (219,87,177). Sum of RGB (Red+Green+Blue) = 219+87+177=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB57B1 is #24A84E. Grayscale: #888888. Windows color (decimal): -2402383 or 11622363. OLE color: 11622363.
HSL color Cylindrical-coordinate representation of color #DB57B1: hue angle of 319.09º 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 #DB57B1 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 177 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.14 |
| HSL | 319.09º | 0.65% | 0.6% | - |
| HSV(B) | 319.09º | 0.6% | 0.86% | - |
| XYZ | 40.56 | 25.05 | 44.29 | - |
| YUV | 136.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 177 | 0 | 0.60 | 0.19 | 0.14 | 319.09 | 0.65 | 0.6 |
| Hex | DB | 57 | B1 | 0 | 3C | 13 | E | 13F | 41 | 3C |
| Octal | 333 | 127 | 261 | 0 | 74 | 23 | 16 | 477 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10110001 | 0 | 111100 | 10011 | 1110 | 100111111 | 1000001 | 111100 |
Color Harmonies of #DB57B1
Complementary color
Monochromatic Colors of #DB57B1
Black with #DB57B1
Text Example
Text Example
White with #DB57B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57B1; }
p { color: rgb(219,87,177); }
H1.HeaderClassName
{
color: #DB57B1;
}
.AnyTagClassName
{
color: #DB57B1;
}
</style>
background-color css
<style>
a { background-color: #DB57B1; }
a { background-color: rgb(219,87,177); }
div.DivClassName
{
background-color: #DB57B1;
}
.BgClassName
{
background-color: #DB57B1;
}
</style>
border-color css
<style>
span { border-color: #DB57B1; }
span { border-color: rgb(219,87,177); }
td.TdClassName
{
border-color: #DB57B1;
}
.TagClassName
{
border-color: #DB57B1;
}
</style>