Shades of Fuchsia #DC4AB6
Tints of Fuchsia #DC4AB6
RGB
CMYK
RGB Variations
Color information
#DC4AB6 (or 0xDC4AB6) is known color: Fuchsia. HEX triplet: DC, 4A and B6. RGB value is (220,74,182). Sum of RGB (Red+Green+Blue) = 220+74+182=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4AB6 is #23B549. Grayscale: #818181. Windows color (decimal): -2340170 or 11946716. OLE color: 11946716.
HSL color Cylindrical-coordinate representation of color #DC4AB6: hue angle of 315.62º 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 #DC4AB6 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 182 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.14 |
| HSL | 315.62º | 0.68% | 0.58% | - |
| HSV(B) | 315.62º | 0.66% | 0.86% | - |
| XYZ | 40.41 | 23.49 | 46.66 | - |
| YUV | 129.97 | 157.37 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 182 | 0 | 0.66 | 0.17 | 0.14 | 315.62 | 0.68 | 0.58 |
| Hex | DC | 4A | B6 | 0 | 42 | 11 | E | 13C | 44 | 3A |
| Octal | 334 | 112 | 266 | 0 | 102 | 21 | 16 | 474 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10110110 | 0 | 1000010 | 10001 | 1110 | 100111100 | 1000100 | 111010 |
Color Harmonies of #DC4AB6
Complementary color
Monochromatic Colors of #DC4AB6
Black with #DC4AB6
Text Example
Text Example
White with #DC4AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AB6; }
p { color: rgb(220,74,182); }
H1.HeaderClassName
{
color: #DC4AB6;
}
.AnyTagClassName
{
color: #DC4AB6;
}
</style>
background-color css
<style>
a { background-color: #DC4AB6; }
a { background-color: rgb(220,74,182); }
div.DivClassName
{
background-color: #DC4AB6;
}
.BgClassName
{
background-color: #DC4AB6;
}
</style>
border-color css
<style>
span { border-color: #DC4AB6; }
span { border-color: rgb(220,74,182); }
td.TdClassName
{
border-color: #DC4AB6;
}
.TagClassName
{
border-color: #DC4AB6;
}
</style>