Shades of Fuchsia #D537D1
Tints of Fuchsia #D537D1
RGB
CMYK
RGB Variations
Color information
#D537D1 (or 0xD537D1) is known color: Fuchsia. HEX triplet: D5, 37 and D1. RGB value is (213,55,209). Sum of RGB (Red+Green+Blue) = 213+55+209=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 55 (21.88% from 255 or 11.53% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D537D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537D1 is #2AC82E. Grayscale: #777777. Windows color (decimal): -2803759 or 13711317. OLE color: 13711317.
HSL color Cylindrical-coordinate representation of color #D537D1: hue angle of 301.52º 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 #D537D1 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 209 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.16 |
| HSL | 301.52º | 0.65% | 0.53% | - |
| HSV(B) | 301.52º | 0.74% | 0.84% | - |
| XYZ | 40.32 | 21.48 | 62.34 | - |
| YUV | 119.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 209 | 0 | 0.74 | 0.02 | 0.16 | 301.52 | 0.65 | 0.53 |
| Hex | D5 | 37 | D1 | 0 | 4A | 2 | 10 | 12E | 41 | 35 |
| Octal | 325 | 67 | 321 | 0 | 112 | 2 | 20 | 456 | 101 | 65 |
| Binary | 11010101 | 110111 | 11010001 | 0 | 1001010 | 10 | 10000 | 100101110 | 1000001 | 110101 |
Color Harmonies of #D537D1
Complementary color
Monochromatic Colors of #D537D1
Black with #D537D1
Text Example
Text Example
White with #D537D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537D1; }
p { color: rgb(213,55,209); }
H1.HeaderClassName
{
color: #D537D1;
}
.AnyTagClassName
{
color: #D537D1;
}
</style>
background-color css
<style>
a { background-color: #D537D1; }
a { background-color: rgb(213,55,209); }
div.DivClassName
{
background-color: #D537D1;
}
.BgClassName
{
background-color: #D537D1;
}
</style>
border-color css
<style>
span { border-color: #D537D1; }
span { border-color: rgb(213,55,209); }
td.TdClassName
{
border-color: #D537D1;
}
.TagClassName
{
border-color: #D537D1;
}
</style>