Shades of Fuchsia #DC4FBB
Tints of Fuchsia #DC4FBB
RGB
CMYK
RGB Variations
Color information
#DC4FBB (or 0xDC4FBB) is known color: Fuchsia. HEX triplet: DC, 4F and BB. RGB value is (220,79,187). Sum of RGB (Red+Green+Blue) = 220+79+187=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4FBB is #23B044. Grayscale: #858585. Windows color (decimal): -2338885 or 12275676. OLE color: 12275676.
HSL color Cylindrical-coordinate representation of color #DC4FBB: hue angle of 314.04º 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 #DC4FBB is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 187 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.14 |
| HSL | 314.04º | 0.67% | 0.59% | - |
| HSV(B) | 314.04º | 0.64% | 0.86% | - |
| XYZ | 41.28 | 24.4 | 49.55 | - |
| YUV | 133.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 187 | 0 | 0.64 | 0.15 | 0.14 | 314.04 | 0.67 | 0.59 |
| Hex | DC | 4F | BB | 0 | 40 | F | E | 13A | 43 | 3B |
| Octal | 334 | 117 | 273 | 0 | 100 | 17 | 16 | 472 | 103 | 73 |
| Binary | 11011100 | 1001111 | 10111011 | 0 | 1000000 | 1111 | 1110 | 100111010 | 1000011 | 111011 |
Color Harmonies of #DC4FBB
Complementary color
Monochromatic Colors of #DC4FBB
Black with #DC4FBB
Text Example
Text Example
White with #DC4FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4FBB; }
p { color: rgb(220,79,187); }
H1.HeaderClassName
{
color: #DC4FBB;
}
.AnyTagClassName
{
color: #DC4FBB;
}
</style>
background-color css
<style>
a { background-color: #DC4FBB; }
a { background-color: rgb(220,79,187); }
div.DivClassName
{
background-color: #DC4FBB;
}
.BgClassName
{
background-color: #DC4FBB;
}
</style>
border-color css
<style>
span { border-color: #DC4FBB; }
span { border-color: rgb(220,79,187); }
td.TdClassName
{
border-color: #DC4FBB;
}
.TagClassName
{
border-color: #DC4FBB;
}
</style>