Shades of Fuchsia #DC48BC
Tints of Fuchsia #DC48BC
RGB
CMYK
RGB Variations
Color information
#DC48BC (or 0xDC48BC) is known color: Fuchsia. HEX triplet: DC, 48 and BC. RGB value is (220,72,188). Sum of RGB (Red+Green+Blue) = 220+72+188=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC48BC is #23B743. Grayscale: #818181. Windows color (decimal): -2340676 or 12339420. OLE color: 12339420.
HSL color Cylindrical-coordinate representation of color #DC48BC: hue angle of 312.97º 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 #DC48BC is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 188 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.14 |
| HSL | 312.97º | 0.68% | 0.57% | - |
| HSV(B) | 312.97º | 0.67% | 0.86% | - |
| XYZ | 40.91 | 23.48 | 49.95 | - |
| YUV | 129.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 188 | 0 | 0.67 | 0.15 | 0.14 | 312.97 | 0.68 | 0.57 |
| Hex | DC | 48 | BC | 0 | 43 | F | E | 139 | 44 | 39 |
| Octal | 334 | 110 | 274 | 0 | 103 | 17 | 16 | 471 | 104 | 71 |
| Binary | 11011100 | 1001000 | 10111100 | 0 | 1000011 | 1111 | 1110 | 100111001 | 1000100 | 111001 |
Color Harmonies of #DC48BC
Complementary color
Monochromatic Colors of #DC48BC
Black with #DC48BC
Text Example
Text Example
White with #DC48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC48BC; }
p { color: rgb(220,72,188); }
H1.HeaderClassName
{
color: #DC48BC;
}
.AnyTagClassName
{
color: #DC48BC;
}
</style>
background-color css
<style>
a { background-color: #DC48BC; }
a { background-color: rgb(220,72,188); }
div.DivClassName
{
background-color: #DC48BC;
}
.BgClassName
{
background-color: #DC48BC;
}
</style>
border-color css
<style>
span { border-color: #DC48BC; }
span { border-color: rgb(220,72,188); }
td.TdClassName
{
border-color: #DC48BC;
}
.TagClassName
{
border-color: #DC48BC;
}
</style>