Shades of Fuchsia #D53AB1
Tints of Fuchsia #D53AB1
RGB
CMYK
RGB Variations
Color information
#D53AB1 (or 0xD53AB1) is known color: Fuchsia. HEX triplet: D5, 3A and B1. RGB value is (213,58,177). Sum of RGB (Red+Green+Blue) = 213+58+177=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53AB1 is #2AC54E. Grayscale: #757575. Windows color (decimal): -2803023 or 11614933. OLE color: 11614933.
HSL color Cylindrical-coordinate representation of color #D53AB1: hue angle of 313.94º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53AB1 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 177 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.16 |
| HSL | 313.94º | 0.65% | 0.53% | - |
| HSV(B) | 313.94º | 0.73% | 0.84% | - |
| XYZ | 36.89 | 20.35 | 43.58 | - |
| YUV | 117.91 | 161.35 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 177 | 0 | 0.73 | 0.17 | 0.16 | 313.94 | 0.65 | 0.53 |
| Hex | D5 | 3A | B1 | 0 | 49 | 11 | 10 | 13A | 41 | 35 |
| Octal | 325 | 72 | 261 | 0 | 111 | 21 | 20 | 472 | 101 | 65 |
| Binary | 11010101 | 111010 | 10110001 | 0 | 1001001 | 10001 | 10000 | 100111010 | 1000001 | 110101 |
Color Harmonies of #D53AB1
Complementary color
Monochromatic Colors of #D53AB1
Black with #D53AB1
Text Example
Text Example
White with #D53AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53AB1; }
p { color: rgb(213,58,177); }
H1.HeaderClassName
{
color: #D53AB1;
}
.AnyTagClassName
{
color: #D53AB1;
}
</style>
background-color css
<style>
a { background-color: #D53AB1; }
a { background-color: rgb(213,58,177); }
div.DivClassName
{
background-color: #D53AB1;
}
.BgClassName
{
background-color: #D53AB1;
}
</style>
border-color css
<style>
span { border-color: #D53AB1; }
span { border-color: rgb(213,58,177); }
td.TdClassName
{
border-color: #D53AB1;
}
.TagClassName
{
border-color: #D53AB1;
}
</style>