Shades of Fuchsia #DC4ABB
Tints of Fuchsia #DC4ABB
RGB
CMYK
RGB Variations
Color information
#DC4ABB (or 0xDC4ABB) is known color: Fuchsia. HEX triplet: DC, 4A and BB. RGB value is (220,74,187). Sum of RGB (Red+Green+Blue) = 220+74+187=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4ABB is #23B544. Grayscale: #828282. Windows color (decimal): -2340165 or 12274396. OLE color: 12274396.
HSL color Cylindrical-coordinate representation of color #DC4ABB: hue angle of 313.56º 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 #DC4ABB is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 187 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.14 |
| HSL | 313.56º | 0.68% | 0.58% | - |
| HSV(B) | 313.56º | 0.66% | 0.86% | - |
| XYZ | 40.93 | 23.7 | 49.43 | - |
| YUV | 130.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 187 | 0 | 0.66 | 0.15 | 0.14 | 313.56 | 0.68 | 0.58 |
| Hex | DC | 4A | BB | 0 | 42 | F | E | 13A | 44 | 3A |
| Octal | 334 | 112 | 273 | 0 | 102 | 17 | 16 | 472 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10111011 | 0 | 1000010 | 1111 | 1110 | 100111010 | 1000100 | 111010 |
Color Harmonies of #DC4ABB
Complementary color
Monochromatic Colors of #DC4ABB
Black with #DC4ABB
Text Example
Text Example
White with #DC4ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4ABB; }
p { color: rgb(220,74,187); }
H1.HeaderClassName
{
color: #DC4ABB;
}
.AnyTagClassName
{
color: #DC4ABB;
}
</style>
background-color css
<style>
a { background-color: #DC4ABB; }
a { background-color: rgb(220,74,187); }
div.DivClassName
{
background-color: #DC4ABB;
}
.BgClassName
{
background-color: #DC4ABB;
}
</style>
border-color css
<style>
span { border-color: #DC4ABB; }
span { border-color: rgb(220,74,187); }
td.TdClassName
{
border-color: #DC4ABB;
}
.TagClassName
{
border-color: #DC4ABB;
}
</style>