Shades of Fuchsia #D537B2
Tints of Fuchsia #D537B2
RGB
CMYK
RGB Variations
Color information
#D537B2 (or 0xD537B2) is known color: Fuchsia. HEX triplet: D5, 37 and B2. RGB value is (213,55,178). Sum of RGB (Red+Green+Blue) = 213+55+178=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D537B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D537B2 is #2AC84D. Grayscale: #737373. Windows color (decimal): -2803790 or 11679701. OLE color: 11679701.
HSL color Cylindrical-coordinate representation of color #D537B2: hue angle of 313.29º 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 #D537B2 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 178 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.16 |
| HSL | 313.29º | 0.65% | 0.53% | - |
| HSV(B) | 313.29º | 0.74% | 0.84% | - |
| XYZ | 36.84 | 20.09 | 44.06 | - |
| YUV | 116.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 178 | 0 | 0.74 | 0.16 | 0.16 | 313.29 | 0.65 | 0.53 |
| Hex | D5 | 37 | B2 | 0 | 4A | 10 | 10 | 139 | 41 | 35 |
| Octal | 325 | 67 | 262 | 0 | 112 | 20 | 20 | 471 | 101 | 65 |
| Binary | 11010101 | 110111 | 10110010 | 0 | 1001010 | 10000 | 10000 | 100111001 | 1000001 | 110101 |
Color Harmonies of #D537B2
Complementary color
Monochromatic Colors of #D537B2
Black with #D537B2
Text Example
Text Example
White with #D537B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537B2; }
p { color: rgb(213,55,178); }
H1.HeaderClassName
{
color: #D537B2;
}
.AnyTagClassName
{
color: #D537B2;
}
</style>
background-color css
<style>
a { background-color: #D537B2; }
a { background-color: rgb(213,55,178); }
div.DivClassName
{
background-color: #D537B2;
}
.BgClassName
{
background-color: #D537B2;
}
</style>
border-color css
<style>
span { border-color: #D537B2; }
span { border-color: rgb(213,55,178); }
td.TdClassName
{
border-color: #D537B2;
}
.TagClassName
{
border-color: #D537B2;
}
</style>