Shades of Fuchsia #DB44B0
Tints of Fuchsia #DB44B0
RGB
CMYK
RGB Variations
Color information
#DB44B0 (or 0xDB44B0) is known color: Fuchsia. HEX triplet: DB, 44 and B0. RGB value is (219,68,176). Sum of RGB (Red+Green+Blue) = 219+68+176=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB44B0 is #24BB4F. Grayscale: #7D7D7D. Windows color (decimal): -2407248 or 11551963. OLE color: 11551963.
HSL color Cylindrical-coordinate representation of color #DB44B0: hue angle of 317.09º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB44B0 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 176 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.14 |
| HSL | 317.09º | 0.68% | 0.56% | - |
| HSV(B) | 317.09º | 0.69% | 0.86% | - |
| XYZ | 39.12 | 22.33 | 43.32 | - |
| YUV | 125.46 | 156.53 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 176 | 0 | 0.69 | 0.20 | 0.14 | 317.09 | 0.68 | 0.56 |
| Hex | DB | 44 | B0 | 0 | 45 | 14 | E | 13D | 44 | 38 |
| Octal | 333 | 104 | 260 | 0 | 105 | 24 | 16 | 475 | 104 | 70 |
| Binary | 11011011 | 1000100 | 10110000 | 0 | 1000101 | 10100 | 1110 | 100111101 | 1000100 | 111000 |
Color Harmonies of #DB44B0
Complementary color
Monochromatic Colors of #DB44B0
Black with #DB44B0
Text Example
Text Example
White with #DB44B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44B0; }
p { color: rgb(219,68,176); }
H1.HeaderClassName
{
color: #DB44B0;
}
.AnyTagClassName
{
color: #DB44B0;
}
</style>
background-color css
<style>
a { background-color: #DB44B0; }
a { background-color: rgb(219,68,176); }
div.DivClassName
{
background-color: #DB44B0;
}
.BgClassName
{
background-color: #DB44B0;
}
</style>
border-color css
<style>
span { border-color: #DB44B0; }
span { border-color: rgb(219,68,176); }
td.TdClassName
{
border-color: #DB44B0;
}
.TagClassName
{
border-color: #DB44B0;
}
</style>