Shades of Fuchsia #DC4ABC
Tints of Fuchsia #DC4ABC
RGB
CMYK
RGB Variations
Color information
#DC4ABC (or 0xDC4ABC) is known color: Fuchsia. HEX triplet: DC, 4A and BC. RGB value is (220,74,188). Sum of RGB (Red+Green+Blue) = 220+74+188=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4ABC is #23B543. Grayscale: #828282. Windows color (decimal): -2340164 or 12339932. OLE color: 12339932.
HSL color Cylindrical-coordinate representation of color #DC4ABC: hue angle of 313.15º 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 #DC4ABC is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 188 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.14 |
| HSL | 313.15º | 0.68% | 0.58% | - |
| HSV(B) | 313.15º | 0.66% | 0.86% | - |
| XYZ | 41.04 | 23.74 | 50 | - |
| YUV | 130.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 188 | 0 | 0.66 | 0.15 | 0.14 | 313.15 | 0.68 | 0.58 |
| Hex | DC | 4A | BC | 0 | 42 | F | E | 139 | 44 | 3A |
| Octal | 334 | 112 | 274 | 0 | 102 | 17 | 16 | 471 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10111100 | 0 | 1000010 | 1111 | 1110 | 100111001 | 1000100 | 111010 |
Color Harmonies of #DC4ABC
Complementary color
Monochromatic Colors of #DC4ABC
Black with #DC4ABC
Text Example
Text Example
White with #DC4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4ABC; }
p { color: rgb(220,74,188); }
H1.HeaderClassName
{
color: #DC4ABC;
}
.AnyTagClassName
{
color: #DC4ABC;
}
</style>
background-color css
<style>
a { background-color: #DC4ABC; }
a { background-color: rgb(220,74,188); }
div.DivClassName
{
background-color: #DC4ABC;
}
.BgClassName
{
background-color: #DC4ABC;
}
</style>
border-color css
<style>
span { border-color: #DC4ABC; }
span { border-color: rgb(220,74,188); }
td.TdClassName
{
border-color: #DC4ABC;
}
.TagClassName
{
border-color: #DC4ABC;
}
</style>