Shades of Fuchsia #DB4EB6
Tints of Fuchsia #DB4EB6
RGB
CMYK
RGB Variations
Color information
#DB4EB6 (or 0xDB4EB6) is known color: Fuchsia. HEX triplet: DB, 4E and B6. RGB value is (219,78,182). Sum of RGB (Red+Green+Blue) = 219+78+182=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EB6 is #24B149. Grayscale: #838383. Windows color (decimal): -2404682 or 11947739. OLE color: 11947739.
HSL color Cylindrical-coordinate representation of color #DB4EB6: hue angle of 315.74º 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 #DB4EB6 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 182 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.14 |
| HSL | 315.74º | 0.66% | 0.58% | - |
| HSV(B) | 315.74º | 0.64% | 0.86% | - |
| XYZ | 40.38 | 23.89 | 46.74 | - |
| YUV | 132.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 182 | 0 | 0.64 | 0.17 | 0.14 | 315.74 | 0.66 | 0.58 |
| Hex | DB | 4E | B6 | 0 | 40 | 11 | E | 13C | 42 | 3A |
| Octal | 333 | 116 | 266 | 0 | 100 | 21 | 16 | 474 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10110110 | 0 | 1000000 | 10001 | 1110 | 100111100 | 1000010 | 111010 |
Color Harmonies of #DB4EB6
Complementary color
Monochromatic Colors of #DB4EB6
Black with #DB4EB6
Text Example
Text Example
White with #DB4EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EB6; }
p { color: rgb(219,78,182); }
H1.HeaderClassName
{
color: #DB4EB6;
}
.AnyTagClassName
{
color: #DB4EB6;
}
</style>
background-color css
<style>
a { background-color: #DB4EB6; }
a { background-color: rgb(219,78,182); }
div.DivClassName
{
background-color: #DB4EB6;
}
.BgClassName
{
background-color: #DB4EB6;
}
</style>
border-color css
<style>
span { border-color: #DB4EB6; }
span { border-color: rgb(219,78,182); }
td.TdClassName
{
border-color: #DB4EB6;
}
.TagClassName
{
border-color: #DB4EB6;
}
</style>