Shades of Fuchsia #DC4AB4
Tints of Fuchsia #DC4AB4
RGB
CMYK
RGB Variations
Color information
#DC4AB4 (or 0xDC4AB4) is known color: Fuchsia. HEX triplet: DC, 4A and B4. RGB value is (220,74,180). Sum of RGB (Red+Green+Blue) = 220+74+180=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4AB4 is #23B54B. Grayscale: #818181. Windows color (decimal): -2340172 or 11815644. OLE color: 11815644.
HSL color Cylindrical-coordinate representation of color #DC4AB4: hue angle of 316.44º 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 #DC4AB4 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 180 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.14 |
| HSL | 316.44º | 0.68% | 0.58% | - |
| HSV(B) | 316.44º | 0.66% | 0.86% | - |
| XYZ | 40.2 | 23.41 | 45.58 | - |
| YUV | 129.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 180 | 0 | 0.66 | 0.18 | 0.14 | 316.44 | 0.68 | 0.58 |
| Hex | DC | 4A | B4 | 0 | 42 | 12 | E | 13C | 44 | 3A |
| Octal | 334 | 112 | 264 | 0 | 102 | 22 | 16 | 474 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10110100 | 0 | 1000010 | 10010 | 1110 | 100111100 | 1000100 | 111010 |
Color Harmonies of #DC4AB4
Complementary color
Monochromatic Colors of #DC4AB4
Black with #DC4AB4
Text Example
Text Example
White with #DC4AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AB4; }
p { color: rgb(220,74,180); }
H1.HeaderClassName
{
color: #DC4AB4;
}
.AnyTagClassName
{
color: #DC4AB4;
}
</style>
background-color css
<style>
a { background-color: #DC4AB4; }
a { background-color: rgb(220,74,180); }
div.DivClassName
{
background-color: #DC4AB4;
}
.BgClassName
{
background-color: #DC4AB4;
}
</style>
border-color css
<style>
span { border-color: #DC4AB4; }
span { border-color: rgb(220,74,180); }
td.TdClassName
{
border-color: #DC4AB4;
}
.TagClassName
{
border-color: #DC4AB4;
}
</style>