Shades of Fuchsia #DB4EBC
Tints of Fuchsia #DB4EBC
RGB
CMYK
RGB Variations
Color information
#DB4EBC (or 0xDB4EBC) is known color: Fuchsia. HEX triplet: DB, 4E and BC. RGB value is (219,78,188). Sum of RGB (Red+Green+Blue) = 219+78+188=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EBC is #24B143. Grayscale: #848484. Windows color (decimal): -2404676 or 12340955. OLE color: 12340955.
HSL color Cylindrical-coordinate representation of color #DB4EBC: hue angle of 313.19º 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 #DB4EBC is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 188 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.14 |
| HSL | 313.19º | 0.66% | 0.58% | - |
| HSV(B) | 313.19º | 0.64% | 0.86% | - |
| XYZ | 41.01 | 24.14 | 50.07 | - |
| YUV | 132.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 188 | 0 | 0.64 | 0.14 | 0.14 | 313.19 | 0.66 | 0.58 |
| Hex | DB | 4E | BC | 0 | 40 | E | E | 139 | 42 | 3A |
| Octal | 333 | 116 | 274 | 0 | 100 | 16 | 16 | 471 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10111100 | 0 | 1000000 | 1110 | 1110 | 100111001 | 1000010 | 111010 |
Color Harmonies of #DB4EBC
Complementary color
Monochromatic Colors of #DB4EBC
Black with #DB4EBC
Text Example
Text Example
White with #DB4EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EBC; }
p { color: rgb(219,78,188); }
H1.HeaderClassName
{
color: #DB4EBC;
}
.AnyTagClassName
{
color: #DB4EBC;
}
</style>
background-color css
<style>
a { background-color: #DB4EBC; }
a { background-color: rgb(219,78,188); }
div.DivClassName
{
background-color: #DB4EBC;
}
.BgClassName
{
background-color: #DB4EBC;
}
</style>
border-color css
<style>
span { border-color: #DB4EBC; }
span { border-color: rgb(219,78,188); }
td.TdClassName
{
border-color: #DB4EBC;
}
.TagClassName
{
border-color: #DB4EBC;
}
</style>