Shades of Fuchsia #DC4DB5
Tints of Fuchsia #DC4DB5
RGB
CMYK
RGB Variations
Color information
#DC4DB5 (or 0xDC4DB5) is known color: Fuchsia. HEX triplet: DC, 4D and B5. RGB value is (220,77,181). Sum of RGB (Red+Green+Blue) = 220+77+181=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DB5 is #23B24A. Grayscale: #838383. Windows color (decimal): -2339403 or 11881948. OLE color: 11881948.
HSL color Cylindrical-coordinate representation of color #DC4DB5: hue angle of 316.36º 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 #DC4DB5 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 181 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.14 |
| HSL | 316.36º | 0.67% | 0.58% | - |
| HSV(B) | 316.36º | 0.65% | 0.86% | - |
| XYZ | 40.51 | 23.86 | 46.19 | - |
| YUV | 131.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 181 | 0 | 0.65 | 0.18 | 0.14 | 316.36 | 0.67 | 0.58 |
| Hex | DC | 4D | B5 | 0 | 41 | 12 | E | 13C | 43 | 3A |
| Octal | 334 | 115 | 265 | 0 | 101 | 22 | 16 | 474 | 103 | 72 |
| Binary | 11011100 | 1001101 | 10110101 | 0 | 1000001 | 10010 | 1110 | 100111100 | 1000011 | 111010 |
Color Harmonies of #DC4DB5
Complementary color
Monochromatic Colors of #DC4DB5
Black with #DC4DB5
Text Example
Text Example
White with #DC4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DB5; }
p { color: rgb(220,77,181); }
H1.HeaderClassName
{
color: #DC4DB5;
}
.AnyTagClassName
{
color: #DC4DB5;
}
</style>
background-color css
<style>
a { background-color: #DC4DB5; }
a { background-color: rgb(220,77,181); }
div.DivClassName
{
background-color: #DC4DB5;
}
.BgClassName
{
background-color: #DC4DB5;
}
</style>
border-color css
<style>
span { border-color: #DC4DB5; }
span { border-color: rgb(220,77,181); }
td.TdClassName
{
border-color: #DC4DB5;
}
.TagClassName
{
border-color: #DC4DB5;
}
</style>