Shades of Fuchsia #DB50BC
Tints of Fuchsia #DB50BC
RGB
CMYK
RGB Variations
Color information
#DB50BC (or 0xDB50BC) is known color: Fuchsia. HEX triplet: DB, 50 and BC. RGB value is (219,80,188). Sum of RGB (Red+Green+Blue) = 219+80+188=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50BC is #24AF43. Grayscale: #858585. Windows color (decimal): -2404164 or 12341467. OLE color: 12341467.
HSL color Cylindrical-coordinate representation of color #DB50BC: hue angle of 313.38º 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 #DB50BC is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 188 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.14 |
| HSL | 313.38º | 0.66% | 0.59% | - |
| HSV(B) | 313.38º | 0.63% | 0.86% | - |
| XYZ | 41.16 | 24.43 | 50.12 | - |
| YUV | 133.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 188 | 0 | 0.63 | 0.14 | 0.14 | 313.38 | 0.66 | 0.59 |
| Hex | DB | 50 | BC | 0 | 3F | E | E | 139 | 42 | 3B |
| Octal | 333 | 120 | 274 | 0 | 77 | 16 | 16 | 471 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10111100 | 0 | 111111 | 1110 | 1110 | 100111001 | 1000010 | 111011 |
Color Harmonies of #DB50BC
Complementary color
Monochromatic Colors of #DB50BC
Black with #DB50BC
Text Example
Text Example
White with #DB50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50BC; }
p { color: rgb(219,80,188); }
H1.HeaderClassName
{
color: #DB50BC;
}
.AnyTagClassName
{
color: #DB50BC;
}
</style>
background-color css
<style>
a { background-color: #DB50BC; }
a { background-color: rgb(219,80,188); }
div.DivClassName
{
background-color: #DB50BC;
}
.BgClassName
{
background-color: #DB50BC;
}
</style>
border-color css
<style>
span { border-color: #DB50BC; }
span { border-color: rgb(219,80,188); }
td.TdClassName
{
border-color: #DB50BC;
}
.TagClassName
{
border-color: #DB50BC;
}
</style>