Shades of Fuchsia #DC48BA
Tints of Fuchsia #DC48BA
RGB
CMYK
RGB Variations
Color information
#DC48BA (or 0xDC48BA) is known color: Fuchsia. HEX triplet: DC, 48 and BA. RGB value is (220,72,186). Sum of RGB (Red+Green+Blue) = 220+72+186=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC48BA is #23B745. Grayscale: #808080. Windows color (decimal): -2340678 or 12208348. OLE color: 12208348.
HSL color Cylindrical-coordinate representation of color #DC48BA: hue angle of 313.78º 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 #DC48BA is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 186 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.14 |
| HSL | 313.78º | 0.68% | 0.57% | - |
| HSV(B) | 313.78º | 0.67% | 0.86% | - |
| XYZ | 40.7 | 23.4 | 48.83 | - |
| YUV | 129.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 186 | 0 | 0.67 | 0.15 | 0.14 | 313.78 | 0.68 | 0.57 |
| Hex | DC | 48 | BA | 0 | 43 | F | E | 13A | 44 | 39 |
| Octal | 334 | 110 | 272 | 0 | 103 | 17 | 16 | 472 | 104 | 71 |
| Binary | 11011100 | 1001000 | 10111010 | 0 | 1000011 | 1111 | 1110 | 100111010 | 1000100 | 111001 |
Color Harmonies of #DC48BA
Complementary color
Monochromatic Colors of #DC48BA
Black with #DC48BA
Text Example
Text Example
White with #DC48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC48BA; }
p { color: rgb(220,72,186); }
H1.HeaderClassName
{
color: #DC48BA;
}
.AnyTagClassName
{
color: #DC48BA;
}
</style>
background-color css
<style>
a { background-color: #DC48BA; }
a { background-color: rgb(220,72,186); }
div.DivClassName
{
background-color: #DC48BA;
}
.BgClassName
{
background-color: #DC48BA;
}
</style>
border-color css
<style>
span { border-color: #DC48BA; }
span { border-color: rgb(220,72,186); }
td.TdClassName
{
border-color: #DC48BA;
}
.TagClassName
{
border-color: #DC48BA;
}
</style>