Shades of Fuchsia #DB50B6
Tints of Fuchsia #DB50B6
RGB
CMYK
RGB Variations
Color information
#DB50B6 (or 0xDB50B6) is known color: Fuchsia. HEX triplet: DB, 50 and B6. RGB value is (219,80,182). Sum of RGB (Red+Green+Blue) = 219+80+182=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50B6 is #24AF49. Grayscale: #848484. Windows color (decimal): -2404170 or 11948251. OLE color: 11948251.
HSL color Cylindrical-coordinate representation of color #DB50B6: hue angle of 315.97º 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 #DB50B6 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 182 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.14 |
| HSL | 315.97º | 0.66% | 0.59% | - |
| HSV(B) | 315.97º | 0.63% | 0.86% | - |
| XYZ | 40.53 | 24.17 | 46.79 | - |
| YUV | 133.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 182 | 0 | 0.63 | 0.17 | 0.14 | 315.97 | 0.66 | 0.59 |
| Hex | DB | 50 | B6 | 0 | 3F | 11 | E | 13C | 42 | 3B |
| Octal | 333 | 120 | 266 | 0 | 77 | 21 | 16 | 474 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10110110 | 0 | 111111 | 10001 | 1110 | 100111100 | 1000010 | 111011 |
Color Harmonies of #DB50B6
Complementary color
Monochromatic Colors of #DB50B6
Black with #DB50B6
Text Example
Text Example
White with #DB50B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50B6; }
p { color: rgb(219,80,182); }
H1.HeaderClassName
{
color: #DB50B6;
}
.AnyTagClassName
{
color: #DB50B6;
}
</style>
background-color css
<style>
a { background-color: #DB50B6; }
a { background-color: rgb(219,80,182); }
div.DivClassName
{
background-color: #DB50B6;
}
.BgClassName
{
background-color: #DB50B6;
}
</style>
border-color css
<style>
span { border-color: #DB50B6; }
span { border-color: rgb(219,80,182); }
td.TdClassName
{
border-color: #DB50B6;
}
.TagClassName
{
border-color: #DB50B6;
}
</style>