Shades of Mandy #DD4251
Tints of Mandy #DD4251
RGB
CMYK
RGB Variations
Color information
#DD4251 (or 0xDD4251) is known color: Mandy. HEX triplet: DD, 42 and 51. RGB value is (221,66,81). Sum of RGB (Red+Green+Blue) = 221+66+81=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4251 is #22BDAE. Grayscale: #727272. Windows color (decimal): -2276783 or 5325533. OLE color: 5325533.
HSL color Cylindrical-coordinate representation of color #DD4251: hue angle of 354.19º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4251 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 81 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.13 |
| HSL | 354.19º | 0.7% | 0.56% | - |
| HSV(B) | 354.19º | 0.7% | 0.87% | - |
| XYZ | 33.25 | 19.86 | 9.87 | - |
| YUV | 114.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 81 | 0 | 0.70 | 0.63 | 0.13 | 354.19 | 0.7 | 0.56 |
| Hex | DD | 42 | 51 | 0 | 46 | 3F | D | 162 | 46 | 38 |
| Octal | 335 | 102 | 121 | 0 | 106 | 77 | 15 | 542 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1010001 | 0 | 1000110 | 111111 | 1101 | 101100010 | 1000110 | 111000 |
Color Harmonies of #DD4251
Complementary color
Monochromatic Colors of #DD4251
Black with #DD4251
Text Example
Text Example
White with #DD4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4251; }
p { color: rgb(221,66,81); }
H1.HeaderClassName
{
color: #DD4251;
}
.AnyTagClassName
{
color: #DD4251;
}
</style>
background-color css
<style>
a { background-color: #DD4251; }
a { background-color: rgb(221,66,81); }
div.DivClassName
{
background-color: #DD4251;
}
.BgClassName
{
background-color: #DD4251;
}
</style>
border-color css
<style>
span { border-color: #DD4251; }
span { border-color: rgb(221,66,81); }
td.TdClassName
{
border-color: #DD4251;
}
.TagClassName
{
border-color: #DD4251;
}
</style>