Shades of Fuchsia #DC4EBB
Tints of Fuchsia #DC4EBB
RGB
CMYK
RGB Variations
Color information
#DC4EBB (or 0xDC4EBB) is known color: Fuchsia. HEX triplet: DC, 4E and BB. RGB value is (220,78,187). Sum of RGB (Red+Green+Blue) = 220+78+187=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4EBB is #23B144. Grayscale: #848484. Windows color (decimal): -2339141 or 12275420. OLE color: 12275420.
HSL color Cylindrical-coordinate representation of color #DC4EBB: hue angle of 313.94º 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 #DC4EBB is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 187 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.14 |
| HSL | 313.94º | 0.67% | 0.58% | - |
| HSV(B) | 313.94º | 0.65% | 0.86% | - |
| XYZ | 41.21 | 24.25 | 49.52 | - |
| YUV | 132.88 | 158.54 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 187 | 0 | 0.65 | 0.15 | 0.14 | 313.94 | 0.67 | 0.58 |
| Hex | DC | 4E | BB | 0 | 41 | F | E | 13A | 43 | 3A |
| Octal | 334 | 116 | 273 | 0 | 101 | 17 | 16 | 472 | 103 | 72 |
| Binary | 11011100 | 1001110 | 10111011 | 0 | 1000001 | 1111 | 1110 | 100111010 | 1000011 | 111010 |
Color Harmonies of #DC4EBB
Complementary color
Monochromatic Colors of #DC4EBB
Black with #DC4EBB
Text Example
Text Example
White with #DC4EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4EBB; }
p { color: rgb(220,78,187); }
H1.HeaderClassName
{
color: #DC4EBB;
}
.AnyTagClassName
{
color: #DC4EBB;
}
</style>
background-color css
<style>
a { background-color: #DC4EBB; }
a { background-color: rgb(220,78,187); }
div.DivClassName
{
background-color: #DC4EBB;
}
.BgClassName
{
background-color: #DC4EBB;
}
</style>
border-color css
<style>
span { border-color: #DC4EBB; }
span { border-color: rgb(220,78,187); }
td.TdClassName
{
border-color: #DC4EBB;
}
.TagClassName
{
border-color: #DC4EBB;
}
</style>