Shades of Fuchsia #DB4AB1
Tints of Fuchsia #DB4AB1
RGB
CMYK
RGB Variations
Color information
#DB4AB1 (or 0xDB4AB1) is known color: Fuchsia. HEX triplet: DB, 4A and B1. RGB value is (219,74,177). Sum of RGB (Red+Green+Blue) = 219+74+177=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AB1 is #24B54E. Grayscale: #808080. Windows color (decimal): -2405711 or 11619035. OLE color: 11619035.
HSL color Cylindrical-coordinate representation of color #DB4AB1: hue angle of 317.38º 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 #DB4AB1 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 177 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.14 |
| HSL | 317.38º | 0.67% | 0.57% | - |
| HSV(B) | 317.38º | 0.66% | 0.86% | - |
| XYZ | 39.6 | 23.13 | 43.97 | - |
| YUV | 129.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 177 | 0 | 0.66 | 0.19 | 0.14 | 317.38 | 0.67 | 0.57 |
| Hex | DB | 4A | B1 | 0 | 42 | 13 | E | 13D | 43 | 39 |
| Octal | 333 | 112 | 261 | 0 | 102 | 23 | 16 | 475 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10110001 | 0 | 1000010 | 10011 | 1110 | 100111101 | 1000011 | 111001 |
Color Harmonies of #DB4AB1
Complementary color
Monochromatic Colors of #DB4AB1
Black with #DB4AB1
Text Example
Text Example
White with #DB4AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AB1; }
p { color: rgb(219,74,177); }
H1.HeaderClassName
{
color: #DB4AB1;
}
.AnyTagClassName
{
color: #DB4AB1;
}
</style>
background-color css
<style>
a { background-color: #DB4AB1; }
a { background-color: rgb(219,74,177); }
div.DivClassName
{
background-color: #DB4AB1;
}
.BgClassName
{
background-color: #DB4AB1;
}
</style>
border-color css
<style>
span { border-color: #DB4AB1; }
span { border-color: rgb(219,74,177); }
td.TdClassName
{
border-color: #DB4AB1;
}
.TagClassName
{
border-color: #DB4AB1;
}
</style>