Shades of Fuchsia #D059BE
Tints of Fuchsia #D059BE
RGB
CMYK
RGB Variations
Color information
#D059BE (or 0xD059BE) is known color: Fuchsia. HEX triplet: D0, 59 and BE. RGB value is (208,89,190). Sum of RGB (Red+Green+Blue) = 208+89+190=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D059BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059BE is #2FA641. Grayscale: #878787. Windows color (decimal): -3122754 or 12474832. OLE color: 12474832.
HSL color Cylindrical-coordinate representation of color #D059BE: hue angle of 309.08º 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 #D059BE is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 190 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.18 |
| HSL | 309.08º | 0.56% | 0.58% | - |
| HSV(B) | 309.08º | 0.57% | 0.82% | - |
| XYZ | 38.88 | 24.27 | 51.35 | - |
| YUV | 136.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 190 | 0 | 0.57 | 0.09 | 0.18 | 309.08 | 0.56 | 0.58 |
| Hex | D0 | 59 | BE | 0 | 39 | 9 | 12 | 135 | 38 | 3A |
| Octal | 320 | 131 | 276 | 0 | 71 | 11 | 22 | 465 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10111110 | 0 | 111001 | 1001 | 10010 | 100110101 | 111000 | 111010 |
Color Harmonies of #D059BE
Complementary color
Monochromatic Colors of #D059BE
Black with #D059BE
Text Example
Text Example
White with #D059BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059BE; }
p { color: rgb(208,89,190); }
H1.HeaderClassName
{
color: #D059BE;
}
.AnyTagClassName
{
color: #D059BE;
}
</style>
background-color css
<style>
a { background-color: #D059BE; }
a { background-color: rgb(208,89,190); }
div.DivClassName
{
background-color: #D059BE;
}
.BgClassName
{
background-color: #D059BE;
}
</style>
border-color css
<style>
span { border-color: #D059BE; }
span { border-color: rgb(208,89,190); }
td.TdClassName
{
border-color: #D059BE;
}
.TagClassName
{
border-color: #D059BE;
}
</style>