Shades of Fuchsia #D559BD
Tints of Fuchsia #D559BD
RGB
CMYK
RGB Variations
Color information
#D559BD (or 0xD559BD) is known color: Fuchsia. HEX triplet: D5, 59 and BD. RGB value is (213,89,189). Sum of RGB (Red+Green+Blue) = 213+89+189=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D559BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559BD is #2AA642. Grayscale: #898989. Windows color (decimal): -2795075 or 12409301. OLE color: 12409301.
HSL color Cylindrical-coordinate representation of color #D559BD: hue angle of 311.61º 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 #D559BD is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 189 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.16 |
| HSL | 311.61º | 0.6% | 0.59% | - |
| HSV(B) | 311.61º | 0.58% | 0.84% | - |
| XYZ | 40.2 | 24.97 | 50.84 | - |
| YUV | 137.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 189 | 0 | 0.58 | 0.11 | 0.16 | 311.61 | 0.6 | 0.59 |
| Hex | D5 | 59 | BD | 0 | 3A | B | 10 | 138 | 3C | 3B |
| Octal | 325 | 131 | 275 | 0 | 72 | 13 | 20 | 470 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10111101 | 0 | 111010 | 1011 | 10000 | 100111000 | 111100 | 111011 |
Color Harmonies of #D559BD
Complementary color
Monochromatic Colors of #D559BD
Black with #D559BD
Text Example
Text Example
White with #D559BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559BD; }
p { color: rgb(213,89,189); }
H1.HeaderClassName
{
color: #D559BD;
}
.AnyTagClassName
{
color: #D559BD;
}
</style>
background-color css
<style>
a { background-color: #D559BD; }
a { background-color: rgb(213,89,189); }
div.DivClassName
{
background-color: #D559BD;
}
.BgClassName
{
background-color: #D559BD;
}
</style>
border-color css
<style>
span { border-color: #D559BD; }
span { border-color: rgb(213,89,189); }
td.TdClassName
{
border-color: #D559BD;
}
.TagClassName
{
border-color: #D559BD;
}
</style>