Shades of Fuchsia #D531BA
Tints of Fuchsia #D531BA
RGB
CMYK
RGB Variations
Color information
#D531BA (or 0xD531BA) is known color: Fuchsia. HEX triplet: D5, 31 and BA. RGB value is (213,49,186). Sum of RGB (Red+Green+Blue) = 213+49+186=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D531BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531BA is #2ACE45. Grayscale: #717171. Windows color (decimal): -2805318 or 12202453. OLE color: 12202453.
HSL color Cylindrical-coordinate representation of color #D531BA: hue angle of 309.88º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D531BA is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 186 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.16 |
| HSL | 309.88º | 0.66% | 0.51% | - |
| HSV(B) | 309.88º | 0.77% | 0.84% | - |
| XYZ | 37.4 | 19.89 | 48.32 | - |
| YUV | 113.65 | 168.83 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 186 | 0 | 0.77 | 0.13 | 0.16 | 309.88 | 0.66 | 0.51 |
| Hex | D5 | 31 | BA | 0 | 4D | D | 10 | 136 | 42 | 33 |
| Octal | 325 | 61 | 272 | 0 | 115 | 15 | 20 | 466 | 102 | 63 |
| Binary | 11010101 | 110001 | 10111010 | 0 | 1001101 | 1101 | 10000 | 100110110 | 1000010 | 110011 |
Color Harmonies of #D531BA
Complementary color
Monochromatic Colors of #D531BA
Black with #D531BA
Text Example
Text Example
White with #D531BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531BA; }
p { color: rgb(213,49,186); }
H1.HeaderClassName
{
color: #D531BA;
}
.AnyTagClassName
{
color: #D531BA;
}
</style>
background-color css
<style>
a { background-color: #D531BA; }
a { background-color: rgb(213,49,186); }
div.DivClassName
{
background-color: #D531BA;
}
.BgClassName
{
background-color: #D531BA;
}
</style>
border-color css
<style>
span { border-color: #D531BA; }
span { border-color: rgb(213,49,186); }
td.TdClassName
{
border-color: #D531BA;
}
.TagClassName
{
border-color: #D531BA;
}
</style>