Shades of Fuchsia #DC4AB2
Tints of Fuchsia #DC4AB2
RGB
CMYK
RGB Variations
Color information
#DC4AB2 (or 0xDC4AB2) is known color: Fuchsia. HEX triplet: DC, 4A and B2. RGB value is (220,74,178). Sum of RGB (Red+Green+Blue) = 220+74+178=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4AB2 is #23B54D. Grayscale: #818181. Windows color (decimal): -2340174 or 11684572. OLE color: 11684572.
HSL color Cylindrical-coordinate representation of color #DC4AB2: hue angle of 317.26º 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 #DC4AB2 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 178 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.14 |
| HSL | 317.26º | 0.68% | 0.58% | - |
| HSV(B) | 317.26º | 0.66% | 0.86% | - |
| XYZ | 40 | 23.33 | 44.51 | - |
| YUV | 129.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 178 | 0 | 0.66 | 0.19 | 0.14 | 317.26 | 0.68 | 0.58 |
| Hex | DC | 4A | B2 | 0 | 42 | 13 | E | 13D | 44 | 3A |
| Octal | 334 | 112 | 262 | 0 | 102 | 23 | 16 | 475 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10110010 | 0 | 1000010 | 10011 | 1110 | 100111101 | 1000100 | 111010 |
Color Harmonies of #DC4AB2
Complementary color
Monochromatic Colors of #DC4AB2
Black with #DC4AB2
Text Example
Text Example
White with #DC4AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AB2; }
p { color: rgb(220,74,178); }
H1.HeaderClassName
{
color: #DC4AB2;
}
.AnyTagClassName
{
color: #DC4AB2;
}
</style>
background-color css
<style>
a { background-color: #DC4AB2; }
a { background-color: rgb(220,74,178); }
div.DivClassName
{
background-color: #DC4AB2;
}
.BgClassName
{
background-color: #DC4AB2;
}
</style>
border-color css
<style>
span { border-color: #DC4AB2; }
span { border-color: rgb(220,74,178); }
td.TdClassName
{
border-color: #DC4AB2;
}
.TagClassName
{
border-color: #DC4AB2;
}
</style>