Shades of Fuchsia #DC4AAF
Tints of Fuchsia #DC4AAF
RGB
CMYK
RGB Variations
Color information
#DC4AAF (or 0xDC4AAF) is known color: Fuchsia. HEX triplet: DC, 4A and AF. RGB value is (220,74,175). Sum of RGB (Red+Green+Blue) = 220+74+175=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4AAF is #23B550. Grayscale: #808080. Windows color (decimal): -2340177 or 11487964. OLE color: 11487964.
HSL color Cylindrical-coordinate representation of color #DC4AAF: hue angle of 318.49º 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 #DC4AAF is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 175 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.14 |
| HSL | 318.49º | 0.68% | 0.58% | - |
| HSV(B) | 318.49º | 0.66% | 0.86% | - |
| XYZ | 39.7 | 23.21 | 42.94 | - |
| YUV | 129.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 175 | 0 | 0.66 | 0.20 | 0.14 | 318.49 | 0.68 | 0.58 |
| Hex | DC | 4A | AF | 0 | 42 | 14 | E | 13E | 44 | 3A |
| Octal | 334 | 112 | 257 | 0 | 102 | 24 | 16 | 476 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10101111 | 0 | 1000010 | 10100 | 1110 | 100111110 | 1000100 | 111010 |
Color Harmonies of #DC4AAF
Complementary color
Monochromatic Colors of #DC4AAF
Black with #DC4AAF
Text Example
Text Example
White with #DC4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AAF; }
p { color: rgb(220,74,175); }
H1.HeaderClassName
{
color: #DC4AAF;
}
.AnyTagClassName
{
color: #DC4AAF;
}
</style>
background-color css
<style>
a { background-color: #DC4AAF; }
a { background-color: rgb(220,74,175); }
div.DivClassName
{
background-color: #DC4AAF;
}
.BgClassName
{
background-color: #DC4AAF;
}
</style>
border-color css
<style>
span { border-color: #DC4AAF; }
span { border-color: rgb(220,74,175); }
td.TdClassName
{
border-color: #DC4AAF;
}
.TagClassName
{
border-color: #DC4AAF;
}
</style>