Shades of Fuchsia #D54AAF
Tints of Fuchsia #D54AAF
RGB
CMYK
RGB Variations
Color information
#D54AAF (or 0xD54AAF) is known color: Fuchsia. HEX triplet: D5, 4A and AF. RGB value is (213,74,175). Sum of RGB (Red+Green+Blue) = 213+74+175=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AAF is #2AB550. Grayscale: #7E7E7E. Windows color (decimal): -2798929 or 11487957. OLE color: 11487957.
HSL color Cylindrical-coordinate representation of color #D54AAF: hue angle of 316.4º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54AAF is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 175 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.16 |
| HSL | 316.4º | 0.62% | 0.56% | - |
| HSV(B) | 316.4º | 0.65% | 0.84% | - |
| XYZ | 37.63 | 22.14 | 42.85 | - |
| YUV | 127.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 175 | 0 | 0.65 | 0.18 | 0.16 | 316.4 | 0.62 | 0.56 |
| Hex | D5 | 4A | AF | 0 | 41 | 12 | 10 | 13C | 3E | 38 |
| Octal | 325 | 112 | 257 | 0 | 101 | 22 | 20 | 474 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10101111 | 0 | 1000001 | 10010 | 10000 | 100111100 | 111110 | 111000 |
Color Harmonies of #D54AAF
Complementary color
Monochromatic Colors of #D54AAF
Black with #D54AAF
Text Example
Text Example
White with #D54AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AAF; }
p { color: rgb(213,74,175); }
H1.HeaderClassName
{
color: #D54AAF;
}
.AnyTagClassName
{
color: #D54AAF;
}
</style>
background-color css
<style>
a { background-color: #D54AAF; }
a { background-color: rgb(213,74,175); }
div.DivClassName
{
background-color: #D54AAF;
}
.BgClassName
{
background-color: #D54AAF;
}
</style>
border-color css
<style>
span { border-color: #D54AAF; }
span { border-color: rgb(213,74,175); }
td.TdClassName
{
border-color: #D54AAF;
}
.TagClassName
{
border-color: #D54AAF;
}
</style>