Shades of Fuchsia #DC50B4
Tints of Fuchsia #DC50B4
RGB
CMYK
RGB Variations
Color information
#DC50B4 (or 0xDC50B4) is known color: Fuchsia. HEX triplet: DC, 50 and B4. RGB value is (220,80,180). Sum of RGB (Red+Green+Blue) = 220+80+180=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50B4 is #23AF4B. Grayscale: #858585. Windows color (decimal): -2338636 or 11817180. OLE color: 11817180.
HSL color Cylindrical-coordinate representation of color #DC50B4: hue angle of 317.14º 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 #DC50B4 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 180 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.14 |
| HSL | 317.14º | 0.67% | 0.59% | - |
| HSV(B) | 317.14º | 0.64% | 0.86% | - |
| XYZ | 40.62 | 24.25 | 45.72 | - |
| YUV | 133.26 | 154.38 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 180 | 0 | 0.64 | 0.18 | 0.14 | 317.14 | 0.67 | 0.59 |
| Hex | DC | 50 | B4 | 0 | 40 | 12 | E | 13D | 43 | 3B |
| Octal | 334 | 120 | 264 | 0 | 100 | 22 | 16 | 475 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10110100 | 0 | 1000000 | 10010 | 1110 | 100111101 | 1000011 | 111011 |
Color Harmonies of #DC50B4
Complementary color
Monochromatic Colors of #DC50B4
Black with #DC50B4
Text Example
Text Example
White with #DC50B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50B4; }
p { color: rgb(220,80,180); }
H1.HeaderClassName
{
color: #DC50B4;
}
.AnyTagClassName
{
color: #DC50B4;
}
</style>
background-color css
<style>
a { background-color: #DC50B4; }
a { background-color: rgb(220,80,180); }
div.DivClassName
{
background-color: #DC50B4;
}
.BgClassName
{
background-color: #DC50B4;
}
</style>
border-color css
<style>
span { border-color: #DC50B4; }
span { border-color: rgb(220,80,180); }
td.TdClassName
{
border-color: #DC50B4;
}
.TagClassName
{
border-color: #DC50B4;
}
</style>