Shades of Fuchsia #D53ABA
Tints of Fuchsia #D53ABA
RGB
CMYK
RGB Variations
Color information
#D53ABA (or 0xD53ABA) is known color: Fuchsia. HEX triplet: D5, 3A and BA. RGB value is (213,58,186). Sum of RGB (Red+Green+Blue) = 213+58+186=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ABA is #2AC545. Grayscale: #767676. Windows color (decimal): -2803014 or 12204757. OLE color: 12204757.
HSL color Cylindrical-coordinate representation of color #D53ABA: hue angle of 310.45º 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 #D53ABA is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 186 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.16 |
| HSL | 310.45º | 0.65% | 0.53% | - |
| HSV(B) | 310.45º | 0.73% | 0.84% | - |
| XYZ | 37.82 | 20.72 | 48.46 | - |
| YUV | 118.94 | 165.85 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 186 | 0 | 0.73 | 0.13 | 0.16 | 310.45 | 0.65 | 0.53 |
| Hex | D5 | 3A | BA | 0 | 49 | D | 10 | 136 | 41 | 35 |
| Octal | 325 | 72 | 272 | 0 | 111 | 15 | 20 | 466 | 101 | 65 |
| Binary | 11010101 | 111010 | 10111010 | 0 | 1001001 | 1101 | 10000 | 100110110 | 1000001 | 110101 |
Color Harmonies of #D53ABA
Complementary color
Monochromatic Colors of #D53ABA
Black with #D53ABA
Text Example
Text Example
White with #D53ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53ABA; }
p { color: rgb(213,58,186); }
H1.HeaderClassName
{
color: #D53ABA;
}
.AnyTagClassName
{
color: #D53ABA;
}
</style>
background-color css
<style>
a { background-color: #D53ABA; }
a { background-color: rgb(213,58,186); }
div.DivClassName
{
background-color: #D53ABA;
}
.BgClassName
{
background-color: #D53ABA;
}
</style>
border-color css
<style>
span { border-color: #D53ABA; }
span { border-color: rgb(213,58,186); }
td.TdClassName
{
border-color: #D53ABA;
}
.TagClassName
{
border-color: #D53ABA;
}
</style>