Shades of Fuchsia #DB4EB9
Tints of Fuchsia #DB4EB9
RGB
CMYK
RGB Variations
Color information
#DB4EB9 (or 0xDB4EB9) is known color: Fuchsia. HEX triplet: DB, 4E and B9. RGB value is (219,78,185). Sum of RGB (Red+Green+Blue) = 219+78+185=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EB9 is #24B146. Grayscale: #848484. Windows color (decimal): -2404679 or 12144347. OLE color: 12144347.
HSL color Cylindrical-coordinate representation of color #DB4EB9: hue angle of 314.47º 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 #DB4EB9 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 185 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.14 |
| HSL | 314.47º | 0.66% | 0.58% | - |
| HSV(B) | 314.47º | 0.64% | 0.86% | - |
| XYZ | 40.69 | 24.01 | 48.39 | - |
| YUV | 132.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 185 | 0 | 0.64 | 0.16 | 0.14 | 314.47 | 0.66 | 0.58 |
| Hex | DB | 4E | B9 | 0 | 40 | 10 | E | 13A | 42 | 3A |
| Octal | 333 | 116 | 271 | 0 | 100 | 20 | 16 | 472 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10111001 | 0 | 1000000 | 10000 | 1110 | 100111010 | 1000010 | 111010 |
Color Harmonies of #DB4EB9
Complementary color
Monochromatic Colors of #DB4EB9
Black with #DB4EB9
Text Example
Text Example
White with #DB4EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EB9; }
p { color: rgb(219,78,185); }
H1.HeaderClassName
{
color: #DB4EB9;
}
.AnyTagClassName
{
color: #DB4EB9;
}
</style>
background-color css
<style>
a { background-color: #DB4EB9; }
a { background-color: rgb(219,78,185); }
div.DivClassName
{
background-color: #DB4EB9;
}
.BgClassName
{
background-color: #DB4EB9;
}
</style>
border-color css
<style>
span { border-color: #DB4EB9; }
span { border-color: rgb(219,78,185); }
td.TdClassName
{
border-color: #DB4EB9;
}
.TagClassName
{
border-color: #DB4EB9;
}
</style>