Shades of Fuchsia #D559B9
Tints of Fuchsia #D559B9
RGB
CMYK
RGB Variations
Color information
#D559B9 (or 0xD559B9) is known color: Fuchsia. HEX triplet: D5, 59 and B9. RGB value is (213,89,185). Sum of RGB (Red+Green+Blue) = 213+89+185=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D559B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559B9 is #2AA646. Grayscale: #888888. Windows color (decimal): -2795079 or 12147157. OLE color: 12147157.
HSL color Cylindrical-coordinate representation of color #D559B9: hue angle of 313.55º 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 #D559B9 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 185 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.16 |
| HSL | 313.55º | 0.6% | 0.59% | - |
| HSV(B) | 313.55º | 0.58% | 0.84% | - |
| XYZ | 39.77 | 24.79 | 48.59 | - |
| YUV | 137.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 185 | 0 | 0.58 | 0.13 | 0.16 | 313.55 | 0.6 | 0.59 |
| Hex | D5 | 59 | B9 | 0 | 3A | D | 10 | 13A | 3C | 3B |
| Octal | 325 | 131 | 271 | 0 | 72 | 15 | 20 | 472 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10111001 | 0 | 111010 | 1101 | 10000 | 100111010 | 111100 | 111011 |
Color Harmonies of #D559B9
Complementary color
Monochromatic Colors of #D559B9
Black with #D559B9
Text Example
Text Example
White with #D559B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559B9; }
p { color: rgb(213,89,185); }
H1.HeaderClassName
{
color: #D559B9;
}
.AnyTagClassName
{
color: #D559B9;
}
</style>
background-color css
<style>
a { background-color: #D559B9; }
a { background-color: rgb(213,89,185); }
div.DivClassName
{
background-color: #D559B9;
}
.BgClassName
{
background-color: #D559B9;
}
</style>
border-color css
<style>
span { border-color: #D559B9; }
span { border-color: rgb(213,89,185); }
td.TdClassName
{
border-color: #D559B9;
}
.TagClassName
{
border-color: #D559B9;
}
</style>