Shades of Fuchsia #D43AAF
Tints of Fuchsia #D43AAF
RGB
CMYK
RGB Variations
Color information
#D43AAF (or 0xD43AAF) is known color: Fuchsia. HEX triplet: D4, 3A and AF. RGB value is (212,58,175). Sum of RGB (Red+Green+Blue) = 212+58+175=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D43AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43AAF is #2BC550. Grayscale: #757575. Windows color (decimal): -2868561 or 11483860. OLE color: 11483860.
HSL color Cylindrical-coordinate representation of color #D43AAF: hue angle of 314.42º 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 #D43AAF is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 175 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.17 |
| HSL | 314.42º | 0.64% | 0.53% | - |
| HSV(B) | 314.42º | 0.73% | 0.83% | - |
| XYZ | 36.4 | 20.12 | 42.52 | - |
| YUV | 117.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 175 | 0 | 0.73 | 0.17 | 0.17 | 314.42 | 0.64 | 0.53 |
| Hex | D4 | 3A | AF | 0 | 49 | 11 | 11 | 13A | 40 | 35 |
| Octal | 324 | 72 | 257 | 0 | 111 | 21 | 21 | 472 | 100 | 65 |
| Binary | 11010100 | 111010 | 10101111 | 0 | 1001001 | 10001 | 10001 | 100111010 | 1000000 | 110101 |
Color Harmonies of #D43AAF
Complementary color
Monochromatic Colors of #D43AAF
Black with #D43AAF
Text Example
Text Example
White with #D43AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43AAF; }
p { color: rgb(212,58,175); }
H1.HeaderClassName
{
color: #D43AAF;
}
.AnyTagClassName
{
color: #D43AAF;
}
</style>
background-color css
<style>
a { background-color: #D43AAF; }
a { background-color: rgb(212,58,175); }
div.DivClassName
{
background-color: #D43AAF;
}
.BgClassName
{
background-color: #D43AAF;
}
</style>
border-color css
<style>
span { border-color: #D43AAF; }
span { border-color: rgb(212,58,175); }
td.TdClassName
{
border-color: #D43AAF;
}
.TagClassName
{
border-color: #D43AAF;
}
</style>