Shades of Mandy #DD4451
Tints of Mandy #DD4451
RGB
CMYK
RGB Variations
Color information
#DD4451 (or 0xDD4451) is known color: Mandy. HEX triplet: DD, 44 and 51. RGB value is (221,68,81). Sum of RGB (Red+Green+Blue) = 221+68+81=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4451 is #22BBAE. Grayscale: #737373. Windows color (decimal): -2276271 or 5326045. OLE color: 5326045.
HSL color Cylindrical-coordinate representation of color #DD4451: hue angle of 354.9º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4451 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 81 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.13 |
| HSL | 354.9º | 0.69% | 0.57% | - |
| HSV(B) | 354.9º | 0.69% | 0.87% | - |
| XYZ | 33.37 | 20.1 | 9.91 | - |
| YUV | 115.23 | 108.69 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 81 | 0 | 0.69 | 0.63 | 0.13 | 354.9 | 0.69 | 0.57 |
| Hex | DD | 44 | 51 | 0 | 45 | 3F | D | 163 | 45 | 39 |
| Octal | 335 | 104 | 121 | 0 | 105 | 77 | 15 | 543 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1010001 | 0 | 1000101 | 111111 | 1101 | 101100011 | 1000101 | 111001 |
Color Harmonies of #DD4451
Complementary color
Monochromatic Colors of #DD4451
Black with #DD4451
Text Example
Text Example
White with #DD4451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4451; }
p { color: rgb(221,68,81); }
H1.HeaderClassName
{
color: #DD4451;
}
.AnyTagClassName
{
color: #DD4451;
}
</style>
background-color css
<style>
a { background-color: #DD4451; }
a { background-color: rgb(221,68,81); }
div.DivClassName
{
background-color: #DD4451;
}
.BgClassName
{
background-color: #DD4451;
}
</style>
border-color css
<style>
span { border-color: #DD4451; }
span { border-color: rgb(221,68,81); }
td.TdClassName
{
border-color: #DD4451;
}
.TagClassName
{
border-color: #DD4451;
}
</style>