Shades of Fuchsia #D049BE
Tints of Fuchsia #D049BE
RGB
CMYK
RGB Variations
Color information
#D049BE (or 0xD049BE) is known color: Fuchsia. HEX triplet: D0, 49 and BE. RGB value is (208,73,190). Sum of RGB (Red+Green+Blue) = 208+73+190=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D049BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049BE is #2FB641. Grayscale: #7E7E7E. Windows color (decimal): -3126850 or 12470736. OLE color: 12470736.
HSL color Cylindrical-coordinate representation of color #D049BE: hue angle of 308º 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 #D049BE is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 190 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.18 |
| HSL | 308º | 0.59% | 0.55% | - |
| HSV(B) | 308º | 0.65% | 0.82% | - |
| XYZ | 37.69 | 21.89 | 50.95 | - |
| YUV | 126.7 | 163.73 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 190 | 0 | 0.65 | 0.09 | 0.18 | 308 | 0.59 | 0.55 |
| Hex | D0 | 49 | BE | 0 | 41 | 9 | 12 | 134 | 3B | 37 |
| Octal | 320 | 111 | 276 | 0 | 101 | 11 | 22 | 464 | 73 | 67 |
| Binary | 11010000 | 1001001 | 10111110 | 0 | 1000001 | 1001 | 10010 | 100110100 | 111011 | 110111 |
Color Harmonies of #D049BE
Complementary color
Monochromatic Colors of #D049BE
Black with #D049BE
Text Example
Text Example
White with #D049BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049BE; }
p { color: rgb(208,73,190); }
H1.HeaderClassName
{
color: #D049BE;
}
.AnyTagClassName
{
color: #D049BE;
}
</style>
background-color css
<style>
a { background-color: #D049BE; }
a { background-color: rgb(208,73,190); }
div.DivClassName
{
background-color: #D049BE;
}
.BgClassName
{
background-color: #D049BE;
}
</style>
border-color css
<style>
span { border-color: #D049BE; }
span { border-color: rgb(208,73,190); }
td.TdClassName
{
border-color: #D049BE;
}
.TagClassName
{
border-color: #D049BE;
}
</style>