Shades of Mandy #DD4761
Tints of Mandy #DD4761
RGB
CMYK
RGB Variations
Color information
#DD4761 (or 0xDD4761) is known color: Mandy. HEX triplet: DD, 47 and 61. RGB value is (221,71,97). Sum of RGB (Red+Green+Blue) = 221+71+97=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4761 is #22B89E. Grayscale: #767676. Windows color (decimal): -2275487 or 6375389. OLE color: 6375389.
HSL color Cylindrical-coordinate representation of color #DD4761: hue angle of 349.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4761 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 97 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.13 |
| HSL | 349.6º | 0.69% | 0.57% | - |
| HSV(B) | 349.6º | 0.68% | 0.87% | - |
| XYZ | 34.23 | 20.74 | 13.51 | - |
| YUV | 118.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 97 | 0 | 0.68 | 0.56 | 0.13 | 349.6 | 0.69 | 0.57 |
| Hex | DD | 47 | 61 | 0 | 44 | 38 | D | 15E | 45 | 39 |
| Octal | 335 | 107 | 141 | 0 | 104 | 70 | 15 | 536 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1100001 | 0 | 1000100 | 111000 | 1101 | 101011110 | 1000101 | 111001 |
Color Harmonies of #DD4761
Complementary color
Monochromatic Colors of #DD4761
Black with #DD4761
Text Example
Text Example
White with #DD4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4761; }
p { color: rgb(221,71,97); }
H1.HeaderClassName
{
color: #DD4761;
}
.AnyTagClassName
{
color: #DD4761;
}
</style>
background-color css
<style>
a { background-color: #DD4761; }
a { background-color: rgb(221,71,97); }
div.DivClassName
{
background-color: #DD4761;
}
.BgClassName
{
background-color: #DD4761;
}
</style>
border-color css
<style>
span { border-color: #DD4761; }
span { border-color: rgb(221,71,97); }
td.TdClassName
{
border-color: #DD4761;
}
.TagClassName
{
border-color: #DD4761;
}
</style>