Shades of Fuchsia #DD49BB
Tints of Fuchsia #DD49BB
RGB
CMYK
RGB Variations
Color information
#DD49BB (or 0xDD49BB) is known color: Fuchsia. HEX triplet: DD, 49 and BB. RGB value is (221,73,187). Sum of RGB (Red+Green+Blue) = 221+73+187=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49BB is #22B644. Grayscale: #818181. Windows color (decimal): -2274885 or 12274141. OLE color: 12274141.
HSL color Cylindrical-coordinate representation of color #DD49BB: hue angle of 313.78º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD49BB is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 187 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.13 |
| HSL | 313.78º | 0.69% | 0.58% | - |
| HSV(B) | 313.78º | 0.67% | 0.87% | - |
| XYZ | 41.17 | 23.73 | 49.42 | - |
| YUV | 130.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 187 | 0 | 0.67 | 0.15 | 0.13 | 313.78 | 0.69 | 0.58 |
| Hex | DD | 49 | BB | 0 | 43 | F | D | 13A | 45 | 3A |
| Octal | 335 | 111 | 273 | 0 | 103 | 17 | 15 | 472 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10111011 | 0 | 1000011 | 1111 | 1101 | 100111010 | 1000101 | 111010 |
Color Harmonies of #DD49BB
Complementary color
Monochromatic Colors of #DD49BB
Black with #DD49BB
Text Example
Text Example
White with #DD49BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49BB; }
p { color: rgb(221,73,187); }
H1.HeaderClassName
{
color: #DD49BB;
}
.AnyTagClassName
{
color: #DD49BB;
}
</style>
background-color css
<style>
a { background-color: #DD49BB; }
a { background-color: rgb(221,73,187); }
div.DivClassName
{
background-color: #DD49BB;
}
.BgClassName
{
background-color: #DD49BB;
}
</style>
border-color css
<style>
span { border-color: #DD49BB; }
span { border-color: rgb(221,73,187); }
td.TdClassName
{
border-color: #DD49BB;
}
.TagClassName
{
border-color: #DD49BB;
}
</style>