Shades of Fuchsia #D54AC1
Tints of Fuchsia #D54AC1
RGB
CMYK
RGB Variations
Color information
#D54AC1 (or 0xD54AC1) is known color: Fuchsia. HEX triplet: D5, 4A and C1. RGB value is (213,74,193). Sum of RGB (Red+Green+Blue) = 213+74+193=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AC1 is #2AB53E. Grayscale: #808080. Windows color (decimal): -2798911 or 12667605. OLE color: 12667605.
HSL color Cylindrical-coordinate representation of color #D54AC1: hue angle of 308.63º 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 #D54AC1 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 193 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.16 |
| HSL | 308.63º | 0.62% | 0.56% | - |
| HSV(B) | 308.63º | 0.65% | 0.84% | - |
| XYZ | 39.52 | 22.89 | 52.79 | - |
| YUV | 129.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 193 | 0 | 0.65 | 0.09 | 0.16 | 308.63 | 0.62 | 0.56 |
| Hex | D5 | 4A | C1 | 0 | 41 | 9 | 10 | 135 | 3E | 38 |
| Octal | 325 | 112 | 301 | 0 | 101 | 11 | 20 | 465 | 76 | 70 |
| Binary | 11010101 | 1001010 | 11000001 | 0 | 1000001 | 1001 | 10000 | 100110101 | 111110 | 111000 |
Color Harmonies of #D54AC1
Complementary color
Monochromatic Colors of #D54AC1
Black with #D54AC1
Text Example
Text Example
White with #D54AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AC1; }
p { color: rgb(213,74,193); }
H1.HeaderClassName
{
color: #D54AC1;
}
.AnyTagClassName
{
color: #D54AC1;
}
</style>
background-color css
<style>
a { background-color: #D54AC1; }
a { background-color: rgb(213,74,193); }
div.DivClassName
{
background-color: #D54AC1;
}
.BgClassName
{
background-color: #D54AC1;
}
</style>
border-color css
<style>
span { border-color: #D54AC1; }
span { border-color: rgb(213,74,193); }
td.TdClassName
{
border-color: #D54AC1;
}
.TagClassName
{
border-color: #D54AC1;
}
</style>