Shades of Fuchsia #DB50BB
Tints of Fuchsia #DB50BB
RGB
CMYK
RGB Variations
Color information
#DB50BB (or 0xDB50BB) is known color: Fuchsia. HEX triplet: DB, 50 and BB. RGB value is (219,80,187). Sum of RGB (Red+Green+Blue) = 219+80+187=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50BB is #24AF44. Grayscale: #858585. Windows color (decimal): -2404165 or 12275931. OLE color: 12275931.
HSL color Cylindrical-coordinate representation of color #DB50BB: hue angle of 313.81º 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 #DB50BB is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 187 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.14 |
| HSL | 313.81º | 0.66% | 0.59% | - |
| HSV(B) | 313.81º | 0.63% | 0.86% | - |
| XYZ | 41.05 | 24.39 | 49.56 | - |
| YUV | 133.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 187 | 0 | 0.63 | 0.15 | 0.14 | 313.81 | 0.66 | 0.59 |
| Hex | DB | 50 | BB | 0 | 3F | F | E | 13A | 42 | 3B |
| Octal | 333 | 120 | 273 | 0 | 77 | 17 | 16 | 472 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10111011 | 0 | 111111 | 1111 | 1110 | 100111010 | 1000010 | 111011 |
Color Harmonies of #DB50BB
Complementary color
Monochromatic Colors of #DB50BB
Black with #DB50BB
Text Example
Text Example
White with #DB50BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50BB; }
p { color: rgb(219,80,187); }
H1.HeaderClassName
{
color: #DB50BB;
}
.AnyTagClassName
{
color: #DB50BB;
}
</style>
background-color css
<style>
a { background-color: #DB50BB; }
a { background-color: rgb(219,80,187); }
div.DivClassName
{
background-color: #DB50BB;
}
.BgClassName
{
background-color: #DB50BB;
}
</style>
border-color css
<style>
span { border-color: #DB50BB; }
span { border-color: rgb(219,80,187); }
td.TdClassName
{
border-color: #DB50BB;
}
.TagClassName
{
border-color: #DB50BB;
}
</style>