Shades of Fuchsia #D54EB8
Tints of Fuchsia #D54EB8
RGB
CMYK
RGB Variations
Color information
#D54EB8 (or 0xD54EB8) is known color: Fuchsia. HEX triplet: D5, 4E and B8. RGB value is (213,78,184). Sum of RGB (Red+Green+Blue) = 213+78+184=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EB8 is #2AB147. Grayscale: #828282. Windows color (decimal): -2797896 or 12078805. OLE color: 12078805.
HSL color Cylindrical-coordinate representation of color #D54EB8: hue angle of 312.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 #D54EB8 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 184 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.16 |
| HSL | 312.89º | 0.62% | 0.57% | - |
| HSV(B) | 312.89º | 0.63% | 0.84% | - |
| XYZ | 38.82 | 23.06 | 47.75 | - |
| YUV | 130.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 184 | 0 | 0.63 | 0.14 | 0.16 | 312.89 | 0.62 | 0.57 |
| Hex | D5 | 4E | B8 | 0 | 3F | E | 10 | 139 | 3E | 39 |
| Octal | 325 | 116 | 270 | 0 | 77 | 16 | 20 | 471 | 76 | 71 |
| Binary | 11010101 | 1001110 | 10111000 | 0 | 111111 | 1110 | 10000 | 100111001 | 111110 | 111001 |
Color Harmonies of #D54EB8
Complementary color
Monochromatic Colors of #D54EB8
Black with #D54EB8
Text Example
Text Example
White with #D54EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EB8; }
p { color: rgb(213,78,184); }
H1.HeaderClassName
{
color: #D54EB8;
}
.AnyTagClassName
{
color: #D54EB8;
}
</style>
background-color css
<style>
a { background-color: #D54EB8; }
a { background-color: rgb(213,78,184); }
div.DivClassName
{
background-color: #D54EB8;
}
.BgClassName
{
background-color: #D54EB8;
}
</style>
border-color css
<style>
span { border-color: #D54EB8; }
span { border-color: rgb(213,78,184); }
td.TdClassName
{
border-color: #D54EB8;
}
.TagClassName
{
border-color: #D54EB8;
}
</style>