Shades of Fuchsia #DB4EBA
Tints of Fuchsia #DB4EBA
RGB
CMYK
RGB Variations
Color information
#DB4EBA (or 0xDB4EBA) is known color: Fuchsia. HEX triplet: DB, 4E and BA. RGB value is (219,78,186). Sum of RGB (Red+Green+Blue) = 219+78+186=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EBA is #24B145. Grayscale: #848484. Windows color (decimal): -2404678 or 12209883. OLE color: 12209883.
HSL color Cylindrical-coordinate representation of color #DB4EBA: hue angle of 314.04º 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 #DB4EBA is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 186 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.14 |
| HSL | 314.04º | 0.66% | 0.58% | - |
| HSV(B) | 314.04º | 0.64% | 0.86% | - |
| XYZ | 40.8 | 24.05 | 48.95 | - |
| YUV | 132.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 186 | 0 | 0.64 | 0.15 | 0.14 | 314.04 | 0.66 | 0.58 |
| Hex | DB | 4E | BA | 0 | 40 | F | E | 13A | 42 | 3A |
| Octal | 333 | 116 | 272 | 0 | 100 | 17 | 16 | 472 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10111010 | 0 | 1000000 | 1111 | 1110 | 100111010 | 1000010 | 111010 |
Color Harmonies of #DB4EBA
Complementary color
Monochromatic Colors of #DB4EBA
Black with #DB4EBA
Text Example
Text Example
White with #DB4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EBA; }
p { color: rgb(219,78,186); }
H1.HeaderClassName
{
color: #DB4EBA;
}
.AnyTagClassName
{
color: #DB4EBA;
}
</style>
background-color css
<style>
a { background-color: #DB4EBA; }
a { background-color: rgb(219,78,186); }
div.DivClassName
{
background-color: #DB4EBA;
}
.BgClassName
{
background-color: #DB4EBA;
}
</style>
border-color css
<style>
span { border-color: #DB4EBA; }
span { border-color: rgb(219,78,186); }
td.TdClassName
{
border-color: #DB4EBA;
}
.TagClassName
{
border-color: #DB4EBA;
}
</style>