Shades of Fuchsia #DB49B3
Tints of Fuchsia #DB49B3
RGB
CMYK
RGB Variations
Color information
#DB49B3 (or 0xDB49B3) is known color: Fuchsia. HEX triplet: DB, 49 and B3. RGB value is (219,73,179). Sum of RGB (Red+Green+Blue) = 219+73+179=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49B3 is #24B64C. Grayscale: #808080. Windows color (decimal): -2405965 or 11749851. OLE color: 11749851.
HSL color Cylindrical-coordinate representation of color #DB49B3: hue angle of 316.44º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB49B3 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 179 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.14 |
| HSL | 316.44º | 0.67% | 0.57% | - |
| HSV(B) | 316.44º | 0.67% | 0.86% | - |
| XYZ | 39.73 | 23.08 | 45.01 | - |
| YUV | 128.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 179 | 0 | 0.67 | 0.18 | 0.14 | 316.44 | 0.67 | 0.57 |
| Hex | DB | 49 | B3 | 0 | 43 | 12 | E | 13C | 43 | 39 |
| Octal | 333 | 111 | 263 | 0 | 103 | 22 | 16 | 474 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10110011 | 0 | 1000011 | 10010 | 1110 | 100111100 | 1000011 | 111001 |
Color Harmonies of #DB49B3
Complementary color
Monochromatic Colors of #DB49B3
Black with #DB49B3
Text Example
Text Example
White with #DB49B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49B3; }
p { color: rgb(219,73,179); }
H1.HeaderClassName
{
color: #DB49B3;
}
.AnyTagClassName
{
color: #DB49B3;
}
</style>
background-color css
<style>
a { background-color: #DB49B3; }
a { background-color: rgb(219,73,179); }
div.DivClassName
{
background-color: #DB49B3;
}
.BgClassName
{
background-color: #DB49B3;
}
</style>
border-color css
<style>
span { border-color: #DB49B3; }
span { border-color: rgb(219,73,179); }
td.TdClassName
{
border-color: #DB49B3;
}
.TagClassName
{
border-color: #DB49B3;
}
</style>