Shades of Fuchsia #DB4BB0
Tints of Fuchsia #DB4BB0
RGB
CMYK
RGB Variations
Color information
#DB4BB0 (or 0xDB4BB0) is known color: Fuchsia. HEX triplet: DB, 4B and B0. RGB value is (219,75,176). Sum of RGB (Red+Green+Blue) = 219+75+176=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BB0 is #24B44F. Grayscale: #818181. Windows color (decimal): -2405456 or 11553755. OLE color: 11553755.
HSL color Cylindrical-coordinate representation of color #DB4BB0: hue angle of 317.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BB0 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 176 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.14 |
| HSL | 317.92º | 0.67% | 0.58% | - |
| HSV(B) | 317.92º | 0.66% | 0.86% | - |
| XYZ | 39.57 | 23.23 | 43.47 | - |
| YUV | 129.57 | 154.21 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 176 | 0 | 0.66 | 0.20 | 0.14 | 317.92 | 0.67 | 0.58 |
| Hex | DB | 4B | B0 | 0 | 42 | 14 | E | 13E | 43 | 3A |
| Octal | 333 | 113 | 260 | 0 | 102 | 24 | 16 | 476 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10110000 | 0 | 1000010 | 10100 | 1110 | 100111110 | 1000011 | 111010 |
Color Harmonies of #DB4BB0
Complementary color
Monochromatic Colors of #DB4BB0
Black with #DB4BB0
Text Example
Text Example
White with #DB4BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BB0; }
p { color: rgb(219,75,176); }
H1.HeaderClassName
{
color: #DB4BB0;
}
.AnyTagClassName
{
color: #DB4BB0;
}
</style>
background-color css
<style>
a { background-color: #DB4BB0; }
a { background-color: rgb(219,75,176); }
div.DivClassName
{
background-color: #DB4BB0;
}
.BgClassName
{
background-color: #DB4BB0;
}
</style>
border-color css
<style>
span { border-color: #DB4BB0; }
span { border-color: rgb(219,75,176); }
td.TdClassName
{
border-color: #DB4BB0;
}
.TagClassName
{
border-color: #DB4BB0;
}
</style>