Shades of Fuchsia #DD49BA
Tints of Fuchsia #DD49BA
RGB
CMYK
RGB Variations
Color information
#DD49BA (or 0xDD49BA) is known color: Fuchsia. HEX triplet: DD, 49 and BA. RGB value is (221,73,186). Sum of RGB (Red+Green+Blue) = 221+73+186=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49BA is #22B645. Grayscale: #818181. Windows color (decimal): -2274886 or 12208605. OLE color: 12208605.
HSL color Cylindrical-coordinate representation of color #DD49BA: hue angle of 314.19º 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 #DD49BA is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 186 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.13 |
| HSL | 314.19º | 0.69% | 0.58% | - |
| HSV(B) | 314.19º | 0.67% | 0.87% | - |
| XYZ | 41.06 | 23.68 | 48.86 | - |
| YUV | 130.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 186 | 0 | 0.67 | 0.16 | 0.13 | 314.19 | 0.69 | 0.58 |
| Hex | DD | 49 | BA | 0 | 43 | 10 | D | 13A | 45 | 3A |
| Octal | 335 | 111 | 272 | 0 | 103 | 20 | 15 | 472 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10111010 | 0 | 1000011 | 10000 | 1101 | 100111010 | 1000101 | 111010 |
Color Harmonies of #DD49BA
Complementary color
Monochromatic Colors of #DD49BA
Black with #DD49BA
Text Example
Text Example
White with #DD49BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49BA; }
p { color: rgb(221,73,186); }
H1.HeaderClassName
{
color: #DD49BA;
}
.AnyTagClassName
{
color: #DD49BA;
}
</style>
background-color css
<style>
a { background-color: #DD49BA; }
a { background-color: rgb(221,73,186); }
div.DivClassName
{
background-color: #DD49BA;
}
.BgClassName
{
background-color: #DD49BA;
}
</style>
border-color css
<style>
span { border-color: #DD49BA; }
span { border-color: rgb(221,73,186); }
td.TdClassName
{
border-color: #DD49BA;
}
.TagClassName
{
border-color: #DD49BA;
}
</style>