Shades of Fuchsia #DC4FB0
Tints of Fuchsia #DC4FB0
RGB
CMYK
RGB Variations
Color information
#DC4FB0 (or 0xDC4FB0) is known color: Fuchsia. HEX triplet: DC, 4F and B0. RGB value is (220,79,176). Sum of RGB (Red+Green+Blue) = 220+79+176=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4FB0 is #23B04F. Grayscale: #838383. Windows color (decimal): -2338896 or 11554780. OLE color: 11554780.
HSL color Cylindrical-coordinate representation of color #DC4FB0: hue angle of 318.72º 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 #DC4FB0 is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 79 | 176 | - |
CMYK | 0 | 0.64 | 0.2 | 0.14 |
HSL | 318.72º | 0.67% | 0.59% | - |
HSV(B) | 318.72º | 0.64% | 0.86% | - |
XYZ | 40.15 | 23.94 | 43.58 | - |
YUV | 132.22 | 152.71 | 190.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 79 | 176 | 0 | 0.64 | 0.2 | 0.14 | 318.72 | 0.67 | 0.59 |
Hex | DC | 4F | B0 | 0 | 40 | 14 | E | 13F | 43 | 3B |
Octal | 334 | 117 | 260 | 0 | 100 | 24 | 16 | 477 | 103 | 73 |
Binary | 11011100 | 1001111 | 10110000 | 0 | 1000000 | 10100 | 1110 | 100111111 | 1000011 | 111011 |
Color Harmonies of #DC4FB0
Complementary color
Monochromatic Colors of #DC4FB0
Black with #DC4FB0
Text Example
Text Example
White with #DC4FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4FB0; }
p { color: rgb(220,79,176); }
H1.HeaderClassName
{
color: #DC4FB0;
}
.AnyTagClassName
{
color: #DC4FB0;
}
</style>
background-color css
<style>
a { background-color: #DC4FB0; }
a { background-color: rgb(220,79,176); }
div.DivClassName
{
background-color: #DC4FB0;
}
.BgClassName
{
background-color: #DC4FB0;
}
</style>
border-color css
<style>
span { border-color: #DC4FB0; }
span { border-color: rgb(220,79,176); }
td.TdClassName
{
border-color: #DC4FB0;
}
.TagClassName
{
border-color: #DC4FB0;
}
</style>