Shades of Fuchsia #D049BB
Tints of Fuchsia #D049BB
RGB
CMYK
RGB Variations
Color information
#D049BB (or 0xD049BB) is known color: Fuchsia. HEX triplet: D0, 49 and BB. RGB value is (208,73,187). Sum of RGB (Red+Green+Blue) = 208+73+187=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D049BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049BB is #2FB644. Grayscale: #7E7E7E. Windows color (decimal): -3126853 or 12274128. OLE color: 12274128.
HSL color Cylindrical-coordinate representation of color #D049BB: hue angle of 309.33º 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 #D049BB is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 187 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.18 |
| HSL | 309.33º | 0.59% | 0.55% | - |
| HSV(B) | 309.33º | 0.65% | 0.82% | - |
| XYZ | 37.36 | 21.76 | 49.25 | - |
| YUV | 126.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 187 | 0 | 0.65 | 0.10 | 0.18 | 309.33 | 0.59 | 0.55 |
| Hex | D0 | 49 | BB | 0 | 41 | A | 12 | 135 | 3B | 37 |
| Octal | 320 | 111 | 273 | 0 | 101 | 12 | 22 | 465 | 73 | 67 |
| Binary | 11010000 | 1001001 | 10111011 | 0 | 1000001 | 1010 | 10010 | 100110101 | 111011 | 110111 |
Color Harmonies of #D049BB
Complementary color
Monochromatic Colors of #D049BB
Black with #D049BB
Text Example
Text Example
White with #D049BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049BB; }
p { color: rgb(208,73,187); }
H1.HeaderClassName
{
color: #D049BB;
}
.AnyTagClassName
{
color: #D049BB;
}
</style>
background-color css
<style>
a { background-color: #D049BB; }
a { background-color: rgb(208,73,187); }
div.DivClassName
{
background-color: #D049BB;
}
.BgClassName
{
background-color: #D049BB;
}
</style>
border-color css
<style>
span { border-color: #D049BB; }
span { border-color: rgb(208,73,187); }
td.TdClassName
{
border-color: #D049BB;
}
.TagClassName
{
border-color: #D049BB;
}
</style>