Shades of Fuchsia #D43AC5
Tints of Fuchsia #D43AC5
RGB
CMYK
RGB Variations
Color information
#D43AC5 (or 0xD43AC5) is known color: Fuchsia. HEX triplet: D4, 3A and C5. RGB value is (212,58,197). Sum of RGB (Red+Green+Blue) = 212+58+197=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D43AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43AC5 is #2BC53A. Grayscale: #777777. Windows color (decimal): -2868539 or 12925652. OLE color: 12925652.
HSL color Cylindrical-coordinate representation of color #D43AC5: hue angle of 305.84º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43AC5 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 197 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.17 |
| HSL | 305.84º | 0.64% | 0.53% | - |
| HSV(B) | 305.84º | 0.73% | 0.83% | - |
| XYZ | 38.74 | 21.05 | 54.85 | - |
| YUV | 119.89 | 171.52 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 197 | 0 | 0.73 | 0.07 | 0.17 | 305.84 | 0.64 | 0.53 |
| Hex | D4 | 3A | C5 | 0 | 49 | 7 | 11 | 132 | 40 | 35 |
| Octal | 324 | 72 | 305 | 0 | 111 | 7 | 21 | 462 | 100 | 65 |
| Binary | 11010100 | 111010 | 11000101 | 0 | 1001001 | 111 | 10001 | 100110010 | 1000000 | 110101 |
Color Harmonies of #D43AC5
Complementary color
Monochromatic Colors of #D43AC5
Black with #D43AC5
Text Example
Text Example
White with #D43AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43AC5; }
p { color: rgb(212,58,197); }
H1.HeaderClassName
{
color: #D43AC5;
}
.AnyTagClassName
{
color: #D43AC5;
}
</style>
background-color css
<style>
a { background-color: #D43AC5; }
a { background-color: rgb(212,58,197); }
div.DivClassName
{
background-color: #D43AC5;
}
.BgClassName
{
background-color: #D43AC5;
}
</style>
border-color css
<style>
span { border-color: #D43AC5; }
span { border-color: rgb(212,58,197); }
td.TdClassName
{
border-color: #D43AC5;
}
.TagClassName
{
border-color: #D43AC5;
}
</style>