Shades of Fuchsia #DC4AB0
Tints of Fuchsia #DC4AB0
RGB
CMYK
RGB Variations
Color information
#DC4AB0 (or 0xDC4AB0) is known color: Fuchsia. HEX triplet: DC, 4A and B0. RGB value is (220,74,176). Sum of RGB (Red+Green+Blue) = 220+74+176=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4AB0 is #23B54F. Grayscale: #818181. Windows color (decimal): -2340176 or 11553500. OLE color: 11553500.
HSL color Cylindrical-coordinate representation of color #DC4AB0: hue angle of 318.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4AB0 is Cyan = 0, Magento = 0.66, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 176 | - |
| CMYK | 0 | 0.66 | 0.2 | 0.14 |
| HSL | 318.08º | 0.68% | 0.58% | - |
| HSV(B) | 318.08º | 0.66% | 0.86% | - |
| XYZ | 39.8 | 23.25 | 43.46 | - |
| YUV | 129.28 | 154.37 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 176 | 0 | 0.66 | 0.2 | 0.14 | 318.08 | 0.68 | 0.58 |
| Hex | DC | 4A | B0 | 0 | 42 | 14 | E | 13E | 44 | 3A |
| Octal | 334 | 112 | 260 | 0 | 102 | 24 | 16 | 476 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10110000 | 0 | 1000010 | 10100 | 1110 | 100111110 | 1000100 | 111010 |
Color Harmonies of #DC4AB0
Complementary color
Monochromatic Colors of #DC4AB0
Black with #DC4AB0
Text Example
Text Example
White with #DC4AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AB0; }
p { color: rgb(220,74,176); }
H1.HeaderClassName
{
color: #DC4AB0;
}
.AnyTagClassName
{
color: #DC4AB0;
}
</style>
background-color css
<style>
a { background-color: #DC4AB0; }
a { background-color: rgb(220,74,176); }
div.DivClassName
{
background-color: #DC4AB0;
}
.BgClassName
{
background-color: #DC4AB0;
}
</style>
border-color css
<style>
span { border-color: #DC4AB0; }
span { border-color: rgb(220,74,176); }
td.TdClassName
{
border-color: #DC4AB0;
}
.TagClassName
{
border-color: #DC4AB0;
}
</style>