Shades of Fuchsia #DB4AB2
Tints of Fuchsia #DB4AB2
RGB
CMYK
RGB Variations
Color information
#DB4AB2 (or 0xDB4AB2) is known color: Fuchsia. HEX triplet: DB, 4A and B2. RGB value is (219,74,178). Sum of RGB (Red+Green+Blue) = 219+74+178=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AB2 is #24B54D. Grayscale: #808080. Windows color (decimal): -2405710 or 11684571. OLE color: 11684571.
HSL color Cylindrical-coordinate representation of color #DB4AB2: hue angle of 316.97º 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 #DB4AB2 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 178 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.14 |
| HSL | 316.97º | 0.67% | 0.57% | - |
| HSV(B) | 316.97º | 0.66% | 0.86% | - |
| XYZ | 39.7 | 23.17 | 44.5 | - |
| YUV | 129.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 178 | 0 | 0.66 | 0.19 | 0.14 | 316.97 | 0.67 | 0.57 |
| Hex | DB | 4A | B2 | 0 | 42 | 13 | E | 13D | 43 | 39 |
| Octal | 333 | 112 | 262 | 0 | 102 | 23 | 16 | 475 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10110010 | 0 | 1000010 | 10011 | 1110 | 100111101 | 1000011 | 111001 |
Color Harmonies of #DB4AB2
Complementary color
Monochromatic Colors of #DB4AB2
Black with #DB4AB2
Text Example
Text Example
White with #DB4AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AB2; }
p { color: rgb(219,74,178); }
H1.HeaderClassName
{
color: #DB4AB2;
}
.AnyTagClassName
{
color: #DB4AB2;
}
</style>
background-color css
<style>
a { background-color: #DB4AB2; }
a { background-color: rgb(219,74,178); }
div.DivClassName
{
background-color: #DB4AB2;
}
.BgClassName
{
background-color: #DB4AB2;
}
</style>
border-color css
<style>
span { border-color: #DB4AB2; }
span { border-color: rgb(219,74,178); }
td.TdClassName
{
border-color: #DB4AB2;
}
.TagClassName
{
border-color: #DB4AB2;
}
</style>