Shades of Fuchsia #DB4CB1
Tints of Fuchsia #DB4CB1
RGB
CMYK
RGB Variations
Color information
#DB4CB1 (or 0xDB4CB1) is known color: Fuchsia. HEX triplet: DB, 4C and B1. RGB value is (219,76,177). Sum of RGB (Red+Green+Blue) = 219+76+177=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4CB1 is #24B34E. Grayscale: #828282. Windows color (decimal): -2405199 or 11619547. OLE color: 11619547.
HSL color Cylindrical-coordinate representation of color #DB4CB1: hue angle of 317.62º 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 #DB4CB1 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 177 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.14 |
| HSL | 317.62º | 0.67% | 0.58% | - |
| HSV(B) | 317.62º | 0.65% | 0.86% | - |
| XYZ | 39.73 | 23.4 | 44.02 | - |
| YUV | 130.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 177 | 0 | 0.65 | 0.19 | 0.14 | 317.62 | 0.67 | 0.58 |
| Hex | DB | 4C | B1 | 0 | 41 | 13 | E | 13E | 43 | 3A |
| Octal | 333 | 114 | 261 | 0 | 101 | 23 | 16 | 476 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10110001 | 0 | 1000001 | 10011 | 1110 | 100111110 | 1000011 | 111010 |
Color Harmonies of #DB4CB1
Complementary color
Monochromatic Colors of #DB4CB1
Black with #DB4CB1
Text Example
Text Example
White with #DB4CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CB1; }
p { color: rgb(219,76,177); }
H1.HeaderClassName
{
color: #DB4CB1;
}
.AnyTagClassName
{
color: #DB4CB1;
}
</style>
background-color css
<style>
a { background-color: #DB4CB1; }
a { background-color: rgb(219,76,177); }
div.DivClassName
{
background-color: #DB4CB1;
}
.BgClassName
{
background-color: #DB4CB1;
}
</style>
border-color css
<style>
span { border-color: #DB4CB1; }
span { border-color: rgb(219,76,177); }
td.TdClassName
{
border-color: #DB4CB1;
}
.TagClassName
{
border-color: #DB4CB1;
}
</style>