Shades of Fuchsia #D049BA
Tints of Fuchsia #D049BA
RGB
CMYK
RGB Variations
Color information
#D049BA (or 0xD049BA) is known color: Fuchsia. HEX triplet: D0, 49 and BA. RGB value is (208,73,186). Sum of RGB (Red+Green+Blue) = 208+73+186=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D049BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049BA is #2FB645. Grayscale: #7D7D7D. Windows color (decimal): -3126854 or 12208592. OLE color: 12208592.
HSL color Cylindrical-coordinate representation of color #D049BA: hue angle of 309.78º 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 #D049BA is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 186 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.18 |
| HSL | 309.78º | 0.59% | 0.55% | - |
| HSV(B) | 309.78º | 0.65% | 0.82% | - |
| XYZ | 37.26 | 21.72 | 48.68 | - |
| YUV | 126.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 186 | 0 | 0.65 | 0.11 | 0.18 | 309.78 | 0.59 | 0.55 |
| Hex | D0 | 49 | BA | 0 | 41 | B | 12 | 136 | 3B | 37 |
| Octal | 320 | 111 | 272 | 0 | 101 | 13 | 22 | 466 | 73 | 67 |
| Binary | 11010000 | 1001001 | 10111010 | 0 | 1000001 | 1011 | 10010 | 100110110 | 111011 | 110111 |
Color Harmonies of #D049BA
Complementary color
Monochromatic Colors of #D049BA
Black with #D049BA
Text Example
Text Example
White with #D049BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049BA; }
p { color: rgb(208,73,186); }
H1.HeaderClassName
{
color: #D049BA;
}
.AnyTagClassName
{
color: #D049BA;
}
</style>
background-color css
<style>
a { background-color: #D049BA; }
a { background-color: rgb(208,73,186); }
div.DivClassName
{
background-color: #D049BA;
}
.BgClassName
{
background-color: #D049BA;
}
</style>
border-color css
<style>
span { border-color: #D049BA; }
span { border-color: rgb(208,73,186); }
td.TdClassName
{
border-color: #D049BA;
}
.TagClassName
{
border-color: #D049BA;
}
</style>