Shades of Fuchsia #DB4EAE
Tints of Fuchsia #DB4EAE
RGB
CMYK
RGB Variations
Color information
#DB4EAE (or 0xDB4EAE) is known color: Fuchsia. HEX triplet: DB, 4E and AE. RGB value is (219,78,174). Sum of RGB (Red+Green+Blue) = 219+78+174=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4EAE is #24B151. Grayscale: #828282. Windows color (decimal): -2404690 or 11423451. OLE color: 11423451.
HSL color Cylindrical-coordinate representation of color #DB4EAE: hue angle of 319.15º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4EAE is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 174 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.14 |
| HSL | 319.15º | 0.66% | 0.58% | - |
| HSV(B) | 319.15º | 0.64% | 0.86% | - |
| XYZ | 39.58 | 23.56 | 42.51 | - |
| YUV | 131.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 174 | 0 | 0.64 | 0.21 | 0.14 | 319.15 | 0.66 | 0.58 |
| Hex | DB | 4E | AE | 0 | 40 | 15 | E | 13F | 42 | 3A |
| Octal | 333 | 116 | 256 | 0 | 100 | 25 | 16 | 477 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10101110 | 0 | 1000000 | 10101 | 1110 | 100111111 | 1000010 | 111010 |
Color Harmonies of #DB4EAE
Complementary color
Monochromatic Colors of #DB4EAE
Black with #DB4EAE
Text Example
Text Example
White with #DB4EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EAE; }
p { color: rgb(219,78,174); }
H1.HeaderClassName
{
color: #DB4EAE;
}
.AnyTagClassName
{
color: #DB4EAE;
}
</style>
background-color css
<style>
a { background-color: #DB4EAE; }
a { background-color: rgb(219,78,174); }
div.DivClassName
{
background-color: #DB4EAE;
}
.BgClassName
{
background-color: #DB4EAE;
}
</style>
border-color css
<style>
span { border-color: #DB4EAE; }
span { border-color: rgb(219,78,174); }
td.TdClassName
{
border-color: #DB4EAE;
}
.TagClassName
{
border-color: #DB4EAE;
}
</style>