Shades of Fuchsia #DB44BA
Tints of Fuchsia #DB44BA
RGB
CMYK
RGB Variations
Color information
#DB44BA (or 0xDB44BA) is known color: Fuchsia. HEX triplet: DB, 44 and BA. RGB value is (219,68,186). Sum of RGB (Red+Green+Blue) = 219+68+186=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB44BA is #24BB45. Grayscale: #7E7E7E. Windows color (decimal): -2407238 or 12207323. OLE color: 12207323.
HSL color Cylindrical-coordinate representation of color #DB44BA: hue angle of 313.11º 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 #DB44BA is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 186 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.14 |
| HSL | 313.11º | 0.68% | 0.56% | - |
| HSV(B) | 313.11º | 0.69% | 0.86% | - |
| XYZ | 40.14 | 22.74 | 48.73 | - |
| YUV | 126.6 | 161.53 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 186 | 0 | 0.69 | 0.15 | 0.14 | 313.11 | 0.68 | 0.56 |
| Hex | DB | 44 | BA | 0 | 45 | F | E | 139 | 44 | 38 |
| Octal | 333 | 104 | 272 | 0 | 105 | 17 | 16 | 471 | 104 | 70 |
| Binary | 11011011 | 1000100 | 10111010 | 0 | 1000101 | 1111 | 1110 | 100111001 | 1000100 | 111000 |
Color Harmonies of #DB44BA
Complementary color
Monochromatic Colors of #DB44BA
Black with #DB44BA
Text Example
Text Example
White with #DB44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44BA; }
p { color: rgb(219,68,186); }
H1.HeaderClassName
{
color: #DB44BA;
}
.AnyTagClassName
{
color: #DB44BA;
}
</style>
background-color css
<style>
a { background-color: #DB44BA; }
a { background-color: rgb(219,68,186); }
div.DivClassName
{
background-color: #DB44BA;
}
.BgClassName
{
background-color: #DB44BA;
}
</style>
border-color css
<style>
span { border-color: #DB44BA; }
span { border-color: rgb(219,68,186); }
td.TdClassName
{
border-color: #DB44BA;
}
.TagClassName
{
border-color: #DB44BA;
}
</style>