Shades of Mandy #DD4951
Tints of Mandy #DD4951
RGB
CMYK
RGB Variations
Color information
#DD4951 (or 0xDD4951) is known color: Mandy. HEX triplet: DD, 49 and 51. RGB value is (221,73,81). Sum of RGB (Red+Green+Blue) = 221+73+81=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4951 is #22B6AE. Grayscale: #767676. Windows color (decimal): -2274991 or 5327325. OLE color: 5327325.
HSL color Cylindrical-coordinate representation of color #DD4951: hue angle of 356.76º 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 #DD4951 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 81 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.13 |
| HSL | 356.76º | 0.69% | 0.58% | - |
| HSV(B) | 356.76º | 0.67% | 0.87% | - |
| XYZ | 33.69 | 20.73 | 10.01 | - |
| YUV | 118.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 81 | 0 | 0.67 | 0.63 | 0.13 | 356.76 | 0.69 | 0.58 |
| Hex | DD | 49 | 51 | 0 | 43 | 3F | D | 165 | 45 | 3A |
| Octal | 335 | 111 | 121 | 0 | 103 | 77 | 15 | 545 | 105 | 72 |
| Binary | 11011101 | 1001001 | 1010001 | 0 | 1000011 | 111111 | 1101 | 101100101 | 1000101 | 111010 |
Color Harmonies of #DD4951
Complementary color
Monochromatic Colors of #DD4951
Black with #DD4951
Text Example
Text Example
White with #DD4951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4951; }
p { color: rgb(221,73,81); }
H1.HeaderClassName
{
color: #DD4951;
}
.AnyTagClassName
{
color: #DD4951;
}
</style>
background-color css
<style>
a { background-color: #DD4951; }
a { background-color: rgb(221,73,81); }
div.DivClassName
{
background-color: #DD4951;
}
.BgClassName
{
background-color: #DD4951;
}
</style>
border-color css
<style>
span { border-color: #DD4951; }
span { border-color: rgb(221,73,81); }
td.TdClassName
{
border-color: #DD4951;
}
.TagClassName
{
border-color: #DD4951;
}
</style>