Shades of Fuchsia #D047AC
Tints of Fuchsia #D047AC
RGB
CMYK
RGB Variations
Color information
#D047AC (or 0xD047AC) is known color: Fuchsia. HEX triplet: D0, 47 and AC. RGB value is (208,71,172). Sum of RGB (Red+Green+Blue) = 208+71+172=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D047AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D047AC is #2FB853. Grayscale: #7B7B7B. Windows color (decimal): -3127380 or 11290576. OLE color: 11290576.
HSL color Cylindrical-coordinate representation of color #D047AC: hue angle of 315.77º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D047AC is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 172 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.18 |
| HSL | 315.77º | 0.59% | 0.55% | - |
| HSV(B) | 315.77º | 0.66% | 0.82% | - |
| XYZ | 35.71 | 20.89 | 41.18 | - |
| YUV | 123.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 172 | 0 | 0.66 | 0.17 | 0.18 | 315.77 | 0.59 | 0.55 |
| Hex | D0 | 47 | AC | 0 | 42 | 11 | 12 | 13C | 3B | 37 |
| Octal | 320 | 107 | 254 | 0 | 102 | 21 | 22 | 474 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10101100 | 0 | 1000010 | 10001 | 10010 | 100111100 | 111011 | 110111 |
Color Harmonies of #D047AC
Complementary color
Monochromatic Colors of #D047AC
Black with #D047AC
Text Example
Text Example
White with #D047AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047AC; }
p { color: rgb(208,71,172); }
H1.HeaderClassName
{
color: #D047AC;
}
.AnyTagClassName
{
color: #D047AC;
}
</style>
background-color css
<style>
a { background-color: #D047AC; }
a { background-color: rgb(208,71,172); }
div.DivClassName
{
background-color: #D047AC;
}
.BgClassName
{
background-color: #D047AC;
}
</style>
border-color css
<style>
span { border-color: #D047AC; }
span { border-color: rgb(208,71,172); }
td.TdClassName
{
border-color: #D047AC;
}
.TagClassName
{
border-color: #D047AC;
}
</style>