Shades of Fuchsia #DD49B8
Tints of Fuchsia #DD49B8
RGB
CMYK
RGB Variations
Color information
#DD49B8 (or 0xDD49B8) is known color: Fuchsia. HEX triplet: DD, 49 and B8. RGB value is (221,73,184). Sum of RGB (Red+Green+Blue) = 221+73+184=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49B8 is #22B647. Grayscale: #818181. Windows color (decimal): -2274888 or 12077533. OLE color: 12077533.
HSL color Cylindrical-coordinate representation of color #DD49B8: hue angle of 315º 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 #DD49B8 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 184 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.13 |
| HSL | 315º | 0.69% | 0.58% | - |
| HSV(B) | 315º | 0.67% | 0.87% | - |
| XYZ | 40.85 | 23.6 | 47.75 | - |
| YUV | 129.91 | 158.53 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 184 | 0 | 0.67 | 0.17 | 0.13 | 315 | 0.69 | 0.58 |
| Hex | DD | 49 | B8 | 0 | 43 | 11 | D | 13B | 45 | 3A |
| Octal | 335 | 111 | 270 | 0 | 103 | 21 | 15 | 473 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10111000 | 0 | 1000011 | 10001 | 1101 | 100111011 | 1000101 | 111010 |
Color Harmonies of #DD49B8
Complementary color
Monochromatic Colors of #DD49B8
Black with #DD49B8
Text Example
Text Example
White with #DD49B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49B8; }
p { color: rgb(221,73,184); }
H1.HeaderClassName
{
color: #DD49B8;
}
.AnyTagClassName
{
color: #DD49B8;
}
</style>
background-color css
<style>
a { background-color: #DD49B8; }
a { background-color: rgb(221,73,184); }
div.DivClassName
{
background-color: #DD49B8;
}
.BgClassName
{
background-color: #DD49B8;
}
</style>
border-color css
<style>
span { border-color: #DD49B8; }
span { border-color: rgb(221,73,184); }
td.TdClassName
{
border-color: #DD49B8;
}
.TagClassName
{
border-color: #DD49B8;
}
</style>