Shades of Fuchsia #DC4EB5
Tints of Fuchsia #DC4EB5
RGB
CMYK
RGB Variations
Color information
#DC4EB5 (or 0xDC4EB5) is known color: Fuchsia. HEX triplet: DC, 4E and B5. RGB value is (220,78,181). Sum of RGB (Red+Green+Blue) = 220+78+181=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4EB5 is #23B14A. Grayscale: #838383. Windows color (decimal): -2339147 or 11882204. OLE color: 11882204.
HSL color Cylindrical-coordinate representation of color #DC4EB5: hue angle of 316.48º 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 #DC4EB5 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 78 | 181 | - |
CMYK | 0 | 0.65 | 0.18 | 0.14 |
HSL | 316.48º | 0.67% | 0.58% | - |
HSV(B) | 316.48º | 0.65% | 0.86% | - |
XYZ | 40.58 | 24 | 46.21 | - |
YUV | 132.2 | 155.54 | 190.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 78 | 181 | 0 | 0.65 | 0.18 | 0.14 | 316.48 | 0.67 | 0.58 |
Hex | DC | 4E | B5 | 0 | 41 | 12 | E | 13C | 43 | 3A |
Octal | 334 | 116 | 265 | 0 | 101 | 22 | 16 | 474 | 103 | 72 |
Binary | 11011100 | 1001110 | 10110101 | 0 | 1000001 | 10010 | 1110 | 100111100 | 1000011 | 111010 |
Color Harmonies of #DC4EB5
Complementary color
Monochromatic Colors of #DC4EB5
Black with #DC4EB5
Text Example
Text Example
White with #DC4EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4EB5; }
p { color: rgb(220,78,181); }
H1.HeaderClassName
{
color: #DC4EB5;
}
.AnyTagClassName
{
color: #DC4EB5;
}
</style>
background-color css
<style>
a { background-color: #DC4EB5; }
a { background-color: rgb(220,78,181); }
div.DivClassName
{
background-color: #DC4EB5;
}
.BgClassName
{
background-color: #DC4EB5;
}
</style>
border-color css
<style>
span { border-color: #DC4EB5; }
span { border-color: rgb(220,78,181); }
td.TdClassName
{
border-color: #DC4EB5;
}
.TagClassName
{
border-color: #DC4EB5;
}
</style>