Shades of Fuchsia #DB4EB1
Tints of Fuchsia #DB4EB1
RGB
CMYK
RGB Variations
Color information
#DB4EB1 (or 0xDB4EB1) is known color: Fuchsia. HEX triplet: DB, 4E and B1. RGB value is (219,78,177). Sum of RGB (Red+Green+Blue) = 219+78+177=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4EB1 is #24B14E. Grayscale: #838383. Windows color (decimal): -2404687 or 11620059. OLE color: 11620059.
HSL color Cylindrical-coordinate representation of color #DB4EB1: hue angle of 317.87º 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 #DB4EB1 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 177 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.14 |
| HSL | 317.87º | 0.66% | 0.58% | - |
| HSV(B) | 317.87º | 0.64% | 0.86% | - |
| XYZ | 39.87 | 23.68 | 44.06 | - |
| YUV | 131.45 | 153.71 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 177 | 0 | 0.64 | 0.19 | 0.14 | 317.87 | 0.66 | 0.58 |
| Hex | DB | 4E | B1 | 0 | 40 | 13 | E | 13E | 42 | 3A |
| Octal | 333 | 116 | 261 | 0 | 100 | 23 | 16 | 476 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10110001 | 0 | 1000000 | 10011 | 1110 | 100111110 | 1000010 | 111010 |
Color Harmonies of #DB4EB1
Complementary color
Monochromatic Colors of #DB4EB1
Black with #DB4EB1
Text Example
Text Example
White with #DB4EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EB1; }
p { color: rgb(219,78,177); }
H1.HeaderClassName
{
color: #DB4EB1;
}
.AnyTagClassName
{
color: #DB4EB1;
}
</style>
background-color css
<style>
a { background-color: #DB4EB1; }
a { background-color: rgb(219,78,177); }
div.DivClassName
{
background-color: #DB4EB1;
}
.BgClassName
{
background-color: #DB4EB1;
}
</style>
border-color css
<style>
span { border-color: #DB4EB1; }
span { border-color: rgb(219,78,177); }
td.TdClassName
{
border-color: #DB4EB1;
}
.TagClassName
{
border-color: #DB4EB1;
}
</style>