Shades of Fuchsia #D54EC8
Tints of Fuchsia #D54EC8
RGB
CMYK
RGB Variations
Color information
#D54EC8 (or 0xD54EC8) is known color: Fuchsia. HEX triplet: D5, 4E and C8. RGB value is (213,78,200). Sum of RGB (Red+Green+Blue) = 213+78+200=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EC8 is #2AB137. Grayscale: #838383. Windows color (decimal): -2797880 or 13127381. OLE color: 13127381.
HSL color Cylindrical-coordinate representation of color #D54EC8: hue angle of 305.78º 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 #D54EC8 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 200 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.16 |
| HSL | 305.78º | 0.62% | 0.57% | - |
| HSV(B) | 305.78º | 0.63% | 0.84% | - |
| XYZ | 40.59 | 23.77 | 57.09 | - |
| YUV | 132.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 200 | 0 | 0.63 | 0.06 | 0.16 | 305.78 | 0.62 | 0.57 |
| Hex | D5 | 4E | C8 | 0 | 3F | 6 | 10 | 132 | 3E | 39 |
| Octal | 325 | 116 | 310 | 0 | 77 | 6 | 20 | 462 | 76 | 71 |
| Binary | 11010101 | 1001110 | 11001000 | 0 | 111111 | 110 | 10000 | 100110010 | 111110 | 111001 |
Color Harmonies of #D54EC8
Complementary color
Monochromatic Colors of #D54EC8
Black with #D54EC8
Text Example
Text Example
White with #D54EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EC8; }
p { color: rgb(213,78,200); }
H1.HeaderClassName
{
color: #D54EC8;
}
.AnyTagClassName
{
color: #D54EC8;
}
</style>
background-color css
<style>
a { background-color: #D54EC8; }
a { background-color: rgb(213,78,200); }
div.DivClassName
{
background-color: #D54EC8;
}
.BgClassName
{
background-color: #D54EC8;
}
</style>
border-color css
<style>
span { border-color: #D54EC8; }
span { border-color: rgb(213,78,200); }
td.TdClassName
{
border-color: #D54EC8;
}
.TagClassName
{
border-color: #D54EC8;
}
</style>