Shades of Fuchsia #DC49B8
Tints of Fuchsia #DC49B8
RGB
CMYK
RGB Variations
Color information
#DC49B8 (or 0xDC49B8) is known color: Fuchsia. HEX triplet: DC, 49 and B8. RGB value is (220,73,184). Sum of RGB (Red+Green+Blue) = 220+73+184=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49B8 is #23B647. Grayscale: #818181. Windows color (decimal): -2340424 or 12077532. OLE color: 12077532.
HSL color Cylindrical-coordinate representation of color #DC49B8: hue angle of 314.69º 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 #DC49B8 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 184 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.14 |
| HSL | 314.69º | 0.68% | 0.57% | - |
| HSV(B) | 314.69º | 0.67% | 0.86% | - |
| XYZ | 40.55 | 23.44 | 47.73 | - |
| YUV | 129.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 184 | 0 | 0.67 | 0.16 | 0.14 | 314.69 | 0.68 | 0.57 |
| Hex | DC | 49 | B8 | 0 | 43 | 10 | E | 13B | 44 | 39 |
| Octal | 334 | 111 | 270 | 0 | 103 | 20 | 16 | 473 | 104 | 71 |
| Binary | 11011100 | 1001001 | 10111000 | 0 | 1000011 | 10000 | 1110 | 100111011 | 1000100 | 111001 |
Color Harmonies of #DC49B8
Complementary color
Monochromatic Colors of #DC49B8
Black with #DC49B8
Text Example
Text Example
White with #DC49B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49B8; }
p { color: rgb(220,73,184); }
H1.HeaderClassName
{
color: #DC49B8;
}
.AnyTagClassName
{
color: #DC49B8;
}
</style>
background-color css
<style>
a { background-color: #DC49B8; }
a { background-color: rgb(220,73,184); }
div.DivClassName
{
background-color: #DC49B8;
}
.BgClassName
{
background-color: #DC49B8;
}
</style>
border-color css
<style>
span { border-color: #DC49B8; }
span { border-color: rgb(220,73,184); }
td.TdClassName
{
border-color: #DC49B8;
}
.TagClassName
{
border-color: #DC49B8;
}
</style>