Shades of Fuchsia #DC5AB4
Tints of Fuchsia #DC5AB4
RGB
CMYK
RGB Variations
Color information
#DC5AB4 (or 0xDC5AB4) is known color: Fuchsia. HEX triplet: DC, 5A and B4. RGB value is (220,90,180). Sum of RGB (Red+Green+Blue) = 220+90+180=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5AB4 is #23A54B. Grayscale: #8A8A8A. Windows color (decimal): -2336076 or 11819740. OLE color: 11819740.
HSL color Cylindrical-coordinate representation of color #DC5AB4: hue angle of 318.46º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5AB4 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 180 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.14 |
| HSL | 318.46º | 0.65% | 0.61% | - |
| HSV(B) | 318.46º | 0.59% | 0.86% | - |
| XYZ | 41.41 | 25.82 | 45.98 | - |
| YUV | 139.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 180 | 0 | 0.59 | 0.18 | 0.14 | 318.46 | 0.65 | 0.61 |
| Hex | DC | 5A | B4 | 0 | 3B | 12 | E | 13E | 41 | 3D |
| Octal | 334 | 132 | 264 | 0 | 73 | 22 | 16 | 476 | 101 | 75 |
| Binary | 11011100 | 1011010 | 10110100 | 0 | 111011 | 10010 | 1110 | 100111110 | 1000001 | 111101 |
Color Harmonies of #DC5AB4
Complementary color
Monochromatic Colors of #DC5AB4
Black with #DC5AB4
Text Example
Text Example
White with #DC5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5AB4; }
p { color: rgb(220,90,180); }
H1.HeaderClassName
{
color: #DC5AB4;
}
.AnyTagClassName
{
color: #DC5AB4;
}
</style>
background-color css
<style>
a { background-color: #DC5AB4; }
a { background-color: rgb(220,90,180); }
div.DivClassName
{
background-color: #DC5AB4;
}
.BgClassName
{
background-color: #DC5AB4;
}
</style>
border-color css
<style>
span { border-color: #DC5AB4; }
span { border-color: rgb(220,90,180); }
td.TdClassName
{
border-color: #DC5AB4;
}
.TagClassName
{
border-color: #DC5AB4;
}
</style>