Shades of Fuchsia #DB4CBA
Tints of Fuchsia #DB4CBA
RGB
CMYK
RGB Variations
Color information
#DB4CBA (or 0xDB4CBA) is known color: Fuchsia. HEX triplet: DB, 4C and BA. RGB value is (219,76,186). Sum of RGB (Red+Green+Blue) = 219+76+186=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CBA is #24B345. Grayscale: #838383. Windows color (decimal): -2405190 or 12209371. OLE color: 12209371.
HSL color Cylindrical-coordinate representation of color #DB4CBA: hue angle of 313.85º 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 #DB4CBA is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 186 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.14 |
| HSL | 313.85º | 0.67% | 0.58% | - |
| HSV(B) | 313.85º | 0.65% | 0.86% | - |
| XYZ | 40.66 | 23.77 | 48.9 | - |
| YUV | 131.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 186 | 0 | 0.65 | 0.15 | 0.14 | 313.85 | 0.67 | 0.58 |
| Hex | DB | 4C | BA | 0 | 41 | F | E | 13A | 43 | 3A |
| Octal | 333 | 114 | 272 | 0 | 101 | 17 | 16 | 472 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10111010 | 0 | 1000001 | 1111 | 1110 | 100111010 | 1000011 | 111010 |
Color Harmonies of #DB4CBA
Complementary color
Monochromatic Colors of #DB4CBA
Black with #DB4CBA
Text Example
Text Example
White with #DB4CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CBA; }
p { color: rgb(219,76,186); }
H1.HeaderClassName
{
color: #DB4CBA;
}
.AnyTagClassName
{
color: #DB4CBA;
}
</style>
background-color css
<style>
a { background-color: #DB4CBA; }
a { background-color: rgb(219,76,186); }
div.DivClassName
{
background-color: #DB4CBA;
}
.BgClassName
{
background-color: #DB4CBA;
}
</style>
border-color css
<style>
span { border-color: #DB4CBA; }
span { border-color: rgb(219,76,186); }
td.TdClassName
{
border-color: #DB4CBA;
}
.TagClassName
{
border-color: #DB4CBA;
}
</style>