Shades of Fuchsia #DB50B8
Tints of Fuchsia #DB50B8
RGB
CMYK
RGB Variations
Color information
#DB50B8 (or 0xDB50B8) is known color: Fuchsia. HEX triplet: DB, 50 and B8. RGB value is (219,80,184). Sum of RGB (Red+Green+Blue) = 219+80+184=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50B8 is #24AF47. Grayscale: #858585. Windows color (decimal): -2404168 or 12079323. OLE color: 12079323.
HSL color Cylindrical-coordinate representation of color #DB50B8: hue angle of 315.11º 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 #DB50B8 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 184 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.14 |
| HSL | 315.11º | 0.66% | 0.59% | - |
| HSV(B) | 315.11º | 0.63% | 0.86% | - |
| XYZ | 40.73 | 24.26 | 47.88 | - |
| YUV | 133.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 184 | 0 | 0.63 | 0.16 | 0.14 | 315.11 | 0.66 | 0.59 |
| Hex | DB | 50 | B8 | 0 | 3F | 10 | E | 13B | 42 | 3B |
| Octal | 333 | 120 | 270 | 0 | 77 | 20 | 16 | 473 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10111000 | 0 | 111111 | 10000 | 1110 | 100111011 | 1000010 | 111011 |
Color Harmonies of #DB50B8
Complementary color
Monochromatic Colors of #DB50B8
Black with #DB50B8
Text Example
Text Example
White with #DB50B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50B8; }
p { color: rgb(219,80,184); }
H1.HeaderClassName
{
color: #DB50B8;
}
.AnyTagClassName
{
color: #DB50B8;
}
</style>
background-color css
<style>
a { background-color: #DB50B8; }
a { background-color: rgb(219,80,184); }
div.DivClassName
{
background-color: #DB50B8;
}
.BgClassName
{
background-color: #DB50B8;
}
</style>
border-color css
<style>
span { border-color: #DB50B8; }
span { border-color: rgb(219,80,184); }
td.TdClassName
{
border-color: #DB50B8;
}
.TagClassName
{
border-color: #DB50B8;
}
</style>