Shades of Fuchsia #D059B9
Tints of Fuchsia #D059B9
RGB
CMYK
RGB Variations
Color information
#D059B9 (or 0xD059B9) is known color: Fuchsia. HEX triplet: D0, 59 and B9. RGB value is (208,89,185). Sum of RGB (Red+Green+Blue) = 208+89+185=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D059B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059B9 is #2FA646. Grayscale: #878787. Windows color (decimal): -3122759 or 12147152. OLE color: 12147152.
HSL color Cylindrical-coordinate representation of color #D059B9: hue angle of 311.6º 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 #D059B9 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 185 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.18 |
| HSL | 311.6º | 0.56% | 0.58% | - |
| HSV(B) | 311.6º | 0.57% | 0.82% | - |
| XYZ | 38.34 | 24.06 | 48.52 | - |
| YUV | 135.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 185 | 0 | 0.57 | 0.11 | 0.18 | 311.6 | 0.56 | 0.58 |
| Hex | D0 | 59 | B9 | 0 | 39 | B | 12 | 138 | 38 | 3A |
| Octal | 320 | 131 | 271 | 0 | 71 | 13 | 22 | 470 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10111001 | 0 | 111001 | 1011 | 10010 | 100111000 | 111000 | 111010 |
Color Harmonies of #D059B9
Complementary color
Monochromatic Colors of #D059B9
Black with #D059B9
Text Example
Text Example
White with #D059B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059B9; }
p { color: rgb(208,89,185); }
H1.HeaderClassName
{
color: #D059B9;
}
.AnyTagClassName
{
color: #D059B9;
}
</style>
background-color css
<style>
a { background-color: #D059B9; }
a { background-color: rgb(208,89,185); }
div.DivClassName
{
background-color: #D059B9;
}
.BgClassName
{
background-color: #D059B9;
}
</style>
border-color css
<style>
span { border-color: #D059B9; }
span { border-color: rgb(208,89,185); }
td.TdClassName
{
border-color: #D059B9;
}
.TagClassName
{
border-color: #D059B9;
}
</style>