Shades of Fuchsia #D559AD
Tints of Fuchsia #D559AD
RGB
CMYK
RGB Variations
Color information
#D559AD (or 0xD559AD) is known color: Fuchsia. HEX triplet: D5, 59 and AD. RGB value is (213,89,173). Sum of RGB (Red+Green+Blue) = 213+89+173=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D559AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D559AD is #2AA652. Grayscale: #878787. Windows color (decimal): -2795091 or 11360725. OLE color: 11360725.
HSL color Cylindrical-coordinate representation of color #D559AD: hue angle of 319.35º 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 #D559AD is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 173 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.16 |
| HSL | 319.35º | 0.6% | 0.59% | - |
| HSV(B) | 319.35º | 0.58% | 0.84% | - |
| XYZ | 38.56 | 24.31 | 42.19 | - |
| YUV | 135.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 173 | 0 | 0.58 | 0.19 | 0.16 | 319.35 | 0.6 | 0.59 |
| Hex | D5 | 59 | AD | 0 | 3A | 13 | 10 | 13F | 3C | 3B |
| Octal | 325 | 131 | 255 | 0 | 72 | 23 | 20 | 477 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10101101 | 0 | 111010 | 10011 | 10000 | 100111111 | 111100 | 111011 |
Color Harmonies of #D559AD
Complementary color
Monochromatic Colors of #D559AD
Black with #D559AD
Text Example
Text Example
White with #D559AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559AD; }
p { color: rgb(213,89,173); }
H1.HeaderClassName
{
color: #D559AD;
}
.AnyTagClassName
{
color: #D559AD;
}
</style>
background-color css
<style>
a { background-color: #D559AD; }
a { background-color: rgb(213,89,173); }
div.DivClassName
{
background-color: #D559AD;
}
.BgClassName
{
background-color: #D559AD;
}
</style>
border-color css
<style>
span { border-color: #D559AD; }
span { border-color: rgb(213,89,173); }
td.TdClassName
{
border-color: #D559AD;
}
.TagClassName
{
border-color: #D559AD;
}
</style>