Shades of Fuchsia #D049AC
Tints of Fuchsia #D049AC
RGB
CMYK
RGB Variations
Color information
#D049AC (or 0xD049AC) is known color: Fuchsia. HEX triplet: D0, 49 and AC. RGB value is (208,73,172). Sum of RGB (Red+Green+Blue) = 208+73+172=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D049AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D049AC is #2FB653. Grayscale: #7C7C7C. Windows color (decimal): -3126868 or 11291088. OLE color: 11291088.
HSL color Cylindrical-coordinate representation of color #D049AC: hue angle of 316º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D049AC is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 172 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.18 |
| HSL | 316º | 0.59% | 0.55% | - |
| HSV(B) | 316º | 0.65% | 0.82% | - |
| XYZ | 35.84 | 21.15 | 41.22 | - |
| YUV | 124.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 172 | 0 | 0.65 | 0.17 | 0.18 | 316 | 0.59 | 0.55 |
| Hex | D0 | 49 | AC | 0 | 41 | 11 | 12 | 13C | 3B | 37 |
| Octal | 320 | 111 | 254 | 0 | 101 | 21 | 22 | 474 | 73 | 67 |
| Binary | 11010000 | 1001001 | 10101100 | 0 | 1000001 | 10001 | 10010 | 100111100 | 111011 | 110111 |
Color Harmonies of #D049AC
Complementary color
Monochromatic Colors of #D049AC
Black with #D049AC
Text Example
Text Example
White with #D049AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049AC; }
p { color: rgb(208,73,172); }
H1.HeaderClassName
{
color: #D049AC;
}
.AnyTagClassName
{
color: #D049AC;
}
</style>
background-color css
<style>
a { background-color: #D049AC; }
a { background-color: rgb(208,73,172); }
div.DivClassName
{
background-color: #D049AC;
}
.BgClassName
{
background-color: #D049AC;
}
</style>
border-color css
<style>
span { border-color: #D049AC; }
span { border-color: rgb(208,73,172); }
td.TdClassName
{
border-color: #D049AC;
}
.TagClassName
{
border-color: #D049AC;
}
</style>