Shades of Fuchsia #D559BA
Tints of Fuchsia #D559BA
RGB
CMYK
RGB Variations
Color information
#D559BA (or 0xD559BA) is known color: Fuchsia. HEX triplet: D5, 59 and BA. RGB value is (213,89,186). Sum of RGB (Red+Green+Blue) = 213+89+186=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D559BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559BA is #2AA645. Grayscale: #888888. Windows color (decimal): -2795078 or 12212693. OLE color: 12212693.
HSL color Cylindrical-coordinate representation of color #D559BA: hue angle of 313.06º 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 #D559BA is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 186 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.16 |
| HSL | 313.06º | 0.6% | 0.59% | - |
| HSV(B) | 313.06º | 0.58% | 0.84% | - |
| XYZ | 39.88 | 24.84 | 49.15 | - |
| YUV | 137.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 186 | 0 | 0.58 | 0.13 | 0.16 | 313.06 | 0.6 | 0.59 |
| Hex | D5 | 59 | BA | 0 | 3A | D | 10 | 139 | 3C | 3B |
| Octal | 325 | 131 | 272 | 0 | 72 | 15 | 20 | 471 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10111010 | 0 | 111010 | 1101 | 10000 | 100111001 | 111100 | 111011 |
Color Harmonies of #D559BA
Complementary color
Monochromatic Colors of #D559BA
Black with #D559BA
Text Example
Text Example
White with #D559BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559BA; }
p { color: rgb(213,89,186); }
H1.HeaderClassName
{
color: #D559BA;
}
.AnyTagClassName
{
color: #D559BA;
}
</style>
background-color css
<style>
a { background-color: #D559BA; }
a { background-color: rgb(213,89,186); }
div.DivClassName
{
background-color: #D559BA;
}
.BgClassName
{
background-color: #D559BA;
}
</style>
border-color css
<style>
span { border-color: #D559BA; }
span { border-color: rgb(213,89,186); }
td.TdClassName
{
border-color: #D559BA;
}
.TagClassName
{
border-color: #D559BA;
}
</style>