Shades of Fuchsia #DD49BC
Tints of Fuchsia #DD49BC
RGB
CMYK
RGB Variations
Color information
#DD49BC (or 0xDD49BC) is known color: Fuchsia. HEX triplet: DD, 49 and BC. RGB value is (221,73,188). Sum of RGB (Red+Green+Blue) = 221+73+188=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49BC is #22B643. Grayscale: #828282. Windows color (decimal): -2274884 or 12339677. OLE color: 12339677.
HSL color Cylindrical-coordinate representation of color #DD49BC: hue angle of 313.38º 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 #DD49BC is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 188 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.13 |
| HSL | 313.38º | 0.69% | 0.58% | - |
| HSV(B) | 313.38º | 0.67% | 0.87% | - |
| XYZ | 41.28 | 23.77 | 49.99 | - |
| YUV | 130.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 188 | 0 | 0.67 | 0.15 | 0.13 | 313.38 | 0.69 | 0.58 |
| Hex | DD | 49 | BC | 0 | 43 | F | D | 139 | 45 | 3A |
| Octal | 335 | 111 | 274 | 0 | 103 | 17 | 15 | 471 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10111100 | 0 | 1000011 | 1111 | 1101 | 100111001 | 1000101 | 111010 |
Color Harmonies of #DD49BC
Complementary color
Monochromatic Colors of #DD49BC
Black with #DD49BC
Text Example
Text Example
White with #DD49BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49BC; }
p { color: rgb(221,73,188); }
H1.HeaderClassName
{
color: #DD49BC;
}
.AnyTagClassName
{
color: #DD49BC;
}
</style>
background-color css
<style>
a { background-color: #DD49BC; }
a { background-color: rgb(221,73,188); }
div.DivClassName
{
background-color: #DD49BC;
}
.BgClassName
{
background-color: #DD49BC;
}
</style>
border-color css
<style>
span { border-color: #DD49BC; }
span { border-color: rgb(221,73,188); }
td.TdClassName
{
border-color: #DD49BC;
}
.TagClassName
{
border-color: #DD49BC;
}
</style>