Shades of Fuchsia #D539BC
Tints of Fuchsia #D539BC
RGB
CMYK
RGB Variations
Color information
#D539BC (or 0xD539BC) is known color: Fuchsia. HEX triplet: D5, 39 and BC. RGB value is (213,57,188). Sum of RGB (Red+Green+Blue) = 213+57+188=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D539BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539BC is #2AC643. Grayscale: #767676. Windows color (decimal): -2803268 or 12335573. OLE color: 12335573.
HSL color Cylindrical-coordinate representation of color #D539BC: hue angle of 309.62º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D539BC is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 188 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.16 |
| HSL | 309.62º | 0.65% | 0.53% | - |
| HSV(B) | 309.62º | 0.73% | 0.84% | - |
| XYZ | 37.98 | 20.7 | 49.57 | - |
| YUV | 118.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 188 | 0 | 0.73 | 0.12 | 0.16 | 309.62 | 0.65 | 0.53 |
| Hex | D5 | 39 | BC | 0 | 49 | C | 10 | 136 | 41 | 35 |
| Octal | 325 | 71 | 274 | 0 | 111 | 14 | 20 | 466 | 101 | 65 |
| Binary | 11010101 | 111001 | 10111100 | 0 | 1001001 | 1100 | 10000 | 100110110 | 1000001 | 110101 |
Color Harmonies of #D539BC
Complementary color
Monochromatic Colors of #D539BC
Black with #D539BC
Text Example
Text Example
White with #D539BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539BC; }
p { color: rgb(213,57,188); }
H1.HeaderClassName
{
color: #D539BC;
}
.AnyTagClassName
{
color: #D539BC;
}
</style>
background-color css
<style>
a { background-color: #D539BC; }
a { background-color: rgb(213,57,188); }
div.DivClassName
{
background-color: #D539BC;
}
.BgClassName
{
background-color: #D539BC;
}
</style>
border-color css
<style>
span { border-color: #D539BC; }
span { border-color: rgb(213,57,188); }
td.TdClassName
{
border-color: #D539BC;
}
.TagClassName
{
border-color: #D539BC;
}
</style>