Shades of Fuchsia #D54EAF
Tints of Fuchsia #D54EAF
RGB
CMYK
RGB Variations
Color information
#D54EAF (or 0xD54EAF) is known color: Fuchsia. HEX triplet: D5, 4E and AF. RGB value is (213,78,175). Sum of RGB (Red+Green+Blue) = 213+78+175=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54EAF is #2AB150. Grayscale: #818181. Windows color (decimal): -2797905 or 11488981. OLE color: 11488981.
HSL color Cylindrical-coordinate representation of color #D54EAF: hue angle of 316.89º 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 #D54EAF is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 175 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.16 |
| HSL | 316.89º | 0.62% | 0.57% | - |
| HSV(B) | 316.89º | 0.63% | 0.84% | - |
| XYZ | 37.9 | 22.69 | 42.94 | - |
| YUV | 129.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 175 | 0 | 0.63 | 0.18 | 0.16 | 316.89 | 0.62 | 0.57 |
| Hex | D5 | 4E | AF | 0 | 3F | 12 | 10 | 13D | 3E | 39 |
| Octal | 325 | 116 | 257 | 0 | 77 | 22 | 20 | 475 | 76 | 71 |
| Binary | 11010101 | 1001110 | 10101111 | 0 | 111111 | 10010 | 10000 | 100111101 | 111110 | 111001 |
Color Harmonies of #D54EAF
Complementary color
Monochromatic Colors of #D54EAF
Black with #D54EAF
Text Example
Text Example
White with #D54EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EAF; }
p { color: rgb(213,78,175); }
H1.HeaderClassName
{
color: #D54EAF;
}
.AnyTagClassName
{
color: #D54EAF;
}
</style>
background-color css
<style>
a { background-color: #D54EAF; }
a { background-color: rgb(213,78,175); }
div.DivClassName
{
background-color: #D54EAF;
}
.BgClassName
{
background-color: #D54EAF;
}
</style>
border-color css
<style>
span { border-color: #D54EAF; }
span { border-color: rgb(213,78,175); }
td.TdClassName
{
border-color: #D54EAF;
}
.TagClassName
{
border-color: #D54EAF;
}
</style>