Shades of Fuchsia #D059D0
Tints of Fuchsia #D059D0
RGB
CMYK
RGB Variations
Color information
#D059D0 (or 0xD059D0) is known color: Fuchsia. HEX triplet: D0, 59 and D0. RGB value is (208,89,208). Sum of RGB (Red+Green+Blue) = 208+89+208=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D059D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059D0 is #2FA62F. Grayscale: #898989. Windows color (decimal): -3122736 or 13654480. OLE color: 13654480.
HSL color Cylindrical-coordinate representation of color #D059D0: hue angle of 300º 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 #D059D0 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 208 | - |
| CMYK | 0 | 0.57 | 0 | 0.18 |
| HSL | 300º | 0.56% | 0.58% | - |
| HSV(B) | 300º | 0.57% | 0.82% | - |
| XYZ | 40.97 | 25.11 | 62.36 | - |
| YUV | 138.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 208 | 0 | 0.57 | 0 | 0.18 | 300 | 0.56 | 0.58 |
| Hex | D0 | 59 | D0 | 0 | 39 | 0 | 12 | 12C | 38 | 3A |
| Octal | 320 | 131 | 320 | 0 | 71 | 0 | 22 | 454 | 70 | 72 |
| Binary | 11010000 | 1011001 | 11010000 | 0 | 111001 | 0 | 10010 | 100101100 | 111000 | 111010 |
Color Harmonies of #D059D0
Complementary color
Monochromatic Colors of #D059D0
Black with #D059D0
Text Example
Text Example
White with #D059D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059D0; }
p { color: rgb(208,89,208); }
H1.HeaderClassName
{
color: #D059D0;
}
.AnyTagClassName
{
color: #D059D0;
}
</style>
background-color css
<style>
a { background-color: #D059D0; }
a { background-color: rgb(208,89,208); }
div.DivClassName
{
background-color: #D059D0;
}
.BgClassName
{
background-color: #D059D0;
}
</style>
border-color css
<style>
span { border-color: #D059D0; }
span { border-color: rgb(208,89,208); }
td.TdClassName
{
border-color: #D059D0;
}
.TagClassName
{
border-color: #D059D0;
}
</style>