Shades of Fuchsia #DB4EB8
Tints of Fuchsia #DB4EB8
RGB
CMYK
RGB Variations
Color information
#DB4EB8 (or 0xDB4EB8) is known color: Fuchsia. HEX triplet: DB, 4E and B8. RGB value is (219,78,184). Sum of RGB (Red+Green+Blue) = 219+78+184=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EB8 is #24B147. Grayscale: #838383. Windows color (decimal): -2404680 or 12078811. OLE color: 12078811.
HSL color Cylindrical-coordinate representation of color #DB4EB8: hue angle of 314.89º 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 #DB4EB8 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 184 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.14 |
| HSL | 314.89º | 0.66% | 0.58% | - |
| HSV(B) | 314.89º | 0.64% | 0.86% | - |
| XYZ | 40.59 | 23.97 | 47.83 | - |
| YUV | 132.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 184 | 0 | 0.64 | 0.16 | 0.14 | 314.89 | 0.66 | 0.58 |
| Hex | DB | 4E | B8 | 0 | 40 | 10 | E | 13B | 42 | 3A |
| Octal | 333 | 116 | 270 | 0 | 100 | 20 | 16 | 473 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10111000 | 0 | 1000000 | 10000 | 1110 | 100111011 | 1000010 | 111010 |
Color Harmonies of #DB4EB8
Complementary color
Monochromatic Colors of #DB4EB8
Black with #DB4EB8
Text Example
Text Example
White with #DB4EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EB8; }
p { color: rgb(219,78,184); }
H1.HeaderClassName
{
color: #DB4EB8;
}
.AnyTagClassName
{
color: #DB4EB8;
}
</style>
background-color css
<style>
a { background-color: #DB4EB8; }
a { background-color: rgb(219,78,184); }
div.DivClassName
{
background-color: #DB4EB8;
}
.BgClassName
{
background-color: #DB4EB8;
}
</style>
border-color css
<style>
span { border-color: #DB4EB8; }
span { border-color: rgb(219,78,184); }
td.TdClassName
{
border-color: #DB4EB8;
}
.TagClassName
{
border-color: #DB4EB8;
}
</style>