Shades of Fuchsia #DB4EBD
Tints of Fuchsia #DB4EBD
RGB
CMYK
RGB Variations
Color information
#DB4EBD (or 0xDB4EBD) is known color: Fuchsia. HEX triplet: DB, 4E and BD. RGB value is (219,78,189). Sum of RGB (Red+Green+Blue) = 219+78+189=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EBD is #24B142. Grayscale: #848484. Windows color (decimal): -2404675 or 12406491. OLE color: 12406491.
HSL color Cylindrical-coordinate representation of color #DB4EBD: hue angle of 312.77º 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 #DB4EBD is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 189 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.14 |
| HSL | 312.77º | 0.66% | 0.58% | - |
| HSV(B) | 312.77º | 0.64% | 0.86% | - |
| XYZ | 41.12 | 24.18 | 50.64 | - |
| YUV | 132.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 189 | 0 | 0.64 | 0.14 | 0.14 | 312.77 | 0.66 | 0.58 |
| Hex | DB | 4E | BD | 0 | 40 | E | E | 139 | 42 | 3A |
| Octal | 333 | 116 | 275 | 0 | 100 | 16 | 16 | 471 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10111101 | 0 | 1000000 | 1110 | 1110 | 100111001 | 1000010 | 111010 |
Color Harmonies of #DB4EBD
Complementary color
Monochromatic Colors of #DB4EBD
Black with #DB4EBD
Text Example
Text Example
White with #DB4EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EBD; }
p { color: rgb(219,78,189); }
H1.HeaderClassName
{
color: #DB4EBD;
}
.AnyTagClassName
{
color: #DB4EBD;
}
</style>
background-color css
<style>
a { background-color: #DB4EBD; }
a { background-color: rgb(219,78,189); }
div.DivClassName
{
background-color: #DB4EBD;
}
.BgClassName
{
background-color: #DB4EBD;
}
</style>
border-color css
<style>
span { border-color: #DB4EBD; }
span { border-color: rgb(219,78,189); }
td.TdClassName
{
border-color: #DB4EBD;
}
.TagClassName
{
border-color: #DB4EBD;
}
</style>