Shades of Fuchsia #DB57B5
Tints of Fuchsia #DB57B5
RGB
CMYK
RGB Variations
Color information
#DB57B5 (or 0xDB57B5) is known color: Fuchsia. HEX triplet: DB, 57 and B5. RGB value is (219,87,181). Sum of RGB (Red+Green+Blue) = 219+87+181=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57B5 is #24A84A. Grayscale: #888888. Windows color (decimal): -2402379 or 11884507. OLE color: 11884507.
HSL color Cylindrical-coordinate representation of color #DB57B5: hue angle of 317.27º 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 #DB57B5 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 181 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.14 |
| HSL | 317.27º | 0.65% | 0.6% | - |
| HSV(B) | 317.27º | 0.6% | 0.86% | - |
| XYZ | 40.96 | 25.21 | 46.42 | - |
| YUV | 137.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 181 | 0 | 0.60 | 0.17 | 0.14 | 317.27 | 0.65 | 0.6 |
| Hex | DB | 57 | B5 | 0 | 3C | 11 | E | 13D | 41 | 3C |
| Octal | 333 | 127 | 265 | 0 | 74 | 21 | 16 | 475 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10110101 | 0 | 111100 | 10001 | 1110 | 100111101 | 1000001 | 111100 |
Color Harmonies of #DB57B5
Complementary color
Monochromatic Colors of #DB57B5
Black with #DB57B5
Text Example
Text Example
White with #DB57B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57B5; }
p { color: rgb(219,87,181); }
H1.HeaderClassName
{
color: #DB57B5;
}
.AnyTagClassName
{
color: #DB57B5;
}
</style>
background-color css
<style>
a { background-color: #DB57B5; }
a { background-color: rgb(219,87,181); }
div.DivClassName
{
background-color: #DB57B5;
}
.BgClassName
{
background-color: #DB57B5;
}
</style>
border-color css
<style>
span { border-color: #DB57B5; }
span { border-color: rgb(219,87,181); }
td.TdClassName
{
border-color: #DB57B5;
}
.TagClassName
{
border-color: #DB57B5;
}
</style>