Shades of Fuchsia #D537BA
Tints of Fuchsia #D537BA
RGB
CMYK
RGB Variations
Color information
#D537BA (or 0xD537BA) is known color: Fuchsia. HEX triplet: D5, 37 and BA. RGB value is (213,55,186). Sum of RGB (Red+Green+Blue) = 213+55+186=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D537BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537BA is #2AC845. Grayscale: #747474. Windows color (decimal): -2803782 or 12203989. OLE color: 12203989.
HSL color Cylindrical-coordinate representation of color #D537BA: hue angle of 310.25º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D537BA is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 186 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.16 |
| HSL | 310.25º | 0.65% | 0.53% | - |
| HSV(B) | 310.25º | 0.74% | 0.84% | - |
| XYZ | 37.67 | 20.42 | 48.41 | - |
| YUV | 117.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 186 | 0 | 0.74 | 0.13 | 0.16 | 310.25 | 0.65 | 0.53 |
| Hex | D5 | 37 | BA | 0 | 4A | D | 10 | 136 | 41 | 35 |
| Octal | 325 | 67 | 272 | 0 | 112 | 15 | 20 | 466 | 101 | 65 |
| Binary | 11010101 | 110111 | 10111010 | 0 | 1001010 | 1101 | 10000 | 100110110 | 1000001 | 110101 |
Color Harmonies of #D537BA
Complementary color
Monochromatic Colors of #D537BA
Black with #D537BA
Text Example
Text Example
White with #D537BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537BA; }
p { color: rgb(213,55,186); }
H1.HeaderClassName
{
color: #D537BA;
}
.AnyTagClassName
{
color: #D537BA;
}
</style>
background-color css
<style>
a { background-color: #D537BA; }
a { background-color: rgb(213,55,186); }
div.DivClassName
{
background-color: #D537BA;
}
.BgClassName
{
background-color: #D537BA;
}
</style>
border-color css
<style>
span { border-color: #D537BA; }
span { border-color: rgb(213,55,186); }
td.TdClassName
{
border-color: #D537BA;
}
.TagClassName
{
border-color: #D537BA;
}
</style>