Shades of Fuchsia #D537BB
Tints of Fuchsia #D537BB
RGB
CMYK
RGB Variations
Color information
#D537BB (or 0xD537BB) is known color: Fuchsia. HEX triplet: D5, 37 and BB. RGB value is (213,55,187). Sum of RGB (Red+Green+Blue) = 213+55+187=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D537BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537BB is #2AC844. Grayscale: #747474. Windows color (decimal): -2803781 or 12269525. OLE color: 12269525.
HSL color Cylindrical-coordinate representation of color #D537BB: hue angle of 309.87º 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 #D537BB is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 187 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.16 |
| HSL | 309.87º | 0.65% | 0.53% | - |
| HSV(B) | 309.87º | 0.74% | 0.84% | - |
| XYZ | 37.78 | 20.47 | 48.97 | - |
| YUV | 117.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 187 | 0 | 0.74 | 0.12 | 0.16 | 309.87 | 0.65 | 0.53 |
| Hex | D5 | 37 | BB | 0 | 4A | C | 10 | 136 | 41 | 35 |
| Octal | 325 | 67 | 273 | 0 | 112 | 14 | 20 | 466 | 101 | 65 |
| Binary | 11010101 | 110111 | 10111011 | 0 | 1001010 | 1100 | 10000 | 100110110 | 1000001 | 110101 |
Color Harmonies of #D537BB
Complementary color
Monochromatic Colors of #D537BB
Black with #D537BB
Text Example
Text Example
White with #D537BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537BB; }
p { color: rgb(213,55,187); }
H1.HeaderClassName
{
color: #D537BB;
}
.AnyTagClassName
{
color: #D537BB;
}
</style>
background-color css
<style>
a { background-color: #D537BB; }
a { background-color: rgb(213,55,187); }
div.DivClassName
{
background-color: #D537BB;
}
.BgClassName
{
background-color: #D537BB;
}
</style>
border-color css
<style>
span { border-color: #D537BB; }
span { border-color: rgb(213,55,187); }
td.TdClassName
{
border-color: #D537BB;
}
.TagClassName
{
border-color: #D537BB;
}
</style>