Shades of Fuchsia #DB50B3
Tints of Fuchsia #DB50B3
RGB
CMYK
RGB Variations
Color information
#DB50B3 (or 0xDB50B3) is known color: Fuchsia. HEX triplet: DB, 50 and B3. RGB value is (219,80,179). Sum of RGB (Red+Green+Blue) = 219+80+179=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50B3 is #24AF4C. Grayscale: #848484. Windows color (decimal): -2404173 or 11751643. OLE color: 11751643.
HSL color Cylindrical-coordinate representation of color #DB50B3: hue angle of 317.27º 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 #DB50B3 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 179 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.14 |
| HSL | 317.27º | 0.66% | 0.59% | - |
| HSV(B) | 317.27º | 0.63% | 0.86% | - |
| XYZ | 40.22 | 24.05 | 45.17 | - |
| YUV | 132.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 179 | 0 | 0.63 | 0.18 | 0.14 | 317.27 | 0.66 | 0.59 |
| Hex | DB | 50 | B3 | 0 | 3F | 12 | E | 13D | 42 | 3B |
| Octal | 333 | 120 | 263 | 0 | 77 | 22 | 16 | 475 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10110011 | 0 | 111111 | 10010 | 1110 | 100111101 | 1000010 | 111011 |
Color Harmonies of #DB50B3
Complementary color
Monochromatic Colors of #DB50B3
Black with #DB50B3
Text Example
Text Example
White with #DB50B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50B3; }
p { color: rgb(219,80,179); }
H1.HeaderClassName
{
color: #DB50B3;
}
.AnyTagClassName
{
color: #DB50B3;
}
</style>
background-color css
<style>
a { background-color: #DB50B3; }
a { background-color: rgb(219,80,179); }
div.DivClassName
{
background-color: #DB50B3;
}
.BgClassName
{
background-color: #DB50B3;
}
</style>
border-color css
<style>
span { border-color: #DB50B3; }
span { border-color: rgb(219,80,179); }
td.TdClassName
{
border-color: #DB50B3;
}
.TagClassName
{
border-color: #DB50B3;
}
</style>