Shades of Fuchsia #DD49B6
Tints of Fuchsia #DD49B6
RGB
CMYK
RGB Variations
Color information
#DD49B6 (or 0xDD49B6) is known color: Fuchsia. HEX triplet: DD, 49 and B6. RGB value is (221,73,182). Sum of RGB (Red+Green+Blue) = 221+73+182=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49B6 is #22B649. Grayscale: #818181. Windows color (decimal): -2274890 or 11946461. OLE color: 11946461.
HSL color Cylindrical-coordinate representation of color #DD49B6: hue angle of 315.81º 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 #DD49B6 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 182 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.13 |
| HSL | 315.81º | 0.69% | 0.58% | - |
| HSV(B) | 315.81º | 0.67% | 0.87% | - |
| XYZ | 40.64 | 23.51 | 46.65 | - |
| YUV | 129.68 | 157.53 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 182 | 0 | 0.67 | 0.18 | 0.13 | 315.81 | 0.69 | 0.58 |
| Hex | DD | 49 | B6 | 0 | 43 | 12 | D | 13C | 45 | 3A |
| Octal | 335 | 111 | 266 | 0 | 103 | 22 | 15 | 474 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10110110 | 0 | 1000011 | 10010 | 1101 | 100111100 | 1000101 | 111010 |
Color Harmonies of #DD49B6
Complementary color
Monochromatic Colors of #DD49B6
Black with #DD49B6
Text Example
Text Example
White with #DD49B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49B6; }
p { color: rgb(221,73,182); }
H1.HeaderClassName
{
color: #DD49B6;
}
.AnyTagClassName
{
color: #DD49B6;
}
</style>
background-color css
<style>
a { background-color: #DD49B6; }
a { background-color: rgb(221,73,182); }
div.DivClassName
{
background-color: #DD49B6;
}
.BgClassName
{
background-color: #DD49B6;
}
</style>
border-color css
<style>
span { border-color: #DD49B6; }
span { border-color: rgb(221,73,182); }
td.TdClassName
{
border-color: #DD49B6;
}
.TagClassName
{
border-color: #DD49B6;
}
</style>