Shades of Fuchsia #D43BC8
Tints of Fuchsia #D43BC8
RGB
CMYK
RGB Variations
Color information
#D43BC8 (or 0xD43BC8) is known color: Fuchsia. HEX triplet: D4, 3B and C8. RGB value is (212,59,200). Sum of RGB (Red+Green+Blue) = 212+59+200=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43BC8 is #2BC437. Grayscale: #787878. Windows color (decimal): -2868280 or 13122516. OLE color: 13122516.
HSL color Cylindrical-coordinate representation of color #D43BC8: hue angle of 304.71º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43BC8 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 200 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.17 |
| HSL | 304.71º | 0.64% | 0.53% | - |
| HSV(B) | 304.71º | 0.72% | 0.83% | - |
| XYZ | 39.14 | 21.3 | 56.69 | - |
| YUV | 120.82 | 172.69 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 200 | 0 | 0.72 | 0.06 | 0.17 | 304.71 | 0.64 | 0.53 |
| Hex | D4 | 3B | C8 | 0 | 48 | 6 | 11 | 131 | 40 | 35 |
| Octal | 324 | 73 | 310 | 0 | 110 | 6 | 21 | 461 | 100 | 65 |
| Binary | 11010100 | 111011 | 11001000 | 0 | 1001000 | 110 | 10001 | 100110001 | 1000000 | 110101 |
Color Harmonies of #D43BC8
Complementary color
Monochromatic Colors of #D43BC8
Black with #D43BC8
Text Example
Text Example
White with #D43BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BC8; }
p { color: rgb(212,59,200); }
H1.HeaderClassName
{
color: #D43BC8;
}
.AnyTagClassName
{
color: #D43BC8;
}
</style>
background-color css
<style>
a { background-color: #D43BC8; }
a { background-color: rgb(212,59,200); }
div.DivClassName
{
background-color: #D43BC8;
}
.BgClassName
{
background-color: #D43BC8;
}
</style>
border-color css
<style>
span { border-color: #D43BC8; }
span { border-color: rgb(212,59,200); }
td.TdClassName
{
border-color: #D43BC8;
}
.TagClassName
{
border-color: #D43BC8;
}
</style>