Shades of Fuchsia #D54DB1
Tints of Fuchsia #D54DB1
RGB
CMYK
RGB Variations
Color information
#D54DB1 (or 0xD54DB1) is known color: Fuchsia. HEX triplet: D5, 4D and B1. RGB value is (213,77,177). Sum of RGB (Red+Green+Blue) = 213+77+177=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DB1 is #2AB24E. Grayscale: #808080. Windows color (decimal): -2798159 or 11619797. OLE color: 11619797.
HSL color Cylindrical-coordinate representation of color #D54DB1: hue angle of 315.88º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54DB1 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 177 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.16 |
| HSL | 315.88º | 0.62% | 0.57% | - |
| HSV(B) | 315.88º | 0.64% | 0.84% | - |
| XYZ | 38.03 | 22.63 | 43.96 | - |
| YUV | 129.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 177 | 0 | 0.64 | 0.17 | 0.16 | 315.88 | 0.62 | 0.57 |
| Hex | D5 | 4D | B1 | 0 | 40 | 11 | 10 | 13C | 3E | 39 |
| Octal | 325 | 115 | 261 | 0 | 100 | 21 | 20 | 474 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10110001 | 0 | 1000000 | 10001 | 10000 | 100111100 | 111110 | 111001 |
Color Harmonies of #D54DB1
Complementary color
Monochromatic Colors of #D54DB1
Black with #D54DB1
Text Example
Text Example
White with #D54DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DB1; }
p { color: rgb(213,77,177); }
H1.HeaderClassName
{
color: #D54DB1;
}
.AnyTagClassName
{
color: #D54DB1;
}
</style>
background-color css
<style>
a { background-color: #D54DB1; }
a { background-color: rgb(213,77,177); }
div.DivClassName
{
background-color: #D54DB1;
}
.BgClassName
{
background-color: #D54DB1;
}
</style>
border-color css
<style>
span { border-color: #D54DB1; }
span { border-color: rgb(213,77,177); }
td.TdClassName
{
border-color: #D54DB1;
}
.TagClassName
{
border-color: #D54DB1;
}
</style>