Shades of Fuchsia #DB50BA
Tints of Fuchsia #DB50BA
RGB
CMYK
RGB Variations
Color information
#DB50BA (or 0xDB50BA) is known color: Fuchsia. HEX triplet: DB, 50 and BA. RGB value is (219,80,186). Sum of RGB (Red+Green+Blue) = 219+80+186=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50BA is #24AF45. Grayscale: #858585. Windows color (decimal): -2404166 or 12210395. OLE color: 12210395.
HSL color Cylindrical-coordinate representation of color #DB50BA: hue angle of 314.24º 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 #DB50BA is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 186 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.14 |
| HSL | 314.24º | 0.66% | 0.59% | - |
| HSV(B) | 314.24º | 0.63% | 0.86% | - |
| XYZ | 40.95 | 24.34 | 48.99 | - |
| YUV | 133.65 | 157.55 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 186 | 0 | 0.63 | 0.15 | 0.14 | 314.24 | 0.66 | 0.59 |
| Hex | DB | 50 | BA | 0 | 3F | F | E | 13A | 42 | 3B |
| Octal | 333 | 120 | 272 | 0 | 77 | 17 | 16 | 472 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10111010 | 0 | 111111 | 1111 | 1110 | 100111010 | 1000010 | 111011 |
Color Harmonies of #DB50BA
Complementary color
Monochromatic Colors of #DB50BA
Black with #DB50BA
Text Example
Text Example
White with #DB50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50BA; }
p { color: rgb(219,80,186); }
H1.HeaderClassName
{
color: #DB50BA;
}
.AnyTagClassName
{
color: #DB50BA;
}
</style>
background-color css
<style>
a { background-color: #DB50BA; }
a { background-color: rgb(219,80,186); }
div.DivClassName
{
background-color: #DB50BA;
}
.BgClassName
{
background-color: #DB50BA;
}
</style>
border-color css
<style>
span { border-color: #DB50BA; }
span { border-color: rgb(219,80,186); }
td.TdClassName
{
border-color: #DB50BA;
}
.TagClassName
{
border-color: #DB50BA;
}
</style>