Shades of Fuchsia #DC48B1
Tints of Fuchsia #DC48B1
RGB
CMYK
RGB Variations
Color information
#DC48B1 (or 0xDC48B1) is known color: Fuchsia. HEX triplet: DC, 48 and B1. RGB value is (220,72,177). Sum of RGB (Red+Green+Blue) = 220+72+177=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC48B1 is #23B74E. Grayscale: #7F7F7F. Windows color (decimal): -2340687 or 11618524. OLE color: 11618524.
HSL color Cylindrical-coordinate representation of color #DC48B1: hue angle of 317.43º 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 #DC48B1 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 177 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.14 |
| HSL | 317.43º | 0.68% | 0.57% | - |
| HSV(B) | 317.43º | 0.67% | 0.86% | - |
| XYZ | 39.77 | 23.02 | 43.94 | - |
| YUV | 128.22 | 155.53 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 177 | 0 | 0.67 | 0.20 | 0.14 | 317.43 | 0.68 | 0.57 |
| Hex | DC | 48 | B1 | 0 | 43 | 14 | E | 13D | 44 | 39 |
| Octal | 334 | 110 | 261 | 0 | 103 | 24 | 16 | 475 | 104 | 71 |
| Binary | 11011100 | 1001000 | 10110001 | 0 | 1000011 | 10100 | 1110 | 100111101 | 1000100 | 111001 |
Color Harmonies of #DC48B1
Complementary color
Monochromatic Colors of #DC48B1
Black with #DC48B1
Text Example
Text Example
White with #DC48B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC48B1; }
p { color: rgb(220,72,177); }
H1.HeaderClassName
{
color: #DC48B1;
}
.AnyTagClassName
{
color: #DC48B1;
}
</style>
background-color css
<style>
a { background-color: #DC48B1; }
a { background-color: rgb(220,72,177); }
div.DivClassName
{
background-color: #DC48B1;
}
.BgClassName
{
background-color: #DC48B1;
}
</style>
border-color css
<style>
span { border-color: #DC48B1; }
span { border-color: rgb(220,72,177); }
td.TdClassName
{
border-color: #DC48B1;
}
.TagClassName
{
border-color: #DC48B1;
}
</style>