Shades of Fuchsia #DC41BB
Tints of Fuchsia #DC41BB
RGB
CMYK
RGB Variations
Color information
#DC41BB (or 0xDC41BB) is known color: Fuchsia. HEX triplet: DC, 41 and BB. RGB value is (220,65,187). Sum of RGB (Red+Green+Blue) = 220+65+187=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC41BB is #23BE44. Grayscale: #7C7C7C. Windows color (decimal): -2342469 or 12272092. OLE color: 12272092.
HSL color Cylindrical-coordinate representation of color #DC41BB: hue angle of 312.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC41BB is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 187 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.14 |
| HSL | 312.77º | 0.69% | 0.56% | - |
| HSV(B) | 312.77º | 0.7% | 0.86% | - |
| XYZ | 40.38 | 22.58 | 49.24 | - |
| YUV | 125.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 187 | 0 | 0.70 | 0.15 | 0.14 | 312.77 | 0.69 | 0.56 |
| Hex | DC | 41 | BB | 0 | 46 | F | E | 139 | 45 | 38 |
| Octal | 334 | 101 | 273 | 0 | 106 | 17 | 16 | 471 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10111011 | 0 | 1000110 | 1111 | 1110 | 100111001 | 1000101 | 111000 |
Color Harmonies of #DC41BB
Complementary color
Monochromatic Colors of #DC41BB
Black with #DC41BB
Text Example
Text Example
White with #DC41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC41BB; }
p { color: rgb(220,65,187); }
H1.HeaderClassName
{
color: #DC41BB;
}
.AnyTagClassName
{
color: #DC41BB;
}
</style>
background-color css
<style>
a { background-color: #DC41BB; }
a { background-color: rgb(220,65,187); }
div.DivClassName
{
background-color: #DC41BB;
}
.BgClassName
{
background-color: #DC41BB;
}
</style>
border-color css
<style>
span { border-color: #DC41BB; }
span { border-color: rgb(220,65,187); }
td.TdClassName
{
border-color: #DC41BB;
}
.TagClassName
{
border-color: #DC41BB;
}
</style>