Shades of Fuchsia #D54EB0
Tints of Fuchsia #D54EB0
RGB
CMYK
RGB Variations
Color information
#D54EB0 (or 0xD54EB0) is known color: Fuchsia. HEX triplet: D5, 4E and B0. RGB value is (213,78,176). Sum of RGB (Red+Green+Blue) = 213+78+176=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54EB0 is #2AB14F. Grayscale: #818181. Windows color (decimal): -2797904 or 11554517. OLE color: 11554517.
HSL color Cylindrical-coordinate representation of color #D54EB0: hue angle of 316.44º 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 #D54EB0 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 176 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.16 |
| HSL | 316.44º | 0.62% | 0.57% | - |
| HSV(B) | 316.44º | 0.63% | 0.84% | - |
| XYZ | 38 | 22.73 | 43.46 | - |
| YUV | 129.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 176 | 0 | 0.63 | 0.17 | 0.16 | 316.44 | 0.62 | 0.57 |
| Hex | D5 | 4E | B0 | 0 | 3F | 11 | 10 | 13C | 3E | 39 |
| Octal | 325 | 116 | 260 | 0 | 77 | 21 | 20 | 474 | 76 | 71 |
| Binary | 11010101 | 1001110 | 10110000 | 0 | 111111 | 10001 | 10000 | 100111100 | 111110 | 111001 |
Color Harmonies of #D54EB0
Complementary color
Monochromatic Colors of #D54EB0
Black with #D54EB0
Text Example
Text Example
White with #D54EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EB0; }
p { color: rgb(213,78,176); }
H1.HeaderClassName
{
color: #D54EB0;
}
.AnyTagClassName
{
color: #D54EB0;
}
</style>
background-color css
<style>
a { background-color: #D54EB0; }
a { background-color: rgb(213,78,176); }
div.DivClassName
{
background-color: #D54EB0;
}
.BgClassName
{
background-color: #D54EB0;
}
</style>
border-color css
<style>
span { border-color: #D54EB0; }
span { border-color: rgb(213,78,176); }
td.TdClassName
{
border-color: #D54EB0;
}
.TagClassName
{
border-color: #D54EB0;
}
</style>