Shades of Fuchsia #DB4EB0
Tints of Fuchsia #DB4EB0
RGB
CMYK
RGB Variations
Color information
#DB4EB0 (or 0xDB4EB0) is known color: Fuchsia. HEX triplet: DB, 4E and B0. RGB value is (219,78,176). Sum of RGB (Red+Green+Blue) = 219+78+176=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4EB0 is #24B14F. Grayscale: #838383. Windows color (decimal): -2404688 or 11554523. OLE color: 11554523.
HSL color Cylindrical-coordinate representation of color #DB4EB0: hue angle of 318.3º 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 #DB4EB0 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 176 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.14 |
| HSL | 318.3º | 0.66% | 0.58% | - |
| HSV(B) | 318.3º | 0.64% | 0.86% | - |
| XYZ | 39.77 | 23.64 | 43.54 | - |
| YUV | 131.33 | 153.21 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 176 | 0 | 0.64 | 0.20 | 0.14 | 318.3 | 0.66 | 0.58 |
| Hex | DB | 4E | B0 | 0 | 40 | 14 | E | 13E | 42 | 3A |
| Octal | 333 | 116 | 260 | 0 | 100 | 24 | 16 | 476 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10110000 | 0 | 1000000 | 10100 | 1110 | 100111110 | 1000010 | 111010 |
Color Harmonies of #DB4EB0
Complementary color
Monochromatic Colors of #DB4EB0
Black with #DB4EB0
Text Example
Text Example
White with #DB4EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EB0; }
p { color: rgb(219,78,176); }
H1.HeaderClassName
{
color: #DB4EB0;
}
.AnyTagClassName
{
color: #DB4EB0;
}
</style>
background-color css
<style>
a { background-color: #DB4EB0; }
a { background-color: rgb(219,78,176); }
div.DivClassName
{
background-color: #DB4EB0;
}
.BgClassName
{
background-color: #DB4EB0;
}
</style>
border-color css
<style>
span { border-color: #DB4EB0; }
span { border-color: rgb(219,78,176); }
td.TdClassName
{
border-color: #DB4EB0;
}
.TagClassName
{
border-color: #DB4EB0;
}
</style>