Shades of Fuchsia #DC50B5
Tints of Fuchsia #DC50B5
RGB
CMYK
RGB Variations
Color information
#DC50B5 (or 0xDC50B5) is known color: Fuchsia. HEX triplet: DC, 50 and B5. RGB value is (220,80,181). Sum of RGB (Red+Green+Blue) = 220+80+181=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50B5 is #23AF4A. Grayscale: #858585. Windows color (decimal): -2338635 or 11882716. OLE color: 11882716.
HSL color Cylindrical-coordinate representation of color #DC50B5: hue angle of 316.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC50B5 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 181 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.14 |
| HSL | 316.71º | 0.67% | 0.59% | - |
| HSV(B) | 316.71º | 0.64% | 0.86% | - |
| XYZ | 40.72 | 24.29 | 46.26 | - |
| YUV | 133.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 181 | 0 | 0.64 | 0.18 | 0.14 | 316.71 | 0.67 | 0.59 |
| Hex | DC | 50 | B5 | 0 | 40 | 12 | E | 13D | 43 | 3B |
| Octal | 334 | 120 | 265 | 0 | 100 | 22 | 16 | 475 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10110101 | 0 | 1000000 | 10010 | 1110 | 100111101 | 1000011 | 111011 |
Color Harmonies of #DC50B5
Complementary color
Monochromatic Colors of #DC50B5
Black with #DC50B5
Text Example
Text Example
White with #DC50B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50B5; }
p { color: rgb(220,80,181); }
H1.HeaderClassName
{
color: #DC50B5;
}
.AnyTagClassName
{
color: #DC50B5;
}
</style>
background-color css
<style>
a { background-color: #DC50B5; }
a { background-color: rgb(220,80,181); }
div.DivClassName
{
background-color: #DC50B5;
}
.BgClassName
{
background-color: #DC50B5;
}
</style>
border-color css
<style>
span { border-color: #DC50B5; }
span { border-color: rgb(220,80,181); }
td.TdClassName
{
border-color: #DC50B5;
}
.TagClassName
{
border-color: #DC50B5;
}
</style>