Shades of Fuchsia #D559B5
Tints of Fuchsia #D559B5
RGB
CMYK
RGB Variations
Color information
#D559B5 (or 0xD559B5) is known color: Fuchsia. HEX triplet: D5, 59 and B5. RGB value is (213,89,181). Sum of RGB (Red+Green+Blue) = 213+89+181=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D559B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559B5 is #2AA64A. Grayscale: #888888. Windows color (decimal): -2795083 or 11885013. OLE color: 11885013.
HSL color Cylindrical-coordinate representation of color #D559B5: hue angle of 315.48º 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 #D559B5 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 181 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.16 |
| HSL | 315.48º | 0.6% | 0.59% | - |
| HSV(B) | 315.48º | 0.58% | 0.84% | - |
| XYZ | 39.35 | 24.63 | 46.4 | - |
| YUV | 136.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 181 | 0 | 0.58 | 0.15 | 0.16 | 315.48 | 0.6 | 0.59 |
| Hex | D5 | 59 | B5 | 0 | 3A | F | 10 | 13B | 3C | 3B |
| Octal | 325 | 131 | 265 | 0 | 72 | 17 | 20 | 473 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10110101 | 0 | 111010 | 1111 | 10000 | 100111011 | 111100 | 111011 |
Color Harmonies of #D559B5
Complementary color
Monochromatic Colors of #D559B5
Black with #D559B5
Text Example
Text Example
White with #D559B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559B5; }
p { color: rgb(213,89,181); }
H1.HeaderClassName
{
color: #D559B5;
}
.AnyTagClassName
{
color: #D559B5;
}
</style>
background-color css
<style>
a { background-color: #D559B5; }
a { background-color: rgb(213,89,181); }
div.DivClassName
{
background-color: #D559B5;
}
.BgClassName
{
background-color: #D559B5;
}
</style>
border-color css
<style>
span { border-color: #D559B5; }
span { border-color: rgb(213,89,181); }
td.TdClassName
{
border-color: #D559B5;
}
.TagClassName
{
border-color: #D559B5;
}
</style>