Shades of Fuchsia #D54AC3
Tints of Fuchsia #D54AC3
RGB
CMYK
RGB Variations
Color information
#D54AC3 (or 0xD54AC3) is known color: Fuchsia. HEX triplet: D5, 4A and C3. RGB value is (213,74,195). Sum of RGB (Red+Green+Blue) = 213+74+195=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AC3 is #2AB53C. Grayscale: #818181. Windows color (decimal): -2798909 or 12798677. OLE color: 12798677.
HSL color Cylindrical-coordinate representation of color #D54AC3: hue angle of 307.77º 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 #D54AC3 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 195 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.16 |
| HSL | 307.77º | 0.62% | 0.56% | - |
| HSV(B) | 307.77º | 0.65% | 0.84% | - |
| XYZ | 39.74 | 22.98 | 53.97 | - |
| YUV | 129.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 195 | 0 | 0.65 | 0.08 | 0.16 | 307.77 | 0.62 | 0.56 |
| Hex | D5 | 4A | C3 | 0 | 41 | 8 | 10 | 134 | 3E | 38 |
| Octal | 325 | 112 | 303 | 0 | 101 | 10 | 20 | 464 | 76 | 70 |
| Binary | 11010101 | 1001010 | 11000011 | 0 | 1000001 | 1000 | 10000 | 100110100 | 111110 | 111000 |
Color Harmonies of #D54AC3
Complementary color
Monochromatic Colors of #D54AC3
Black with #D54AC3
Text Example
Text Example
White with #D54AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AC3; }
p { color: rgb(213,74,195); }
H1.HeaderClassName
{
color: #D54AC3;
}
.AnyTagClassName
{
color: #D54AC3;
}
</style>
background-color css
<style>
a { background-color: #D54AC3; }
a { background-color: rgb(213,74,195); }
div.DivClassName
{
background-color: #D54AC3;
}
.BgClassName
{
background-color: #D54AC3;
}
</style>
border-color css
<style>
span { border-color: #D54AC3; }
span { border-color: rgb(213,74,195); }
td.TdClassName
{
border-color: #D54AC3;
}
.TagClassName
{
border-color: #D54AC3;
}
</style>