Shades of Fuchsia #D059B0
Tints of Fuchsia #D059B0
RGB
CMYK
RGB Variations
Color information
#D059B0 (or 0xD059B0) is known color: Fuchsia. HEX triplet: D0, 59 and B0. RGB value is (208,89,176). Sum of RGB (Red+Green+Blue) = 208+89+176=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D059B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D059B0 is #2FA64F. Grayscale: #868686. Windows color (decimal): -3122768 or 11557328. OLE color: 11557328.
HSL color Cylindrical-coordinate representation of color #D059B0: hue angle of 316.13º 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 #D059B0 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 176 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.18 |
| HSL | 316.13º | 0.56% | 0.58% | - |
| HSV(B) | 316.13º | 0.57% | 0.82% | - |
| XYZ | 37.42 | 23.69 | 43.67 | - |
| YUV | 134.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 176 | 0 | 0.57 | 0.15 | 0.18 | 316.13 | 0.56 | 0.58 |
| Hex | D0 | 59 | B0 | 0 | 39 | F | 12 | 13C | 38 | 3A |
| Octal | 320 | 131 | 260 | 0 | 71 | 17 | 22 | 474 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10110000 | 0 | 111001 | 1111 | 10010 | 100111100 | 111000 | 111010 |
Color Harmonies of #D059B0
Complementary color
Monochromatic Colors of #D059B0
Black with #D059B0
Text Example
Text Example
White with #D059B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059B0; }
p { color: rgb(208,89,176); }
H1.HeaderClassName
{
color: #D059B0;
}
.AnyTagClassName
{
color: #D059B0;
}
</style>
background-color css
<style>
a { background-color: #D059B0; }
a { background-color: rgb(208,89,176); }
div.DivClassName
{
background-color: #D059B0;
}
.BgClassName
{
background-color: #D059B0;
}
</style>
border-color css
<style>
span { border-color: #D059B0; }
span { border-color: rgb(208,89,176); }
td.TdClassName
{
border-color: #D059B0;
}
.TagClassName
{
border-color: #D059B0;
}
</style>