Shades of Fuchsia #DC4DB8
Tints of Fuchsia #DC4DB8
RGB
CMYK
RGB Variations
Color information
#DC4DB8 (or 0xDC4DB8) is known color: Fuchsia. HEX triplet: DC, 4D and B8. RGB value is (220,77,184). Sum of RGB (Red+Green+Blue) = 220+77+184=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DB8 is #23B247. Grayscale: #838383. Windows color (decimal): -2339400 or 12078556. OLE color: 12078556.
HSL color Cylindrical-coordinate representation of color #DC4DB8: hue angle of 315.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4DB8 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 184 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.14 |
| HSL | 315.1º | 0.67% | 0.58% | - |
| HSV(B) | 315.1º | 0.65% | 0.86% | - |
| XYZ | 40.82 | 23.98 | 47.83 | - |
| YUV | 131.96 | 157.38 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 184 | 0 | 0.65 | 0.16 | 0.14 | 315.1 | 0.67 | 0.58 |
| Hex | DC | 4D | B8 | 0 | 41 | 10 | E | 13B | 43 | 3A |
| Octal | 334 | 115 | 270 | 0 | 101 | 20 | 16 | 473 | 103 | 72 |
| Binary | 11011100 | 1001101 | 10111000 | 0 | 1000001 | 10000 | 1110 | 100111011 | 1000011 | 111010 |
Color Harmonies of #DC4DB8
Complementary color
Monochromatic Colors of #DC4DB8
Black with #DC4DB8
Text Example
Text Example
White with #DC4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DB8; }
p { color: rgb(220,77,184); }
H1.HeaderClassName
{
color: #DC4DB8;
}
.AnyTagClassName
{
color: #DC4DB8;
}
</style>
background-color css
<style>
a { background-color: #DC4DB8; }
a { background-color: rgb(220,77,184); }
div.DivClassName
{
background-color: #DC4DB8;
}
.BgClassName
{
background-color: #DC4DB8;
}
</style>
border-color css
<style>
span { border-color: #DC4DB8; }
span { border-color: rgb(220,77,184); }
td.TdClassName
{
border-color: #DC4DB8;
}
.TagClassName
{
border-color: #DC4DB8;
}
</style>