Shades of Mandy #DD444E
Tints of Mandy #DD444E
RGB
CMYK
RGB Variations
Color information
#DD444E (or 0xDD444E) is known color: Mandy. HEX triplet: DD, 44 and 4E. RGB value is (221,68,78). Sum of RGB (Red+Green+Blue) = 221+68+78=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD444E is #22BBB1. Grayscale: #727272. Windows color (decimal): -2276274 or 5129437. OLE color: 5129437.
HSL color Cylindrical-coordinate representation of color #DD444E: hue angle of 356.08º 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 #DD444E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 78 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.13 |
| HSL | 356.08º | 0.69% | 0.57% | - |
| HSV(B) | 356.08º | 0.69% | 0.87% | - |
| XYZ | 33.26 | 20.06 | 9.33 | - |
| YUV | 114.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 78 | 0 | 0.69 | 0.65 | 0.13 | 356.08 | 0.69 | 0.57 |
| Hex | DD | 44 | 4E | 0 | 45 | 41 | D | 164 | 45 | 39 |
| Octal | 335 | 104 | 116 | 0 | 105 | 101 | 15 | 544 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1001110 | 0 | 1000101 | 1000001 | 1101 | 101100100 | 1000101 | 111001 |
Color Harmonies of #DD444E
Complementary color
Monochromatic Colors of #DD444E
Black with #DD444E
Text Example
Text Example
White with #DD444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD444E; }
p { color: rgb(221,68,78); }
H1.HeaderClassName
{
color: #DD444E;
}
.AnyTagClassName
{
color: #DD444E;
}
</style>
background-color css
<style>
a { background-color: #DD444E; }
a { background-color: rgb(221,68,78); }
div.DivClassName
{
background-color: #DD444E;
}
.BgClassName
{
background-color: #DD444E;
}
</style>
border-color css
<style>
span { border-color: #DD444E; }
span { border-color: rgb(221,68,78); }
td.TdClassName
{
border-color: #DD444E;
}
.TagClassName
{
border-color: #DD444E;
}
</style>