Shades of Fuchsia #DC4DBB
Tints of Fuchsia #DC4DBB
RGB
CMYK
RGB Variations
Color information
#DC4DBB (or 0xDC4DBB) is known color: Fuchsia. HEX triplet: DC, 4D and BB. RGB value is (220,77,187). Sum of RGB (Red+Green+Blue) = 220+77+187=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DBB is #23B244. Grayscale: #848484. Windows color (decimal): -2339397 or 12275164. OLE color: 12275164.
HSL color Cylindrical-coordinate representation of color #DC4DBB: hue angle of 313.85º 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 #DC4DBB is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 187 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.14 |
| HSL | 313.85º | 0.67% | 0.58% | - |
| HSV(B) | 313.85º | 0.65% | 0.86% | - |
| XYZ | 41.14 | 24.11 | 49.5 | - |
| YUV | 132.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 187 | 0 | 0.65 | 0.15 | 0.14 | 313.85 | 0.67 | 0.58 |
| Hex | DC | 4D | BB | 0 | 41 | F | E | 13A | 43 | 3A |
| Octal | 334 | 115 | 273 | 0 | 101 | 17 | 16 | 472 | 103 | 72 |
| Binary | 11011100 | 1001101 | 10111011 | 0 | 1000001 | 1111 | 1110 | 100111010 | 1000011 | 111010 |
Color Harmonies of #DC4DBB
Complementary color
Monochromatic Colors of #DC4DBB
Black with #DC4DBB
Text Example
Text Example
White with #DC4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DBB; }
p { color: rgb(220,77,187); }
H1.HeaderClassName
{
color: #DC4DBB;
}
.AnyTagClassName
{
color: #DC4DBB;
}
</style>
background-color css
<style>
a { background-color: #DC4DBB; }
a { background-color: rgb(220,77,187); }
div.DivClassName
{
background-color: #DC4DBB;
}
.BgClassName
{
background-color: #DC4DBB;
}
</style>
border-color css
<style>
span { border-color: #DC4DBB; }
span { border-color: rgb(220,77,187); }
td.TdClassName
{
border-color: #DC4DBB;
}
.TagClassName
{
border-color: #DC4DBB;
}
</style>