Shades of Fuchsia #D537BC
Tints of Fuchsia #D537BC
RGB
CMYK
RGB Variations
Color information
#D537BC (or 0xD537BC) is known color: Fuchsia. HEX triplet: D5, 37 and BC. RGB value is (213,55,188). Sum of RGB (Red+Green+Blue) = 213+55+188=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D537BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537BC is #2AC843. Grayscale: #757575. Windows color (decimal): -2803780 or 12335061. OLE color: 12335061.
HSL color Cylindrical-coordinate representation of color #D537BC: hue angle of 309.49º 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 #D537BC is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 188 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.16 |
| HSL | 309.49º | 0.65% | 0.53% | - |
| HSV(B) | 309.49º | 0.74% | 0.84% | - |
| XYZ | 37.88 | 20.51 | 49.54 | - |
| YUV | 117.4 | 167.85 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 188 | 0 | 0.74 | 0.12 | 0.16 | 309.49 | 0.65 | 0.53 |
| Hex | D5 | 37 | BC | 0 | 4A | C | 10 | 135 | 41 | 35 |
| Octal | 325 | 67 | 274 | 0 | 112 | 14 | 20 | 465 | 101 | 65 |
| Binary | 11010101 | 110111 | 10111100 | 0 | 1001010 | 1100 | 10000 | 100110101 | 1000001 | 110101 |
Color Harmonies of #D537BC
Complementary color
Monochromatic Colors of #D537BC
Black with #D537BC
Text Example
Text Example
White with #D537BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537BC; }
p { color: rgb(213,55,188); }
H1.HeaderClassName
{
color: #D537BC;
}
.AnyTagClassName
{
color: #D537BC;
}
</style>
background-color css
<style>
a { background-color: #D537BC; }
a { background-color: rgb(213,55,188); }
div.DivClassName
{
background-color: #D537BC;
}
.BgClassName
{
background-color: #D537BC;
}
</style>
border-color css
<style>
span { border-color: #D537BC; }
span { border-color: rgb(213,55,188); }
td.TdClassName
{
border-color: #D537BC;
}
.TagClassName
{
border-color: #D537BC;
}
</style>