Shades of Fuchsia #D540AE
Tints of Fuchsia #D540AE
RGB
CMYK
RGB Variations
Color information
#D540AE (or 0xD540AE) is known color: Fuchsia. HEX triplet: D5, 40 and AE. RGB value is (213,64,174). Sum of RGB (Red+Green+Blue) = 213+64+174=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D540AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D540AE is #2ABF51. Grayscale: #787878. Windows color (decimal): -2801490 or 11419861. OLE color: 11419861.
HSL color Cylindrical-coordinate representation of color #D540AE: hue angle of 315.7º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D540AE is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 174 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.16 |
| HSL | 315.7º | 0.64% | 0.54% | - |
| HSV(B) | 315.7º | 0.7% | 0.84% | - |
| XYZ | 36.91 | 20.87 | 42.13 | - |
| YUV | 121.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 174 | 0 | 0.70 | 0.18 | 0.16 | 315.7 | 0.64 | 0.54 |
| Hex | D5 | 40 | AE | 0 | 46 | 12 | 10 | 13C | 40 | 36 |
| Octal | 325 | 100 | 256 | 0 | 106 | 22 | 20 | 474 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10101110 | 0 | 1000110 | 10010 | 10000 | 100111100 | 1000000 | 110110 |
Color Harmonies of #D540AE
Complementary color
Monochromatic Colors of #D540AE
Black with #D540AE
Text Example
Text Example
White with #D540AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540AE; }
p { color: rgb(213,64,174); }
H1.HeaderClassName
{
color: #D540AE;
}
.AnyTagClassName
{
color: #D540AE;
}
</style>
background-color css
<style>
a { background-color: #D540AE; }
a { background-color: rgb(213,64,174); }
div.DivClassName
{
background-color: #D540AE;
}
.BgClassName
{
background-color: #D540AE;
}
</style>
border-color css
<style>
span { border-color: #D540AE; }
span { border-color: rgb(213,64,174); }
td.TdClassName
{
border-color: #D540AE;
}
.TagClassName
{
border-color: #D540AE;
}
</style>