Shades of Fuchsia #DB4AB0
Tints of Fuchsia #DB4AB0
RGB
CMYK
RGB Variations
Color information
#DB4AB0 (or 0xDB4AB0) is known color: Fuchsia. HEX triplet: DB, 4A and B0. RGB value is (219,74,176). Sum of RGB (Red+Green+Blue) = 219+74+176=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AB0 is #24B54F. Grayscale: #808080. Windows color (decimal): -2405712 or 11553499. OLE color: 11553499.
HSL color Cylindrical-coordinate representation of color #DB4AB0: hue angle of 317.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4AB0 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 176 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.14 |
| HSL | 317.79º | 0.67% | 0.57% | - |
| HSV(B) | 317.79º | 0.66% | 0.86% | - |
| XYZ | 39.5 | 23.09 | 43.45 | - |
| YUV | 128.98 | 154.54 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 176 | 0 | 0.66 | 0.20 | 0.14 | 317.79 | 0.67 | 0.57 |
| Hex | DB | 4A | B0 | 0 | 42 | 14 | E | 13E | 43 | 39 |
| Octal | 333 | 112 | 260 | 0 | 102 | 24 | 16 | 476 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10110000 | 0 | 1000010 | 10100 | 1110 | 100111110 | 1000011 | 111001 |
Color Harmonies of #DB4AB0
Complementary color
Monochromatic Colors of #DB4AB0
Black with #DB4AB0
Text Example
Text Example
White with #DB4AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AB0; }
p { color: rgb(219,74,176); }
H1.HeaderClassName
{
color: #DB4AB0;
}
.AnyTagClassName
{
color: #DB4AB0;
}
</style>
background-color css
<style>
a { background-color: #DB4AB0; }
a { background-color: rgb(219,74,176); }
div.DivClassName
{
background-color: #DB4AB0;
}
.BgClassName
{
background-color: #DB4AB0;
}
</style>
border-color css
<style>
span { border-color: #DB4AB0; }
span { border-color: rgb(219,74,176); }
td.TdClassName
{
border-color: #DB4AB0;
}
.TagClassName
{
border-color: #DB4AB0;
}
</style>