Shades of Mandy #DD434D
Tints of Mandy #DD434D
RGB
CMYK
RGB Variations
Color information
#DD434D (or 0xDD434D) is known color: Mandy. HEX triplet: DD, 43 and 4D. RGB value is (221,67,77). Sum of RGB (Red+Green+Blue) = 221+67+77=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD434D is #22BCB2. Grayscale: #727272. Windows color (decimal): -2276531 or 5063645. OLE color: 5063645.
HSL color Cylindrical-coordinate representation of color #DD434D: hue angle of 356.1º degrees, saturation: 0.69, 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 #DD434D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 77 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.13 |
| HSL | 356.1º | 0.69% | 0.56% | - |
| HSV(B) | 356.1º | 0.7% | 0.87% | - |
| XYZ | 33.17 | 19.92 | 9.12 | - |
| YUV | 114.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 77 | 0 | 0.70 | 0.65 | 0.13 | 356.1 | 0.69 | 0.56 |
| Hex | DD | 43 | 4D | 0 | 46 | 41 | D | 164 | 45 | 38 |
| Octal | 335 | 103 | 115 | 0 | 106 | 101 | 15 | 544 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1001101 | 0 | 1000110 | 1000001 | 1101 | 101100100 | 1000101 | 111000 |
Color Harmonies of #DD434D
Complementary color
Monochromatic Colors of #DD434D
Black with #DD434D
Text Example
Text Example
White with #DD434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD434D; }
p { color: rgb(221,67,77); }
H1.HeaderClassName
{
color: #DD434D;
}
.AnyTagClassName
{
color: #DD434D;
}
</style>
background-color css
<style>
a { background-color: #DD434D; }
a { background-color: rgb(221,67,77); }
div.DivClassName
{
background-color: #DD434D;
}
.BgClassName
{
background-color: #DD434D;
}
</style>
border-color css
<style>
span { border-color: #DD434D; }
span { border-color: rgb(221,67,77); }
td.TdClassName
{
border-color: #DD434D;
}
.TagClassName
{
border-color: #DD434D;
}
</style>