Shades of Fuchsia #D559B0
Tints of Fuchsia #D559B0
RGB
CMYK
RGB Variations
Color information
#D559B0 (or 0xD559B0) is known color: Fuchsia. HEX triplet: D5, 59 and B0. RGB value is (213,89,176). Sum of RGB (Red+Green+Blue) = 213+89+176=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D559B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D559B0 is #2AA64F. Grayscale: #878787. Windows color (decimal): -2795088 or 11557333. OLE color: 11557333.
HSL color Cylindrical-coordinate representation of color #D559B0: hue angle of 317.9º 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 #D559B0 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 176 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.16 |
| HSL | 317.9º | 0.6% | 0.59% | - |
| HSV(B) | 317.9º | 0.58% | 0.84% | - |
| XYZ | 38.85 | 24.43 | 43.74 | - |
| YUV | 135.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 176 | 0 | 0.58 | 0.17 | 0.16 | 317.9 | 0.6 | 0.59 |
| Hex | D5 | 59 | B0 | 0 | 3A | 11 | 10 | 13E | 3C | 3B |
| Octal | 325 | 131 | 260 | 0 | 72 | 21 | 20 | 476 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10110000 | 0 | 111010 | 10001 | 10000 | 100111110 | 111100 | 111011 |
Color Harmonies of #D559B0
Complementary color
Monochromatic Colors of #D559B0
Black with #D559B0
Text Example
Text Example
White with #D559B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559B0; }
p { color: rgb(213,89,176); }
H1.HeaderClassName
{
color: #D559B0;
}
.AnyTagClassName
{
color: #D559B0;
}
</style>
background-color css
<style>
a { background-color: #D559B0; }
a { background-color: rgb(213,89,176); }
div.DivClassName
{
background-color: #D559B0;
}
.BgClassName
{
background-color: #D559B0;
}
</style>
border-color css
<style>
span { border-color: #D559B0; }
span { border-color: rgb(213,89,176); }
td.TdClassName
{
border-color: #D559B0;
}
.TagClassName
{
border-color: #D559B0;
}
</style>