Shades of Fuchsia #DB4CB9
Tints of Fuchsia #DB4CB9
RGB
CMYK
RGB Variations
Color information
#DB4CB9 (or 0xDB4CB9) is known color: Fuchsia. HEX triplet: DB, 4C and B9. RGB value is (219,76,185). Sum of RGB (Red+Green+Blue) = 219+76+185=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CB9 is #24B346. Grayscale: #828282. Windows color (decimal): -2405191 or 12143835. OLE color: 12143835.
HSL color Cylindrical-coordinate representation of color #DB4CB9: hue angle of 314.27º degrees, saturation: 0.67, 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 #DB4CB9 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 185 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.14 |
| HSL | 314.27º | 0.67% | 0.58% | - |
| HSV(B) | 314.27º | 0.65% | 0.86% | - |
| XYZ | 40.55 | 23.73 | 48.34 | - |
| YUV | 131.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 185 | 0 | 0.65 | 0.16 | 0.14 | 314.27 | 0.67 | 0.58 |
| Hex | DB | 4C | B9 | 0 | 41 | 10 | E | 13A | 43 | 3A |
| Octal | 333 | 114 | 271 | 0 | 101 | 20 | 16 | 472 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10111001 | 0 | 1000001 | 10000 | 1110 | 100111010 | 1000011 | 111010 |
Color Harmonies of #DB4CB9
Complementary color
Monochromatic Colors of #DB4CB9
Black with #DB4CB9
Text Example
Text Example
White with #DB4CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CB9; }
p { color: rgb(219,76,185); }
H1.HeaderClassName
{
color: #DB4CB9;
}
.AnyTagClassName
{
color: #DB4CB9;
}
</style>
background-color css
<style>
a { background-color: #DB4CB9; }
a { background-color: rgb(219,76,185); }
div.DivClassName
{
background-color: #DB4CB9;
}
.BgClassName
{
background-color: #DB4CB9;
}
</style>
border-color css
<style>
span { border-color: #DB4CB9; }
span { border-color: rgb(219,76,185); }
td.TdClassName
{
border-color: #DB4CB9;
}
.TagClassName
{
border-color: #DB4CB9;
}
</style>