Shades of Fuchsia #D159C7
Tints of Fuchsia #D159C7
RGB
CMYK
RGB Variations
Color information
#D159C7 (or 0xD159C7) is known color: Fuchsia. HEX triplet: D1, 59 and C7. RGB value is (209,89,199). Sum of RGB (Red+Green+Blue) = 209+89+199=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D159C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159C7 is #2EA638. Grayscale: #898989. Windows color (decimal): -3057209 or 13064657. OLE color: 13064657.
HSL color Cylindrical-coordinate representation of color #D159C7: hue angle of 305º degrees, saturation: 0.57, 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 #D159C7 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 199 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.18 |
| HSL | 305º | 0.57% | 0.58% | - |
| HSV(B) | 305º | 0.57% | 0.82% | - |
| XYZ | 40.18 | 24.82 | 56.71 | - |
| YUV | 137.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 199 | 0 | 0.57 | 0.05 | 0.18 | 305 | 0.57 | 0.58 |
| Hex | D1 | 59 | C7 | 0 | 39 | 5 | 12 | 131 | 39 | 3A |
| Octal | 321 | 131 | 307 | 0 | 71 | 5 | 22 | 461 | 71 | 72 |
| Binary | 11010001 | 1011001 | 11000111 | 0 | 111001 | 101 | 10010 | 100110001 | 111001 | 111010 |
Color Harmonies of #D159C7
Complementary color
Monochromatic Colors of #D159C7
Black with #D159C7
Text Example
Text Example
White with #D159C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159C7; }
p { color: rgb(209,89,199); }
H1.HeaderClassName
{
color: #D159C7;
}
.AnyTagClassName
{
color: #D159C7;
}
</style>
background-color css
<style>
a { background-color: #D159C7; }
a { background-color: rgb(209,89,199); }
div.DivClassName
{
background-color: #D159C7;
}
.BgClassName
{
background-color: #D159C7;
}
</style>
border-color css
<style>
span { border-color: #D159C7; }
span { border-color: rgb(209,89,199); }
td.TdClassName
{
border-color: #D159C7;
}
.TagClassName
{
border-color: #D159C7;
}
</style>