Shades of Mandy #DD4749
Tints of Mandy #DD4749
RGB
CMYK
RGB Variations
Color information
#DD4749 (or 0xDD4749) is known color: Mandy. HEX triplet: DD, 47 and 49. RGB value is (221,71,73). Sum of RGB (Red+Green+Blue) = 221+71+73=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4749 is #22B8B6. Grayscale: #747474. Windows color (decimal): -2275511 or 4802525. OLE color: 4802525.
HSL color Cylindrical-coordinate representation of color #DD4749: hue angle of 359.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4749 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 73 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.13 |
| HSL | 359.2º | 0.69% | 0.57% | - |
| HSV(B) | 359.2º | 0.68% | 0.87% | - |
| XYZ | 33.27 | 20.36 | 8.48 | - |
| YUV | 116.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 73 | 0 | 0.68 | 0.67 | 0.13 | 359.2 | 0.69 | 0.57 |
| Hex | DD | 47 | 49 | 0 | 44 | 43 | D | 167 | 45 | 39 |
| Octal | 335 | 107 | 111 | 0 | 104 | 103 | 15 | 547 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1001001 | 0 | 1000100 | 1000011 | 1101 | 101100111 | 1000101 | 111001 |
Color Harmonies of #DD4749
Complementary color
Monochromatic Colors of #DD4749
Black with #DD4749
Text Example
Text Example
White with #DD4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4749; }
p { color: rgb(221,71,73); }
H1.HeaderClassName
{
color: #DD4749;
}
.AnyTagClassName
{
color: #DD4749;
}
</style>
background-color css
<style>
a { background-color: #DD4749; }
a { background-color: rgb(221,71,73); }
div.DivClassName
{
background-color: #DD4749;
}
.BgClassName
{
background-color: #DD4749;
}
</style>
border-color css
<style>
span { border-color: #DD4749; }
span { border-color: rgb(221,71,73); }
td.TdClassName
{
border-color: #DD4749;
}
.TagClassName
{
border-color: #DD4749;
}
</style>