Shades of Fuchsia #D54DAD
Tints of Fuchsia #D54DAD
RGB
CMYK
RGB Variations
Color information
#D54DAD (or 0xD54DAD) is known color: Fuchsia. HEX triplet: D5, 4D and AD. RGB value is (213,77,173). Sum of RGB (Red+Green+Blue) = 213+77+173=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DAD is #2AB252. Grayscale: #808080. Windows color (decimal): -2798163 or 11357653. OLE color: 11357653.
HSL color Cylindrical-coordinate representation of color #D54DAD: hue angle of 317.65º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54DAD is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 173 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.16 |
| HSL | 317.65º | 0.62% | 0.57% | - |
| HSV(B) | 317.65º | 0.64% | 0.84% | - |
| XYZ | 37.64 | 22.47 | 41.89 | - |
| YUV | 128.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 173 | 0 | 0.64 | 0.19 | 0.16 | 317.65 | 0.62 | 0.57 |
| Hex | D5 | 4D | AD | 0 | 40 | 13 | 10 | 13E | 3E | 39 |
| Octal | 325 | 115 | 255 | 0 | 100 | 23 | 20 | 476 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10101101 | 0 | 1000000 | 10011 | 10000 | 100111110 | 111110 | 111001 |
Color Harmonies of #D54DAD
Complementary color
Monochromatic Colors of #D54DAD
Black with #D54DAD
Text Example
Text Example
White with #D54DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DAD; }
p { color: rgb(213,77,173); }
H1.HeaderClassName
{
color: #D54DAD;
}
.AnyTagClassName
{
color: #D54DAD;
}
</style>
background-color css
<style>
a { background-color: #D54DAD; }
a { background-color: rgb(213,77,173); }
div.DivClassName
{
background-color: #D54DAD;
}
.BgClassName
{
background-color: #D54DAD;
}
</style>
border-color css
<style>
span { border-color: #D54DAD; }
span { border-color: rgb(213,77,173); }
td.TdClassName
{
border-color: #D54DAD;
}
.TagClassName
{
border-color: #D54DAD;
}
</style>