Shades of Fuchsia #DB4EAF
Tints of Fuchsia #DB4EAF
RGB
CMYK
RGB Variations
Color information
#DB4EAF (or 0xDB4EAF) is known color: Fuchsia. HEX triplet: DB, 4E and AF. RGB value is (219,78,175). Sum of RGB (Red+Green+Blue) = 219+78+175=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4EAF is #24B150. Grayscale: #828282. Windows color (decimal): -2404689 or 11488987. OLE color: 11488987.
HSL color Cylindrical-coordinate representation of color #DB4EAF: hue angle of 318.72º 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 #DB4EAF is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 175 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.14 |
| HSL | 318.72º | 0.66% | 0.58% | - |
| HSV(B) | 318.72º | 0.64% | 0.86% | - |
| XYZ | 39.68 | 23.6 | 43.02 | - |
| YUV | 131.22 | 152.71 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 175 | 0 | 0.64 | 0.20 | 0.14 | 318.72 | 0.66 | 0.58 |
| Hex | DB | 4E | AF | 0 | 40 | 14 | E | 13F | 42 | 3A |
| Octal | 333 | 116 | 257 | 0 | 100 | 24 | 16 | 477 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10101111 | 0 | 1000000 | 10100 | 1110 | 100111111 | 1000010 | 111010 |
Color Harmonies of #DB4EAF
Complementary color
Monochromatic Colors of #DB4EAF
Black with #DB4EAF
Text Example
Text Example
White with #DB4EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EAF; }
p { color: rgb(219,78,175); }
H1.HeaderClassName
{
color: #DB4EAF;
}
.AnyTagClassName
{
color: #DB4EAF;
}
</style>
background-color css
<style>
a { background-color: #DB4EAF; }
a { background-color: rgb(219,78,175); }
div.DivClassName
{
background-color: #DB4EAF;
}
.BgClassName
{
background-color: #DB4EAF;
}
</style>
border-color css
<style>
span { border-color: #DB4EAF; }
span { border-color: rgb(219,78,175); }
td.TdClassName
{
border-color: #DB4EAF;
}
.TagClassName
{
border-color: #DB4EAF;
}
</style>