Shades of Fuchsia #D54AC5
Tints of Fuchsia #D54AC5
RGB
CMYK
RGB Variations
Color information
#D54AC5 (or 0xD54AC5) is known color: Fuchsia. HEX triplet: D5, 4A and C5. RGB value is (213,74,197). Sum of RGB (Red+Green+Blue) = 213+74+197=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AC5 is #2AB53A. Grayscale: #818181. Windows color (decimal): -2798907 or 12929749. OLE color: 12929749.
HSL color Cylindrical-coordinate representation of color #D54AC5: hue angle of 306.91º 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 #D54AC5 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 197 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.16 |
| HSL | 306.91º | 0.62% | 0.56% | - |
| HSV(B) | 306.91º | 0.65% | 0.84% | - |
| XYZ | 39.97 | 23.07 | 55.17 | - |
| YUV | 129.58 | 166.05 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 197 | 0 | 0.65 | 0.08 | 0.16 | 306.91 | 0.62 | 0.56 |
| Hex | D5 | 4A | C5 | 0 | 41 | 8 | 10 | 133 | 3E | 38 |
| Octal | 325 | 112 | 305 | 0 | 101 | 10 | 20 | 463 | 76 | 70 |
| Binary | 11010101 | 1001010 | 11000101 | 0 | 1000001 | 1000 | 10000 | 100110011 | 111110 | 111000 |
Color Harmonies of #D54AC5
Complementary color
Monochromatic Colors of #D54AC5
Black with #D54AC5
Text Example
Text Example
White with #D54AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AC5; }
p { color: rgb(213,74,197); }
H1.HeaderClassName
{
color: #D54AC5;
}
.AnyTagClassName
{
color: #D54AC5;
}
</style>
background-color css
<style>
a { background-color: #D54AC5; }
a { background-color: rgb(213,74,197); }
div.DivClassName
{
background-color: #D54AC5;
}
.BgClassName
{
background-color: #D54AC5;
}
</style>
border-color css
<style>
span { border-color: #D54AC5; }
span { border-color: rgb(213,74,197); }
td.TdClassName
{
border-color: #D54AC5;
}
.TagClassName
{
border-color: #D54AC5;
}
</style>