Shades of Fuchsia #D53ABB
Tints of Fuchsia #D53ABB
RGB
CMYK
RGB Variations
Color information
#D53ABB (or 0xD53ABB) is known color: Fuchsia. HEX triplet: D5, 3A and BB. RGB value is (213,58,187). Sum of RGB (Red+Green+Blue) = 213+58+187=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ABB is #2AC544. Grayscale: #767676. Windows color (decimal): -2803013 or 12270293. OLE color: 12270293.
HSL color Cylindrical-coordinate representation of color #D53ABB: hue angle of 310.06º 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 #D53ABB is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 187 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.16 |
| HSL | 310.06º | 0.65% | 0.53% | - |
| HSV(B) | 310.06º | 0.73% | 0.84% | - |
| XYZ | 37.92 | 20.76 | 49.02 | - |
| YUV | 119.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 187 | 0 | 0.73 | 0.12 | 0.16 | 310.06 | 0.65 | 0.53 |
| Hex | D5 | 3A | BB | 0 | 49 | C | 10 | 136 | 41 | 35 |
| Octal | 325 | 72 | 273 | 0 | 111 | 14 | 20 | 466 | 101 | 65 |
| Binary | 11010101 | 111010 | 10111011 | 0 | 1001001 | 1100 | 10000 | 100110110 | 1000001 | 110101 |
Color Harmonies of #D53ABB
Complementary color
Monochromatic Colors of #D53ABB
Black with #D53ABB
Text Example
Text Example
White with #D53ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53ABB; }
p { color: rgb(213,58,187); }
H1.HeaderClassName
{
color: #D53ABB;
}
.AnyTagClassName
{
color: #D53ABB;
}
</style>
background-color css
<style>
a { background-color: #D53ABB; }
a { background-color: rgb(213,58,187); }
div.DivClassName
{
background-color: #D53ABB;
}
.BgClassName
{
background-color: #D53ABB;
}
</style>
border-color css
<style>
span { border-color: #D53ABB; }
span { border-color: rgb(213,58,187); }
td.TdClassName
{
border-color: #D53ABB;
}
.TagClassName
{
border-color: #D53ABB;
}
</style>