Shades of Fuchsia #DB4AB4
Tints of Fuchsia #DB4AB4
RGB
CMYK
RGB Variations
Color information
#DB4AB4 (or 0xDB4AB4) is known color: Fuchsia. HEX triplet: DB, 4A and B4. RGB value is (219,74,180). Sum of RGB (Red+Green+Blue) = 219+74+180=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AB4 is #24B54B. Grayscale: #818181. Windows color (decimal): -2405708 or 11815643. OLE color: 11815643.
HSL color Cylindrical-coordinate representation of color #DB4AB4: hue angle of 316.14º 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 #DB4AB4 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 180 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.14 |
| HSL | 316.14º | 0.67% | 0.57% | - |
| HSV(B) | 316.14º | 0.66% | 0.86% | - |
| XYZ | 39.9 | 23.25 | 45.57 | - |
| YUV | 129.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 180 | 0 | 0.66 | 0.18 | 0.14 | 316.14 | 0.67 | 0.57 |
| Hex | DB | 4A | B4 | 0 | 42 | 12 | E | 13C | 43 | 39 |
| Octal | 333 | 112 | 264 | 0 | 102 | 22 | 16 | 474 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10110100 | 0 | 1000010 | 10010 | 1110 | 100111100 | 1000011 | 111001 |
Color Harmonies of #DB4AB4
Complementary color
Monochromatic Colors of #DB4AB4
Black with #DB4AB4
Text Example
Text Example
White with #DB4AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AB4; }
p { color: rgb(219,74,180); }
H1.HeaderClassName
{
color: #DB4AB4;
}
.AnyTagClassName
{
color: #DB4AB4;
}
</style>
background-color css
<style>
a { background-color: #DB4AB4; }
a { background-color: rgb(219,74,180); }
div.DivClassName
{
background-color: #DB4AB4;
}
.BgClassName
{
background-color: #DB4AB4;
}
</style>
border-color css
<style>
span { border-color: #DB4AB4; }
span { border-color: rgb(219,74,180); }
td.TdClassName
{
border-color: #DB4AB4;
}
.TagClassName
{
border-color: #DB4AB4;
}
</style>