Shades of Fuchsia #D54DBD
Tints of Fuchsia #D54DBD
RGB
CMYK
RGB Variations
Color information
#D54DBD (or 0xD54DBD) is known color: Fuchsia. HEX triplet: D5, 4D and BD. RGB value is (213,77,189). Sum of RGB (Red+Green+Blue) = 213+77+189=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DBD is #2AB242. Grayscale: #828282. Windows color (decimal): -2798147 or 12406229. OLE color: 12406229.
HSL color Cylindrical-coordinate representation of color #D54DBD: hue angle of 310.59º 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 #D54DBD is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 189 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.16 |
| HSL | 310.59º | 0.62% | 0.57% | - |
| HSV(B) | 310.59º | 0.64% | 0.84% | - |
| XYZ | 39.28 | 23.13 | 50.54 | - |
| YUV | 130.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 189 | 0 | 0.64 | 0.11 | 0.16 | 310.59 | 0.62 | 0.57 |
| Hex | D5 | 4D | BD | 0 | 40 | B | 10 | 137 | 3E | 39 |
| Octal | 325 | 115 | 275 | 0 | 100 | 13 | 20 | 467 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10111101 | 0 | 1000000 | 1011 | 10000 | 100110111 | 111110 | 111001 |
Color Harmonies of #D54DBD
Complementary color
Monochromatic Colors of #D54DBD
Black with #D54DBD
Text Example
Text Example
White with #D54DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DBD; }
p { color: rgb(213,77,189); }
H1.HeaderClassName
{
color: #D54DBD;
}
.AnyTagClassName
{
color: #D54DBD;
}
</style>
background-color css
<style>
a { background-color: #D54DBD; }
a { background-color: rgb(213,77,189); }
div.DivClassName
{
background-color: #D54DBD;
}
.BgClassName
{
background-color: #D54DBD;
}
</style>
border-color css
<style>
span { border-color: #D54DBD; }
span { border-color: rgb(213,77,189); }
td.TdClassName
{
border-color: #D54DBD;
}
.TagClassName
{
border-color: #D54DBD;
}
</style>