Shades of Mandy #DD4856
Tints of Mandy #DD4856
RGB
CMYK
RGB Variations
Color information
#DD4856 (or 0xDD4856) is known color: Mandy. HEX triplet: DD, 48 and 56. RGB value is (221,72,86). Sum of RGB (Red+Green+Blue) = 221+72+86=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4856 is #22B7A9. Grayscale: #767676. Windows color (decimal): -2275242 or 5654749. OLE color: 5654749.
HSL color Cylindrical-coordinate representation of color #DD4856: hue angle of 354.36º 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 #DD4856 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 86 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.13 |
| HSL | 354.36º | 0.69% | 0.57% | - |
| HSV(B) | 354.36º | 0.67% | 0.87% | - |
| XYZ | 33.82 | 20.68 | 11.01 | - |
| YUV | 118.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 86 | 0 | 0.67 | 0.61 | 0.13 | 354.36 | 0.69 | 0.57 |
| Hex | DD | 48 | 56 | 0 | 43 | 3D | D | 162 | 45 | 39 |
| Octal | 335 | 110 | 126 | 0 | 103 | 75 | 15 | 542 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1010110 | 0 | 1000011 | 111101 | 1101 | 101100010 | 1000101 | 111001 |
Color Harmonies of #DD4856
Complementary color
Monochromatic Colors of #DD4856
Black with #DD4856
Text Example
Text Example
White with #DD4856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4856; }
p { color: rgb(221,72,86); }
H1.HeaderClassName
{
color: #DD4856;
}
.AnyTagClassName
{
color: #DD4856;
}
</style>
background-color css
<style>
a { background-color: #DD4856; }
a { background-color: rgb(221,72,86); }
div.DivClassName
{
background-color: #DD4856;
}
.BgClassName
{
background-color: #DD4856;
}
</style>
border-color css
<style>
span { border-color: #DD4856; }
span { border-color: rgb(221,72,86); }
td.TdClassName
{
border-color: #DD4856;
}
.TagClassName
{
border-color: #DD4856;
}
</style>