Shades of Fuchsia #DB4DB0
Tints of Fuchsia #DB4DB0
RGB
CMYK
RGB Variations
Color information
#DB4DB0 (or 0xDB4DB0) is known color: Fuchsia. HEX triplet: DB, 4D and B0. RGB value is (219,77,176). Sum of RGB (Red+Green+Blue) = 219+77+176=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DB0 is #24B24F. Grayscale: #828282. Windows color (decimal): -2404944 or 11554267. OLE color: 11554267.
HSL color Cylindrical-coordinate representation of color #DB4DB0: hue angle of 318.17º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4DB0 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 176 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.14 |
| HSL | 318.17º | 0.66% | 0.58% | - |
| HSV(B) | 318.17º | 0.65% | 0.86% | - |
| XYZ | 39.7 | 23.5 | 43.52 | - |
| YUV | 130.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 176 | 0 | 0.65 | 0.20 | 0.14 | 318.17 | 0.66 | 0.58 |
| Hex | DB | 4D | B0 | 0 | 41 | 14 | E | 13E | 42 | 3A |
| Octal | 333 | 115 | 260 | 0 | 101 | 24 | 16 | 476 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10110000 | 0 | 1000001 | 10100 | 1110 | 100111110 | 1000010 | 111010 |
Color Harmonies of #DB4DB0
Complementary color
Monochromatic Colors of #DB4DB0
Black with #DB4DB0
Text Example
Text Example
White with #DB4DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DB0; }
p { color: rgb(219,77,176); }
H1.HeaderClassName
{
color: #DB4DB0;
}
.AnyTagClassName
{
color: #DB4DB0;
}
</style>
background-color css
<style>
a { background-color: #DB4DB0; }
a { background-color: rgb(219,77,176); }
div.DivClassName
{
background-color: #DB4DB0;
}
.BgClassName
{
background-color: #DB4DB0;
}
</style>
border-color css
<style>
span { border-color: #DB4DB0; }
span { border-color: rgb(219,77,176); }
td.TdClassName
{
border-color: #DB4DB0;
}
.TagClassName
{
border-color: #DB4DB0;
}
</style>