Shades of Fuchsia #DC4DB3
Tints of Fuchsia #DC4DB3
RGB
CMYK
RGB Variations
Color information
#DC4DB3 (or 0xDC4DB3) is known color: Fuchsia. HEX triplet: DC, 4D and B3. RGB value is (220,77,179). Sum of RGB (Red+Green+Blue) = 220+77+179=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DB3 is #23B24C. Grayscale: #838383. Windows color (decimal): -2339405 or 11750876. OLE color: 11750876.
HSL color Cylindrical-coordinate representation of color #DC4DB3: hue angle of 317.2º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4DB3 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 179 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.14 |
| HSL | 317.2º | 0.67% | 0.58% | - |
| HSV(B) | 317.2º | 0.65% | 0.86% | - |
| XYZ | 40.31 | 23.78 | 45.11 | - |
| YUV | 131.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 179 | 0 | 0.65 | 0.19 | 0.14 | 317.2 | 0.67 | 0.58 |
| Hex | DC | 4D | B3 | 0 | 41 | 13 | E | 13D | 43 | 3A |
| Octal | 334 | 115 | 263 | 0 | 101 | 23 | 16 | 475 | 103 | 72 |
| Binary | 11011100 | 1001101 | 10110011 | 0 | 1000001 | 10011 | 1110 | 100111101 | 1000011 | 111010 |
Color Harmonies of #DC4DB3
Complementary color
Monochromatic Colors of #DC4DB3
Black with #DC4DB3
Text Example
Text Example
White with #DC4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DB3; }
p { color: rgb(220,77,179); }
H1.HeaderClassName
{
color: #DC4DB3;
}
.AnyTagClassName
{
color: #DC4DB3;
}
</style>
background-color css
<style>
a { background-color: #DC4DB3; }
a { background-color: rgb(220,77,179); }
div.DivClassName
{
background-color: #DC4DB3;
}
.BgClassName
{
background-color: #DC4DB3;
}
</style>
border-color css
<style>
span { border-color: #DC4DB3; }
span { border-color: rgb(220,77,179); }
td.TdClassName
{
border-color: #DC4DB3;
}
.TagClassName
{
border-color: #DC4DB3;
}
</style>