Shades of Fuchsia #DC4CB3
Tints of Fuchsia #DC4CB3
RGB
CMYK
RGB Variations
Color information
#DC4CB3 (or 0xDC4CB3) is known color: Fuchsia. HEX triplet: DC, 4C and B3. RGB value is (220,76,179). Sum of RGB (Red+Green+Blue) = 220+76+179=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4CB3 is #23B34C. Grayscale: #828282. Windows color (decimal): -2339661 or 11750620. OLE color: 11750620.
HSL color Cylindrical-coordinate representation of color #DC4CB3: hue angle of 317.08º 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 #DC4CB3 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 179 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.14 |
| HSL | 317.08º | 0.67% | 0.58% | - |
| HSV(B) | 317.08º | 0.65% | 0.86% | - |
| XYZ | 40.24 | 23.64 | 45.09 | - |
| YUV | 130.8 | 155.21 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 179 | 0 | 0.65 | 0.19 | 0.14 | 317.08 | 0.67 | 0.58 |
| Hex | DC | 4C | B3 | 0 | 41 | 13 | E | 13D | 43 | 3A |
| Octal | 334 | 114 | 263 | 0 | 101 | 23 | 16 | 475 | 103 | 72 |
| Binary | 11011100 | 1001100 | 10110011 | 0 | 1000001 | 10011 | 1110 | 100111101 | 1000011 | 111010 |
Color Harmonies of #DC4CB3
Complementary color
Monochromatic Colors of #DC4CB3
Black with #DC4CB3
Text Example
Text Example
White with #DC4CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4CB3; }
p { color: rgb(220,76,179); }
H1.HeaderClassName
{
color: #DC4CB3;
}
.AnyTagClassName
{
color: #DC4CB3;
}
</style>
background-color css
<style>
a { background-color: #DC4CB3; }
a { background-color: rgb(220,76,179); }
div.DivClassName
{
background-color: #DC4CB3;
}
.BgClassName
{
background-color: #DC4CB3;
}
</style>
border-color css
<style>
span { border-color: #DC4CB3; }
span { border-color: rgb(220,76,179); }
td.TdClassName
{
border-color: #DC4CB3;
}
.TagClassName
{
border-color: #DC4CB3;
}
</style>