Shades of Mandy #DD4860
Tints of Mandy #DD4860
RGB
CMYK
RGB Variations
Color information
#DD4860 (or 0xDD4860) is known color: Mandy. HEX triplet: DD, 48 and 60. RGB value is (221,72,96). Sum of RGB (Red+Green+Blue) = 221+72+96=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4860 is #22B79F. Grayscale: #777777. Windows color (decimal): -2275232 or 6310109. OLE color: 6310109.
HSL color Cylindrical-coordinate representation of color #DD4860: hue angle of 350.34º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4860 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 96 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.13 |
| HSL | 350.34º | 0.69% | 0.57% | - |
| HSV(B) | 350.34º | 0.67% | 0.87% | - |
| XYZ | 34.25 | 20.85 | 13.29 | - |
| YUV | 119.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 96 | 0 | 0.67 | 0.57 | 0.13 | 350.34 | 0.69 | 0.57 |
| Hex | DD | 48 | 60 | 0 | 43 | 39 | D | 15E | 45 | 39 |
| Octal | 335 | 110 | 140 | 0 | 103 | 71 | 15 | 536 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1100000 | 0 | 1000011 | 111001 | 1101 | 101011110 | 1000101 | 111001 |
Color Harmonies of #DD4860
Complementary color
Monochromatic Colors of #DD4860
Black with #DD4860
Text Example
Text Example
White with #DD4860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4860; }
p { color: rgb(221,72,96); }
H1.HeaderClassName
{
color: #DD4860;
}
.AnyTagClassName
{
color: #DD4860;
}
</style>
background-color css
<style>
a { background-color: #DD4860; }
a { background-color: rgb(221,72,96); }
div.DivClassName
{
background-color: #DD4860;
}
.BgClassName
{
background-color: #DD4860;
}
</style>
border-color css
<style>
span { border-color: #DD4860; }
span { border-color: rgb(221,72,96); }
td.TdClassName
{
border-color: #DD4860;
}
.TagClassName
{
border-color: #DD4860;
}
</style>