Shades of Fuchsia #D54AC9
Tints of Fuchsia #D54AC9
RGB
CMYK
RGB Variations
Color information
#D54AC9 (or 0xD54AC9) is known color: Fuchsia. HEX triplet: D5, 4A and C9. RGB value is (213,74,201). Sum of RGB (Red+Green+Blue) = 213+74+201=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AC9 is #2AB536. Grayscale: #818181. Windows color (decimal): -2798903 or 13191893. OLE color: 13191893.
HSL color Cylindrical-coordinate representation of color #D54AC9: hue angle of 305.18º 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 #D54AC9 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 201 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.16 |
| HSL | 305.18º | 0.62% | 0.56% | - |
| HSV(B) | 305.18º | 0.65% | 0.84% | - |
| XYZ | 40.43 | 23.26 | 57.62 | - |
| YUV | 130.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 201 | 0 | 0.65 | 0.06 | 0.16 | 305.18 | 0.62 | 0.56 |
| Hex | D5 | 4A | C9 | 0 | 41 | 6 | 10 | 131 | 3E | 38 |
| Octal | 325 | 112 | 311 | 0 | 101 | 6 | 20 | 461 | 76 | 70 |
| Binary | 11010101 | 1001010 | 11001001 | 0 | 1000001 | 110 | 10000 | 100110001 | 111110 | 111000 |
Color Harmonies of #D54AC9
Complementary color
Monochromatic Colors of #D54AC9
Black with #D54AC9
Text Example
Text Example
White with #D54AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AC9; }
p { color: rgb(213,74,201); }
H1.HeaderClassName
{
color: #D54AC9;
}
.AnyTagClassName
{
color: #D54AC9;
}
</style>
background-color css
<style>
a { background-color: #D54AC9; }
a { background-color: rgb(213,74,201); }
div.DivClassName
{
background-color: #D54AC9;
}
.BgClassName
{
background-color: #D54AC9;
}
</style>
border-color css
<style>
span { border-color: #D54AC9; }
span { border-color: rgb(213,74,201); }
td.TdClassName
{
border-color: #D54AC9;
}
.TagClassName
{
border-color: #D54AC9;
}
</style>