Shades of Fuchsia #DB49BC
Tints of Fuchsia #DB49BC
RGB
CMYK
RGB Variations
Color information
#DB49BC (or 0xDB49BC) is known color: Fuchsia. HEX triplet: DB, 49 and BC. RGB value is (219,73,188). Sum of RGB (Red+Green+Blue) = 219+73+188=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49BC is #24B643. Grayscale: #818181. Windows color (decimal): -2405956 or 12339675. OLE color: 12339675.
HSL color Cylindrical-coordinate representation of color #DB49BC: hue angle of 312.74º 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 #DB49BC is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 188 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.14 |
| HSL | 312.74º | 0.67% | 0.57% | - |
| HSV(B) | 312.74º | 0.67% | 0.86% | - |
| XYZ | 40.67 | 23.46 | 49.96 | - |
| YUV | 129.76 | 160.87 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 188 | 0 | 0.67 | 0.14 | 0.14 | 312.74 | 0.67 | 0.57 |
| Hex | DB | 49 | BC | 0 | 43 | E | E | 139 | 43 | 39 |
| Octal | 333 | 111 | 274 | 0 | 103 | 16 | 16 | 471 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10111100 | 0 | 1000011 | 1110 | 1110 | 100111001 | 1000011 | 111001 |
Color Harmonies of #DB49BC
Complementary color
Monochromatic Colors of #DB49BC
Black with #DB49BC
Text Example
Text Example
White with #DB49BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49BC; }
p { color: rgb(219,73,188); }
H1.HeaderClassName
{
color: #DB49BC;
}
.AnyTagClassName
{
color: #DB49BC;
}
</style>
background-color css
<style>
a { background-color: #DB49BC; }
a { background-color: rgb(219,73,188); }
div.DivClassName
{
background-color: #DB49BC;
}
.BgClassName
{
background-color: #DB49BC;
}
</style>
border-color css
<style>
span { border-color: #DB49BC; }
span { border-color: rgb(219,73,188); }
td.TdClassName
{
border-color: #DB49BC;
}
.TagClassName
{
border-color: #DB49BC;
}
</style>