Shades of Mandy #DD444C
Tints of Mandy #DD444C
RGB
CMYK
RGB Variations
Color information
#DD444C (or 0xDD444C) is known color: Mandy. HEX triplet: DD, 44 and 4C. RGB value is (221,68,76). Sum of RGB (Red+Green+Blue) = 221+68+76=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD444C is #22BBB3. Grayscale: #727272. Windows color (decimal): -2276276 or 4998365. OLE color: 4998365.
HSL color Cylindrical-coordinate representation of color #DD444C: hue angle of 356.86º 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 #DD444C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 76 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.13 |
| HSL | 356.86º | 0.69% | 0.57% | - |
| HSV(B) | 356.86º | 0.69% | 0.87% | - |
| XYZ | 33.19 | 20.03 | 8.95 | - |
| YUV | 114.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 76 | 0 | 0.69 | 0.66 | 0.13 | 356.86 | 0.69 | 0.57 |
| Hex | DD | 44 | 4C | 0 | 45 | 42 | D | 165 | 45 | 39 |
| Octal | 335 | 104 | 114 | 0 | 105 | 102 | 15 | 545 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1001100 | 0 | 1000101 | 1000010 | 1101 | 101100101 | 1000101 | 111001 |
Color Harmonies of #DD444C
Complementary color
Monochromatic Colors of #DD444C
Black with #DD444C
Text Example
Text Example
White with #DD444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD444C; }
p { color: rgb(221,68,76); }
H1.HeaderClassName
{
color: #DD444C;
}
.AnyTagClassName
{
color: #DD444C;
}
</style>
background-color css
<style>
a { background-color: #DD444C; }
a { background-color: rgb(221,68,76); }
div.DivClassName
{
background-color: #DD444C;
}
.BgClassName
{
background-color: #DD444C;
}
</style>
border-color css
<style>
span { border-color: #DD444C; }
span { border-color: rgb(221,68,76); }
td.TdClassName
{
border-color: #DD444C;
}
.TagClassName
{
border-color: #DD444C;
}
</style>