Shades of Fuchsia #DB4CB5
Tints of Fuchsia #DB4CB5
RGB
CMYK
RGB Variations
Color information
#DB4CB5 (or 0xDB4CB5) is known color: Fuchsia. HEX triplet: DB, 4C and B5. RGB value is (219,76,181). Sum of RGB (Red+Green+Blue) = 219+76+181=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CB5 is #24B34A. Grayscale: #828282. Windows color (decimal): -2405195 or 11881691. OLE color: 11881691.
HSL color Cylindrical-coordinate representation of color #DB4CB5: hue angle of 315.94º 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 #DB4CB5 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 181 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.14 |
| HSL | 315.94º | 0.67% | 0.58% | - |
| HSV(B) | 315.94º | 0.65% | 0.86% | - |
| XYZ | 40.14 | 23.57 | 46.15 | - |
| YUV | 130.73 | 156.38 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 181 | 0 | 0.65 | 0.17 | 0.14 | 315.94 | 0.67 | 0.58 |
| Hex | DB | 4C | B5 | 0 | 41 | 11 | E | 13C | 43 | 3A |
| Octal | 333 | 114 | 265 | 0 | 101 | 21 | 16 | 474 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10110101 | 0 | 1000001 | 10001 | 1110 | 100111100 | 1000011 | 111010 |
Color Harmonies of #DB4CB5
Complementary color
Monochromatic Colors of #DB4CB5
Black with #DB4CB5
Text Example
Text Example
White with #DB4CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CB5; }
p { color: rgb(219,76,181); }
H1.HeaderClassName
{
color: #DB4CB5;
}
.AnyTagClassName
{
color: #DB4CB5;
}
</style>
background-color css
<style>
a { background-color: #DB4CB5; }
a { background-color: rgb(219,76,181); }
div.DivClassName
{
background-color: #DB4CB5;
}
.BgClassName
{
background-color: #DB4CB5;
}
</style>
border-color css
<style>
span { border-color: #DB4CB5; }
span { border-color: rgb(219,76,181); }
td.TdClassName
{
border-color: #DB4CB5;
}
.TagClassName
{
border-color: #DB4CB5;
}
</style>