Shades of Fuchsia #DC49B0
Tints of Fuchsia #DC49B0
RGB
CMYK
RGB Variations
Color information
#DC49B0 (or 0xDC49B0) is known color: Fuchsia. HEX triplet: DC, 49 and B0. RGB value is (220,73,176). Sum of RGB (Red+Green+Blue) = 220+73+176=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC49B0 is #23B64F. Grayscale: #808080. Windows color (decimal): -2340432 or 11553244. OLE color: 11553244.
HSL color Cylindrical-coordinate representation of color #DC49B0: hue angle of 317.96º degrees, saturation: 0.68, 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 #DC49B0 is Cyan = 0, Magento = 0.67, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 176 | - |
| CMYK | 0 | 0.67 | 0.2 | 0.14 |
| HSL | 317.96º | 0.68% | 0.57% | - |
| HSV(B) | 317.96º | 0.67% | 0.86% | - |
| XYZ | 39.73 | 23.12 | 43.44 | - |
| YUV | 128.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 176 | 0 | 0.67 | 0.2 | 0.14 | 317.96 | 0.68 | 0.57 |
| Hex | DC | 49 | B0 | 0 | 43 | 14 | E | 13E | 44 | 39 |
| Octal | 334 | 111 | 260 | 0 | 103 | 24 | 16 | 476 | 104 | 71 |
| Binary | 11011100 | 1001001 | 10110000 | 0 | 1000011 | 10100 | 1110 | 100111110 | 1000100 | 111001 |
Color Harmonies of #DC49B0
Complementary color
Monochromatic Colors of #DC49B0
Black with #DC49B0
Text Example
Text Example
White with #DC49B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49B0; }
p { color: rgb(220,73,176); }
H1.HeaderClassName
{
color: #DC49B0;
}
.AnyTagClassName
{
color: #DC49B0;
}
</style>
background-color css
<style>
a { background-color: #DC49B0; }
a { background-color: rgb(220,73,176); }
div.DivClassName
{
background-color: #DC49B0;
}
.BgClassName
{
background-color: #DC49B0;
}
</style>
border-color css
<style>
span { border-color: #DC49B0; }
span { border-color: rgb(220,73,176); }
td.TdClassName
{
border-color: #DC49B0;
}
.TagClassName
{
border-color: #DC49B0;
}
</style>