Shades of Fuchsia #D53AAF
Tints of Fuchsia #D53AAF
RGB
CMYK
RGB Variations
Color information
#D53AAF (or 0xD53AAF) is known color: Fuchsia. HEX triplet: D5, 3A and AF. RGB value is (213,58,175). Sum of RGB (Red+Green+Blue) = 213+58+175=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53AAF is #2AC550. Grayscale: #757575. Windows color (decimal): -2803025 or 11483861. OLE color: 11483861.
HSL color Cylindrical-coordinate representation of color #D53AAF: hue angle of 314.71º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53AAF is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 175 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.16 |
| HSL | 314.71º | 0.65% | 0.53% | - |
| HSV(B) | 314.71º | 0.73% | 0.84% | - |
| XYZ | 36.69 | 20.27 | 42.54 | - |
| YUV | 117.68 | 160.35 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 175 | 0 | 0.73 | 0.18 | 0.16 | 314.71 | 0.65 | 0.53 |
| Hex | D5 | 3A | AF | 0 | 49 | 12 | 10 | 13B | 41 | 35 |
| Octal | 325 | 72 | 257 | 0 | 111 | 22 | 20 | 473 | 101 | 65 |
| Binary | 11010101 | 111010 | 10101111 | 0 | 1001001 | 10010 | 10000 | 100111011 | 1000001 | 110101 |
Color Harmonies of #D53AAF
Complementary color
Monochromatic Colors of #D53AAF
Black with #D53AAF
Text Example
Text Example
White with #D53AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53AAF; }
p { color: rgb(213,58,175); }
H1.HeaderClassName
{
color: #D53AAF;
}
.AnyTagClassName
{
color: #D53AAF;
}
</style>
background-color css
<style>
a { background-color: #D53AAF; }
a { background-color: rgb(213,58,175); }
div.DivClassName
{
background-color: #D53AAF;
}
.BgClassName
{
background-color: #D53AAF;
}
</style>
border-color css
<style>
span { border-color: #D53AAF; }
span { border-color: rgb(213,58,175); }
td.TdClassName
{
border-color: #D53AAF;
}
.TagClassName
{
border-color: #D53AAF;
}
</style>