Shades of Fuchsia #DB50B0
Tints of Fuchsia #DB50B0
RGB
CMYK
RGB Variations
Color information
#DB50B0 (or 0xDB50B0) is known color: Fuchsia. HEX triplet: DB, 50 and B0. RGB value is (219,80,176). Sum of RGB (Red+Green+Blue) = 219+80+176=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB50B0 is #24AF4F. Grayscale: #848484. Windows color (decimal): -2404176 or 11555035. OLE color: 11555035.
HSL color Cylindrical-coordinate representation of color #DB50B0: hue angle of 318.56º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB50B0 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 176 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.14 |
| HSL | 318.56º | 0.66% | 0.59% | - |
| HSV(B) | 318.56º | 0.63% | 0.86% | - |
| XYZ | 39.92 | 23.93 | 43.59 | - |
| YUV | 132.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 176 | 0 | 0.63 | 0.20 | 0.14 | 318.56 | 0.66 | 0.59 |
| Hex | DB | 50 | B0 | 0 | 3F | 14 | E | 13F | 42 | 3B |
| Octal | 333 | 120 | 260 | 0 | 77 | 24 | 16 | 477 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10110000 | 0 | 111111 | 10100 | 1110 | 100111111 | 1000010 | 111011 |
Color Harmonies of #DB50B0
Complementary color
Monochromatic Colors of #DB50B0
Black with #DB50B0
Text Example
Text Example
White with #DB50B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50B0; }
p { color: rgb(219,80,176); }
H1.HeaderClassName
{
color: #DB50B0;
}
.AnyTagClassName
{
color: #DB50B0;
}
</style>
background-color css
<style>
a { background-color: #DB50B0; }
a { background-color: rgb(219,80,176); }
div.DivClassName
{
background-color: #DB50B0;
}
.BgClassName
{
background-color: #DB50B0;
}
</style>
border-color css
<style>
span { border-color: #DB50B0; }
span { border-color: rgb(219,80,176); }
td.TdClassName
{
border-color: #DB50B0;
}
.TagClassName
{
border-color: #DB50B0;
}
</style>