Shades of Fuchsia #D43BC9
Tints of Fuchsia #D43BC9
RGB
CMYK
RGB Variations
Color information
#D43BC9 (or 0xD43BC9) is known color: Fuchsia. HEX triplet: D4, 3B and C9. RGB value is (212,59,201). Sum of RGB (Red+Green+Blue) = 212+59+201=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43BC9 is #2BC436. Grayscale: #787878. Windows color (decimal): -2868279 or 13188052. OLE color: 13188052.
HSL color Cylindrical-coordinate representation of color #D43BC9: hue angle of 304.31º 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 #D43BC9 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 201 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.17 |
| HSL | 304.31º | 0.64% | 0.53% | - |
| HSV(B) | 304.31º | 0.72% | 0.83% | - |
| XYZ | 39.26 | 21.34 | 57.31 | - |
| YUV | 120.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 201 | 0 | 0.72 | 0.05 | 0.17 | 304.31 | 0.64 | 0.53 |
| Hex | D4 | 3B | C9 | 0 | 48 | 5 | 11 | 130 | 40 | 35 |
| Octal | 324 | 73 | 311 | 0 | 110 | 5 | 21 | 460 | 100 | 65 |
| Binary | 11010100 | 111011 | 11001001 | 0 | 1001000 | 101 | 10001 | 100110000 | 1000000 | 110101 |
Color Harmonies of #D43BC9
Complementary color
Monochromatic Colors of #D43BC9
Black with #D43BC9
Text Example
Text Example
White with #D43BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BC9; }
p { color: rgb(212,59,201); }
H1.HeaderClassName
{
color: #D43BC9;
}
.AnyTagClassName
{
color: #D43BC9;
}
</style>
background-color css
<style>
a { background-color: #D43BC9; }
a { background-color: rgb(212,59,201); }
div.DivClassName
{
background-color: #D43BC9;
}
.BgClassName
{
background-color: #D43BC9;
}
</style>
border-color css
<style>
span { border-color: #D43BC9; }
span { border-color: rgb(212,59,201); }
td.TdClassName
{
border-color: #D43BC9;
}
.TagClassName
{
border-color: #D43BC9;
}
</style>