Shades of Fuchsia #D43CC9
Tints of Fuchsia #D43CC9
RGB
CMYK
RGB Variations
Color information
#D43CC9 (or 0xD43CC9) is known color: Fuchsia. HEX triplet: D4, 3C and C9. RGB value is (212,60,201). Sum of RGB (Red+Green+Blue) = 212+60+201=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43CC9 is #2BC336. Grayscale: #797979. Windows color (decimal): -2868023 or 13188308. OLE color: 13188308.
HSL color Cylindrical-coordinate representation of color #D43CC9: hue angle of 304.34º 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 #D43CC9 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 201 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.17 |
| HSL | 304.34º | 0.64% | 0.53% | - |
| HSV(B) | 304.34º | 0.72% | 0.83% | - |
| XYZ | 39.31 | 21.45 | 57.33 | - |
| YUV | 121.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 201 | 0 | 0.72 | 0.05 | 0.17 | 304.34 | 0.64 | 0.53 |
| Hex | D4 | 3C | C9 | 0 | 48 | 5 | 11 | 130 | 40 | 35 |
| Octal | 324 | 74 | 311 | 0 | 110 | 5 | 21 | 460 | 100 | 65 |
| Binary | 11010100 | 111100 | 11001001 | 0 | 1001000 | 101 | 10001 | 100110000 | 1000000 | 110101 |
Color Harmonies of #D43CC9
Complementary color
Monochromatic Colors of #D43CC9
Black with #D43CC9
Text Example
Text Example
White with #D43CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43CC9; }
p { color: rgb(212,60,201); }
H1.HeaderClassName
{
color: #D43CC9;
}
.AnyTagClassName
{
color: #D43CC9;
}
</style>
background-color css
<style>
a { background-color: #D43CC9; }
a { background-color: rgb(212,60,201); }
div.DivClassName
{
background-color: #D43CC9;
}
.BgClassName
{
background-color: #D43CC9;
}
</style>
border-color css
<style>
span { border-color: #D43CC9; }
span { border-color: rgb(212,60,201); }
td.TdClassName
{
border-color: #D43CC9;
}
.TagClassName
{
border-color: #D43CC9;
}
</style>