Shades of Fuchsia #D54AC0
Tints of Fuchsia #D54AC0
RGB
CMYK
RGB Variations
Color information
#D54AC0 (or 0xD54AC0) is known color: Fuchsia. HEX triplet: D5, 4A and C0. RGB value is (213,74,192). Sum of RGB (Red+Green+Blue) = 213+74+192=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AC0 is #2AB53F. Grayscale: #808080. Windows color (decimal): -2798912 or 12602069. OLE color: 12602069.
HSL color Cylindrical-coordinate representation of color #D54AC0: hue angle of 309.06º 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 #D54AC0 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 192 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.16 |
| HSL | 309.06º | 0.62% | 0.56% | - |
| HSV(B) | 309.06º | 0.65% | 0.84% | - |
| XYZ | 39.4 | 22.85 | 52.2 | - |
| YUV | 129.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 192 | 0 | 0.65 | 0.10 | 0.16 | 309.06 | 0.62 | 0.56 |
| Hex | D5 | 4A | C0 | 0 | 41 | A | 10 | 135 | 3E | 38 |
| Octal | 325 | 112 | 300 | 0 | 101 | 12 | 20 | 465 | 76 | 70 |
| Binary | 11010101 | 1001010 | 11000000 | 0 | 1000001 | 1010 | 10000 | 100110101 | 111110 | 111000 |
Color Harmonies of #D54AC0
Complementary color
Monochromatic Colors of #D54AC0
Black with #D54AC0
Text Example
Text Example
White with #D54AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AC0; }
p { color: rgb(213,74,192); }
H1.HeaderClassName
{
color: #D54AC0;
}
.AnyTagClassName
{
color: #D54AC0;
}
</style>
background-color css
<style>
a { background-color: #D54AC0; }
a { background-color: rgb(213,74,192); }
div.DivClassName
{
background-color: #D54AC0;
}
.BgClassName
{
background-color: #D54AC0;
}
</style>
border-color css
<style>
span { border-color: #D54AC0; }
span { border-color: rgb(213,74,192); }
td.TdClassName
{
border-color: #D54AC0;
}
.TagClassName
{
border-color: #D54AC0;
}
</style>