Shades of Fuchsia #DC49AF
Tints of Fuchsia #DC49AF
RGB
CMYK
RGB Variations
Color information
#DC49AF (or 0xDC49AF) is known color: Fuchsia. HEX triplet: DC, 49 and AF. RGB value is (220,73,175). Sum of RGB (Red+Green+Blue) = 220+73+175=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC49AF is #23B650. Grayscale: #808080. Windows color (decimal): -2340433 or 11487708. OLE color: 11487708.
HSL color Cylindrical-coordinate representation of color #DC49AF: hue angle of 318.37º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC49AF is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 175 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.14 |
| HSL | 318.37º | 0.68% | 0.57% | - |
| HSV(B) | 318.37º | 0.67% | 0.86% | - |
| XYZ | 39.64 | 23.08 | 42.92 | - |
| YUV | 128.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 175 | 0 | 0.67 | 0.20 | 0.14 | 318.37 | 0.68 | 0.57 |
| Hex | DC | 49 | AF | 0 | 43 | 14 | E | 13E | 44 | 39 |
| Octal | 334 | 111 | 257 | 0 | 103 | 24 | 16 | 476 | 104 | 71 |
| Binary | 11011100 | 1001001 | 10101111 | 0 | 1000011 | 10100 | 1110 | 100111110 | 1000100 | 111001 |
Color Harmonies of #DC49AF
Complementary color
Monochromatic Colors of #DC49AF
Black with #DC49AF
Text Example
Text Example
White with #DC49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49AF; }
p { color: rgb(220,73,175); }
H1.HeaderClassName
{
color: #DC49AF;
}
.AnyTagClassName
{
color: #DC49AF;
}
</style>
background-color css
<style>
a { background-color: #DC49AF; }
a { background-color: rgb(220,73,175); }
div.DivClassName
{
background-color: #DC49AF;
}
.BgClassName
{
background-color: #DC49AF;
}
</style>
border-color css
<style>
span { border-color: #DC49AF; }
span { border-color: rgb(220,73,175); }
td.TdClassName
{
border-color: #DC49AF;
}
.TagClassName
{
border-color: #DC49AF;
}
</style>