Shades of Fuchsia #D049AD
Tints of Fuchsia #D049AD
RGB
CMYK
RGB Variations
Color information
#D049AD (or 0xD049AD) is known color: Fuchsia. HEX triplet: D0, 49 and AD. RGB value is (208,73,173). Sum of RGB (Red+Green+Blue) = 208+73+173=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D049AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D049AD is #2FB652. Grayscale: #7C7C7C. Windows color (decimal): -3126867 or 11356624. OLE color: 11356624.
HSL color Cylindrical-coordinate representation of color #D049AD: hue angle of 315.56º 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 #D049AD is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 173 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.18 |
| HSL | 315.56º | 0.59% | 0.55% | - |
| HSV(B) | 315.56º | 0.65% | 0.82% | - |
| XYZ | 35.94 | 21.19 | 41.73 | - |
| YUV | 124.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 173 | 0 | 0.65 | 0.17 | 0.18 | 315.56 | 0.59 | 0.55 |
| Hex | D0 | 49 | AD | 0 | 41 | 11 | 12 | 13C | 3B | 37 |
| Octal | 320 | 111 | 255 | 0 | 101 | 21 | 22 | 474 | 73 | 67 |
| Binary | 11010000 | 1001001 | 10101101 | 0 | 1000001 | 10001 | 10010 | 100111100 | 111011 | 110111 |
Color Harmonies of #D049AD
Complementary color
Monochromatic Colors of #D049AD
Black with #D049AD
Text Example
Text Example
White with #D049AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049AD; }
p { color: rgb(208,73,173); }
H1.HeaderClassName
{
color: #D049AD;
}
.AnyTagClassName
{
color: #D049AD;
}
</style>
background-color css
<style>
a { background-color: #D049AD; }
a { background-color: rgb(208,73,173); }
div.DivClassName
{
background-color: #D049AD;
}
.BgClassName
{
background-color: #D049AD;
}
</style>
border-color css
<style>
span { border-color: #D049AD; }
span { border-color: rgb(208,73,173); }
td.TdClassName
{
border-color: #D049AD;
}
.TagClassName
{
border-color: #D049AD;
}
</style>