Shades of Fuchsia #DC48BD
Tints of Fuchsia #DC48BD
RGB
CMYK
RGB Variations
Color information
#DC48BD (or 0xDC48BD) is known color: Fuchsia. HEX triplet: DC, 48 and BD. RGB value is (220,72,189). Sum of RGB (Red+Green+Blue) = 220+72+189=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC48BD is #23B742. Grayscale: #818181. Windows color (decimal): -2340675 or 12404956. OLE color: 12404956.
HSL color Cylindrical-coordinate representation of color #DC48BD: hue angle of 312.57º 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 #DC48BD is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 189 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.14 |
| HSL | 312.57º | 0.68% | 0.57% | - |
| HSV(B) | 312.57º | 0.67% | 0.86% | - |
| XYZ | 41.02 | 23.52 | 50.52 | - |
| YUV | 129.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 189 | 0 | 0.67 | 0.14 | 0.14 | 312.57 | 0.68 | 0.57 |
| Hex | DC | 48 | BD | 0 | 43 | E | E | 139 | 44 | 39 |
| Octal | 334 | 110 | 275 | 0 | 103 | 16 | 16 | 471 | 104 | 71 |
| Binary | 11011100 | 1001000 | 10111101 | 0 | 1000011 | 1110 | 1110 | 100111001 | 1000100 | 111001 |
Color Harmonies of #DC48BD
Complementary color
Monochromatic Colors of #DC48BD
Black with #DC48BD
Text Example
Text Example
White with #DC48BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC48BD; }
p { color: rgb(220,72,189); }
H1.HeaderClassName
{
color: #DC48BD;
}
.AnyTagClassName
{
color: #DC48BD;
}
</style>
background-color css
<style>
a { background-color: #DC48BD; }
a { background-color: rgb(220,72,189); }
div.DivClassName
{
background-color: #DC48BD;
}
.BgClassName
{
background-color: #DC48BD;
}
</style>
border-color css
<style>
span { border-color: #DC48BD; }
span { border-color: rgb(220,72,189); }
td.TdClassName
{
border-color: #DC48BD;
}
.TagClassName
{
border-color: #DC48BD;
}
</style>