Shades of Fuchsia #D539BA
Tints of Fuchsia #D539BA
RGB
CMYK
RGB Variations
Color information
#D539BA (or 0xD539BA) is known color: Fuchsia. HEX triplet: D5, 39 and BA. RGB value is (213,57,186). Sum of RGB (Red+Green+Blue) = 213+57+186=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D539BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539BA is #2AC645. Grayscale: #757575. Windows color (decimal): -2803270 or 12204501. OLE color: 12204501.
HSL color Cylindrical-coordinate representation of color #D539BA: hue angle of 310.38º 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 #D539BA is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 186 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.16 |
| HSL | 310.38º | 0.65% | 0.53% | - |
| HSV(B) | 310.38º | 0.73% | 0.84% | - |
| XYZ | 37.77 | 20.62 | 48.44 | - |
| YUV | 118.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 186 | 0 | 0.73 | 0.13 | 0.16 | 310.38 | 0.65 | 0.53 |
| Hex | D5 | 39 | BA | 0 | 49 | D | 10 | 136 | 41 | 35 |
| Octal | 325 | 71 | 272 | 0 | 111 | 15 | 20 | 466 | 101 | 65 |
| Binary | 11010101 | 111001 | 10111010 | 0 | 1001001 | 1101 | 10000 | 100110110 | 1000001 | 110101 |
Color Harmonies of #D539BA
Complementary color
Monochromatic Colors of #D539BA
Black with #D539BA
Text Example
Text Example
White with #D539BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539BA; }
p { color: rgb(213,57,186); }
H1.HeaderClassName
{
color: #D539BA;
}
.AnyTagClassName
{
color: #D539BA;
}
</style>
background-color css
<style>
a { background-color: #D539BA; }
a { background-color: rgb(213,57,186); }
div.DivClassName
{
background-color: #D539BA;
}
.BgClassName
{
background-color: #D539BA;
}
</style>
border-color css
<style>
span { border-color: #D539BA; }
span { border-color: rgb(213,57,186); }
td.TdClassName
{
border-color: #D539BA;
}
.TagClassName
{
border-color: #D539BA;
}
</style>