Shades of Fuchsia #DC50B0
Tints of Fuchsia #DC50B0
RGB
CMYK
RGB Variations
Color information
#DC50B0 (or 0xDC50B0) is known color: Fuchsia. HEX triplet: DC, 50 and B0. RGB value is (220,80,176). Sum of RGB (Red+Green+Blue) = 220+80+176=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC50B0 is #23AF4F. Grayscale: #848484. Windows color (decimal): -2338640 or 11555036. OLE color: 11555036.
HSL color Cylindrical-coordinate representation of color #DC50B0: hue angle of 318.86º 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 #DC50B0 is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 176 | - |
| CMYK | 0 | 0.64 | 0.2 | 0.14 |
| HSL | 318.86º | 0.67% | 0.59% | - |
| HSV(B) | 318.86º | 0.64% | 0.86% | - |
| XYZ | 40.22 | 24.09 | 43.6 | - |
| YUV | 132.8 | 152.38 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 176 | 0 | 0.64 | 0.2 | 0.14 | 318.86 | 0.67 | 0.59 |
| Hex | DC | 50 | B0 | 0 | 40 | 14 | E | 13F | 43 | 3B |
| Octal | 334 | 120 | 260 | 0 | 100 | 24 | 16 | 477 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10110000 | 0 | 1000000 | 10100 | 1110 | 100111111 | 1000011 | 111011 |
Color Harmonies of #DC50B0
Complementary color
Monochromatic Colors of #DC50B0
Black with #DC50B0
Text Example
Text Example
White with #DC50B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50B0; }
p { color: rgb(220,80,176); }
H1.HeaderClassName
{
color: #DC50B0;
}
.AnyTagClassName
{
color: #DC50B0;
}
</style>
background-color css
<style>
a { background-color: #DC50B0; }
a { background-color: rgb(220,80,176); }
div.DivClassName
{
background-color: #DC50B0;
}
.BgClassName
{
background-color: #DC50B0;
}
</style>
border-color css
<style>
span { border-color: #DC50B0; }
span { border-color: rgb(220,80,176); }
td.TdClassName
{
border-color: #DC50B0;
}
.TagClassName
{
border-color: #DC50B0;
}
</style>