Shades of Fuchsia #DC43BB
Tints of Fuchsia #DC43BB
RGB
CMYK
RGB Variations
Color information
#DC43BB (or 0xDC43BB) is known color: Fuchsia. HEX triplet: DC, 43 and BB. RGB value is (220,67,187). Sum of RGB (Red+Green+Blue) = 220+67+187=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43BB is #23BC44. Grayscale: #7E7E7E. Windows color (decimal): -2341957 or 12272604. OLE color: 12272604.
HSL color Cylindrical-coordinate representation of color #DC43BB: hue angle of 312.94º 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 #DC43BB is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 187 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.14 |
| HSL | 312.94º | 0.69% | 0.56% | - |
| HSV(B) | 312.94º | 0.7% | 0.86% | - |
| XYZ | 40.49 | 22.82 | 49.28 | - |
| YUV | 126.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 187 | 0 | 0.70 | 0.15 | 0.14 | 312.94 | 0.69 | 0.56 |
| Hex | DC | 43 | BB | 0 | 46 | F | E | 139 | 45 | 38 |
| Octal | 334 | 103 | 273 | 0 | 106 | 17 | 16 | 471 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10111011 | 0 | 1000110 | 1111 | 1110 | 100111001 | 1000101 | 111000 |
Color Harmonies of #DC43BB
Complementary color
Monochromatic Colors of #DC43BB
Black with #DC43BB
Text Example
Text Example
White with #DC43BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43BB; }
p { color: rgb(220,67,187); }
H1.HeaderClassName
{
color: #DC43BB;
}
.AnyTagClassName
{
color: #DC43BB;
}
</style>
background-color css
<style>
a { background-color: #DC43BB; }
a { background-color: rgb(220,67,187); }
div.DivClassName
{
background-color: #DC43BB;
}
.BgClassName
{
background-color: #DC43BB;
}
</style>
border-color css
<style>
span { border-color: #DC43BB; }
span { border-color: rgb(220,67,187); }
td.TdClassName
{
border-color: #DC43BB;
}
.TagClassName
{
border-color: #DC43BB;
}
</style>