Shades of Fuchsia #D54EC5
Tints of Fuchsia #D54EC5
RGB
CMYK
RGB Variations
Color information
#D54EC5 (or 0xD54EC5) is known color: Fuchsia. HEX triplet: D5, 4E and C5. RGB value is (213,78,197). Sum of RGB (Red+Green+Blue) = 213+78+197=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EC5 is #2AB13A. Grayscale: #838383. Windows color (decimal): -2797883 or 12930773. OLE color: 12930773.
HSL color Cylindrical-coordinate representation of color #D54EC5: hue angle of 307.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54EC5 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 197 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.16 |
| HSL | 307.11º | 0.62% | 0.57% | - |
| HSV(B) | 307.11º | 0.63% | 0.84% | - |
| XYZ | 40.24 | 23.63 | 55.26 | - |
| YUV | 131.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 197 | 0 | 0.63 | 0.08 | 0.16 | 307.11 | 0.62 | 0.57 |
| Hex | D5 | 4E | C5 | 0 | 3F | 8 | 10 | 133 | 3E | 39 |
| Octal | 325 | 116 | 305 | 0 | 77 | 10 | 20 | 463 | 76 | 71 |
| Binary | 11010101 | 1001110 | 11000101 | 0 | 111111 | 1000 | 10000 | 100110011 | 111110 | 111001 |
Color Harmonies of #D54EC5
Complementary color
Monochromatic Colors of #D54EC5
Black with #D54EC5
Text Example
Text Example
White with #D54EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EC5; }
p { color: rgb(213,78,197); }
H1.HeaderClassName
{
color: #D54EC5;
}
.AnyTagClassName
{
color: #D54EC5;
}
</style>
background-color css
<style>
a { background-color: #D54EC5; }
a { background-color: rgb(213,78,197); }
div.DivClassName
{
background-color: #D54EC5;
}
.BgClassName
{
background-color: #D54EC5;
}
</style>
border-color css
<style>
span { border-color: #D54EC5; }
span { border-color: rgb(213,78,197); }
td.TdClassName
{
border-color: #D54EC5;
}
.TagClassName
{
border-color: #D54EC5;
}
</style>