Shades of Fuchsia #DB4AB8
Tints of Fuchsia #DB4AB8
RGB
CMYK
RGB Variations
Color information
#DB4AB8 (or 0xDB4AB8) is known color: Fuchsia. HEX triplet: DB, 4A and B8. RGB value is (219,74,184). Sum of RGB (Red+Green+Blue) = 219+74+184=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AB8 is #24B547. Grayscale: #818181. Windows color (decimal): -2405704 or 12077787. OLE color: 12077787.
HSL color Cylindrical-coordinate representation of color #DB4AB8: hue angle of 314.48º 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 #DB4AB8 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 184 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.14 |
| HSL | 314.48º | 0.67% | 0.57% | - |
| HSV(B) | 314.48º | 0.66% | 0.86% | - |
| XYZ | 40.31 | 23.42 | 47.74 | - |
| YUV | 129.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 184 | 0 | 0.66 | 0.16 | 0.14 | 314.48 | 0.67 | 0.57 |
| Hex | DB | 4A | B8 | 0 | 42 | 10 | E | 13A | 43 | 39 |
| Octal | 333 | 112 | 270 | 0 | 102 | 20 | 16 | 472 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10111000 | 0 | 1000010 | 10000 | 1110 | 100111010 | 1000011 | 111001 |
Color Harmonies of #DB4AB8
Complementary color
Monochromatic Colors of #DB4AB8
Black with #DB4AB8
Text Example
Text Example
White with #DB4AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AB8; }
p { color: rgb(219,74,184); }
H1.HeaderClassName
{
color: #DB4AB8;
}
.AnyTagClassName
{
color: #DB4AB8;
}
</style>
background-color css
<style>
a { background-color: #DB4AB8; }
a { background-color: rgb(219,74,184); }
div.DivClassName
{
background-color: #DB4AB8;
}
.BgClassName
{
background-color: #DB4AB8;
}
</style>
border-color css
<style>
span { border-color: #DB4AB8; }
span { border-color: rgb(219,74,184); }
td.TdClassName
{
border-color: #DB4AB8;
}
.TagClassName
{
border-color: #DB4AB8;
}
</style>