Shades of Fuchsia #DC49B7
Tints of Fuchsia #DC49B7
RGB
CMYK
RGB Variations
Color information
#DC49B7 (or 0xDC49B7) is known color: Fuchsia. HEX triplet: DC, 49 and B7. RGB value is (220,73,183). Sum of RGB (Red+Green+Blue) = 220+73+183=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49B7 is #23B648. Grayscale: #818181. Windows color (decimal): -2340425 or 12011996. OLE color: 12011996.
HSL color Cylindrical-coordinate representation of color #DC49B7: hue angle of 315.1º 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 #DC49B7 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 183 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.14 |
| HSL | 315.1º | 0.68% | 0.57% | - |
| HSV(B) | 315.1º | 0.67% | 0.86% | - |
| XYZ | 40.44 | 23.4 | 47.18 | - |
| YUV | 129.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 183 | 0 | 0.67 | 0.17 | 0.14 | 315.1 | 0.68 | 0.57 |
| Hex | DC | 49 | B7 | 0 | 43 | 11 | E | 13B | 44 | 39 |
| Octal | 334 | 111 | 267 | 0 | 103 | 21 | 16 | 473 | 104 | 71 |
| Binary | 11011100 | 1001001 | 10110111 | 0 | 1000011 | 10001 | 1110 | 100111011 | 1000100 | 111001 |
Color Harmonies of #DC49B7
Complementary color
Monochromatic Colors of #DC49B7
Black with #DC49B7
Text Example
Text Example
White with #DC49B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49B7; }
p { color: rgb(220,73,183); }
H1.HeaderClassName
{
color: #DC49B7;
}
.AnyTagClassName
{
color: #DC49B7;
}
</style>
background-color css
<style>
a { background-color: #DC49B7; }
a { background-color: rgb(220,73,183); }
div.DivClassName
{
background-color: #DC49B7;
}
.BgClassName
{
background-color: #DC49B7;
}
</style>
border-color css
<style>
span { border-color: #DC49B7; }
span { border-color: rgb(220,73,183); }
td.TdClassName
{
border-color: #DC49B7;
}
.TagClassName
{
border-color: #DC49B7;
}
</style>