Shades of Mandy #DD424C
Tints of Mandy #DD424C
RGB
CMYK
RGB Variations
Color information
#DD424C (or 0xDD424C) is known color: Mandy. HEX triplet: DD, 42 and 4C. RGB value is (221,66,76). Sum of RGB (Red+Green+Blue) = 221+66+76=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD424C is #22BDB3. Grayscale: #717171. Windows color (decimal): -2276788 or 4997853. OLE color: 4997853.
HSL color Cylindrical-coordinate representation of color #DD424C: hue angle of 356.13º 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 #DD424C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 76 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.13 |
| HSL | 356.13º | 0.7% | 0.56% | - |
| HSV(B) | 356.13º | 0.7% | 0.87% | - |
| XYZ | 33.07 | 19.79 | 8.91 | - |
| YUV | 113.49 | 106.85 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 76 | 0 | 0.70 | 0.66 | 0.13 | 356.13 | 0.7 | 0.56 |
| Hex | DD | 42 | 4C | 0 | 46 | 42 | D | 164 | 46 | 38 |
| Octal | 335 | 102 | 114 | 0 | 106 | 102 | 15 | 544 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1001100 | 0 | 1000110 | 1000010 | 1101 | 101100100 | 1000110 | 111000 |
Color Harmonies of #DD424C
Complementary color
Monochromatic Colors of #DD424C
Black with #DD424C
Text Example
Text Example
White with #DD424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD424C; }
p { color: rgb(221,66,76); }
H1.HeaderClassName
{
color: #DD424C;
}
.AnyTagClassName
{
color: #DD424C;
}
</style>
background-color css
<style>
a { background-color: #DD424C; }
a { background-color: rgb(221,66,76); }
div.DivClassName
{
background-color: #DD424C;
}
.BgClassName
{
background-color: #DD424C;
}
</style>
border-color css
<style>
span { border-color: #DD424C; }
span { border-color: rgb(221,66,76); }
td.TdClassName
{
border-color: #DD424C;
}
.TagClassName
{
border-color: #DD424C;
}
</style>