Shades of Fuchsia #D559BC
Tints of Fuchsia #D559BC
RGB
CMYK
RGB Variations
Color information
#D559BC (or 0xD559BC) is known color: Fuchsia. HEX triplet: D5, 59 and BC. RGB value is (213,89,188). Sum of RGB (Red+Green+Blue) = 213+89+188=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D559BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559BC is #2AA643. Grayscale: #898989. Windows color (decimal): -2795076 or 12343765. OLE color: 12343765.
HSL color Cylindrical-coordinate representation of color #D559BC: hue angle of 312.1º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D559BC is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 188 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.16 |
| HSL | 312.1º | 0.6% | 0.59% | - |
| HSV(B) | 312.1º | 0.58% | 0.84% | - |
| XYZ | 40.09 | 24.92 | 50.27 | - |
| YUV | 137.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 188 | 0 | 0.58 | 0.12 | 0.16 | 312.1 | 0.6 | 0.59 |
| Hex | D5 | 59 | BC | 0 | 3A | C | 10 | 138 | 3C | 3B |
| Octal | 325 | 131 | 274 | 0 | 72 | 14 | 20 | 470 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10111100 | 0 | 111010 | 1100 | 10000 | 100111000 | 111100 | 111011 |
Color Harmonies of #D559BC
Complementary color
Monochromatic Colors of #D559BC
Black with #D559BC
Text Example
Text Example
White with #D559BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559BC; }
p { color: rgb(213,89,188); }
H1.HeaderClassName
{
color: #D559BC;
}
.AnyTagClassName
{
color: #D559BC;
}
</style>
background-color css
<style>
a { background-color: #D559BC; }
a { background-color: rgb(213,89,188); }
div.DivClassName
{
background-color: #D559BC;
}
.BgClassName
{
background-color: #D559BC;
}
</style>
border-color css
<style>
span { border-color: #D559BC; }
span { border-color: rgb(213,89,188); }
td.TdClassName
{
border-color: #D559BC;
}
.TagClassName
{
border-color: #D559BC;
}
</style>