Shades of Fuchsia #D059B8
Tints of Fuchsia #D059B8
RGB
CMYK
RGB Variations
Color information
#D059B8 (or 0xD059B8) is known color: Fuchsia. HEX triplet: D0, 59 and B8. RGB value is (208,89,184). Sum of RGB (Red+Green+Blue) = 208+89+184=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D059B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059B8 is #2FA647. Grayscale: #878787. Windows color (decimal): -3122760 or 12081616. OLE color: 12081616.
HSL color Cylindrical-coordinate representation of color #D059B8: hue angle of 312.1º 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 #D059B8 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 184 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.18 |
| HSL | 312.1º | 0.56% | 0.58% | - |
| HSV(B) | 312.1º | 0.57% | 0.82% | - |
| XYZ | 38.24 | 24.02 | 47.97 | - |
| YUV | 135.41 | 155.42 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 184 | 0 | 0.57 | 0.12 | 0.18 | 312.1 | 0.56 | 0.58 |
| Hex | D0 | 59 | B8 | 0 | 39 | C | 12 | 138 | 38 | 3A |
| Octal | 320 | 131 | 270 | 0 | 71 | 14 | 22 | 470 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10111000 | 0 | 111001 | 1100 | 10010 | 100111000 | 111000 | 111010 |
Color Harmonies of #D059B8
Complementary color
Monochromatic Colors of #D059B8
Black with #D059B8
Text Example
Text Example
White with #D059B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059B8; }
p { color: rgb(208,89,184); }
H1.HeaderClassName
{
color: #D059B8;
}
.AnyTagClassName
{
color: #D059B8;
}
</style>
background-color css
<style>
a { background-color: #D059B8; }
a { background-color: rgb(208,89,184); }
div.DivClassName
{
background-color: #D059B8;
}
.BgClassName
{
background-color: #D059B8;
}
</style>
border-color css
<style>
span { border-color: #D059B8; }
span { border-color: rgb(208,89,184); }
td.TdClassName
{
border-color: #D059B8;
}
.TagClassName
{
border-color: #D059B8;
}
</style>