Shades of Fuchsia #DB4DB8
Tints of Fuchsia #DB4DB8
RGB
CMYK
RGB Variations
Color information
#DB4DB8 (or 0xDB4DB8) is known color: Fuchsia. HEX triplet: DB, 4D and B8. RGB value is (219,77,184). Sum of RGB (Red+Green+Blue) = 219+77+184=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DB8 is #24B247. Grayscale: #838383. Windows color (decimal): -2404936 or 12078555. OLE color: 12078555.
HSL color Cylindrical-coordinate representation of color #DB4DB8: hue angle of 314.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4DB8 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 184 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.14 |
| HSL | 314.79º | 0.66% | 0.58% | - |
| HSV(B) | 314.79º | 0.65% | 0.86% | - |
| XYZ | 40.52 | 23.83 | 47.81 | - |
| YUV | 131.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 184 | 0 | 0.65 | 0.16 | 0.14 | 314.79 | 0.66 | 0.58 |
| Hex | DB | 4D | B8 | 0 | 41 | 10 | E | 13B | 42 | 3A |
| Octal | 333 | 115 | 270 | 0 | 101 | 20 | 16 | 473 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10111000 | 0 | 1000001 | 10000 | 1110 | 100111011 | 1000010 | 111010 |
Color Harmonies of #DB4DB8
Complementary color
Monochromatic Colors of #DB4DB8
Black with #DB4DB8
Text Example
Text Example
White with #DB4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DB8; }
p { color: rgb(219,77,184); }
H1.HeaderClassName
{
color: #DB4DB8;
}
.AnyTagClassName
{
color: #DB4DB8;
}
</style>
background-color css
<style>
a { background-color: #DB4DB8; }
a { background-color: rgb(219,77,184); }
div.DivClassName
{
background-color: #DB4DB8;
}
.BgClassName
{
background-color: #DB4DB8;
}
</style>
border-color css
<style>
span { border-color: #DB4DB8; }
span { border-color: rgb(219,77,184); }
td.TdClassName
{
border-color: #DB4DB8;
}
.TagClassName
{
border-color: #DB4DB8;
}
</style>