Shades of Mandy #DD4A52
Tints of Mandy #DD4A52
RGB
CMYK
RGB Variations
Color information
#DD4A52 (or 0xDD4A52) is known color: Mandy. HEX triplet: DD, 4A and 52. RGB value is (221,74,82). Sum of RGB (Red+Green+Blue) = 221+74+82=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A52 is #22B5AD. Grayscale: #767676. Windows color (decimal): -2274734 or 5393117. OLE color: 5393117.
HSL color Cylindrical-coordinate representation of color #DD4A52: hue angle of 356.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4A52 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 82 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.13 |
| HSL | 356.73º | 0.68% | 0.58% | - |
| HSV(B) | 356.73º | 0.67% | 0.87% | - |
| XYZ | 33.79 | 20.88 | 10.23 | - |
| YUV | 118.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 82 | 0 | 0.67 | 0.63 | 0.13 | 356.73 | 0.68 | 0.58 |
| Hex | DD | 4A | 52 | 0 | 43 | 3F | D | 165 | 44 | 3A |
| Octal | 335 | 112 | 122 | 0 | 103 | 77 | 15 | 545 | 104 | 72 |
| Binary | 11011101 | 1001010 | 1010010 | 0 | 1000011 | 111111 | 1101 | 101100101 | 1000100 | 111010 |
Color Harmonies of #DD4A52
Complementary color
Monochromatic Colors of #DD4A52
Black with #DD4A52
Text Example
Text Example
White with #DD4A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A52; }
p { color: rgb(221,74,82); }
H1.HeaderClassName
{
color: #DD4A52;
}
.AnyTagClassName
{
color: #DD4A52;
}
</style>
background-color css
<style>
a { background-color: #DD4A52; }
a { background-color: rgb(221,74,82); }
div.DivClassName
{
background-color: #DD4A52;
}
.BgClassName
{
background-color: #DD4A52;
}
</style>
border-color css
<style>
span { border-color: #DD4A52; }
span { border-color: rgb(221,74,82); }
td.TdClassName
{
border-color: #DD4A52;
}
.TagClassName
{
border-color: #DD4A52;
}
</style>