Shades of Fuchsia #D059AD
Tints of Fuchsia #D059AD
RGB
CMYK
RGB Variations
Color information
#D059AD (or 0xD059AD) is known color: Fuchsia. HEX triplet: D0, 59 and AD. RGB value is (208,89,173). Sum of RGB (Red+Green+Blue) = 208+89+173=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D059AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D059AD is #2FA652. Grayscale: #858585. Windows color (decimal): -3122771 or 11360720. OLE color: 11360720.
HSL color Cylindrical-coordinate representation of color #D059AD: hue angle of 317.65º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D059AD is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 173 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.18 |
| HSL | 317.65º | 0.56% | 0.58% | - |
| HSV(B) | 317.65º | 0.57% | 0.82% | - |
| XYZ | 37.13 | 23.57 | 42.13 | - |
| YUV | 134.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 173 | 0 | 0.57 | 0.17 | 0.18 | 317.65 | 0.56 | 0.58 |
| Hex | D0 | 59 | AD | 0 | 39 | 11 | 12 | 13E | 38 | 3A |
| Octal | 320 | 131 | 255 | 0 | 71 | 21 | 22 | 476 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10101101 | 0 | 111001 | 10001 | 10010 | 100111110 | 111000 | 111010 |
Color Harmonies of #D059AD
Complementary color
Monochromatic Colors of #D059AD
Black with #D059AD
Text Example
Text Example
White with #D059AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059AD; }
p { color: rgb(208,89,173); }
H1.HeaderClassName
{
color: #D059AD;
}
.AnyTagClassName
{
color: #D059AD;
}
</style>
background-color css
<style>
a { background-color: #D059AD; }
a { background-color: rgb(208,89,173); }
div.DivClassName
{
background-color: #D059AD;
}
.BgClassName
{
background-color: #D059AD;
}
</style>
border-color css
<style>
span { border-color: #D059AD; }
span { border-color: rgb(208,89,173); }
td.TdClassName
{
border-color: #D059AD;
}
.TagClassName
{
border-color: #D059AD;
}
</style>