Shades of Mandy #DD4857
Tints of Mandy #DD4857
RGB
CMYK
RGB Variations
Color information
#DD4857 (or 0xDD4857) is known color: Mandy. HEX triplet: DD, 48 and 57. RGB value is (221,72,87). Sum of RGB (Red+Green+Blue) = 221+72+87=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4857 is #22B7A8. Grayscale: #767676. Windows color (decimal): -2275241 or 5720285. OLE color: 5720285.
HSL color Cylindrical-coordinate representation of color #DD4857: hue angle of 353.96º 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 #DD4857 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 87 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.13 |
| HSL | 353.96º | 0.69% | 0.57% | - |
| HSV(B) | 353.96º | 0.67% | 0.87% | - |
| XYZ | 33.86 | 20.7 | 11.23 | - |
| YUV | 118.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 87 | 0 | 0.67 | 0.61 | 0.13 | 353.96 | 0.69 | 0.57 |
| Hex | DD | 48 | 57 | 0 | 43 | 3D | D | 162 | 45 | 39 |
| Octal | 335 | 110 | 127 | 0 | 103 | 75 | 15 | 542 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1010111 | 0 | 1000011 | 111101 | 1101 | 101100010 | 1000101 | 111001 |
Color Harmonies of #DD4857
Complementary color
Monochromatic Colors of #DD4857
Black with #DD4857
Text Example
Text Example
White with #DD4857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4857; }
p { color: rgb(221,72,87); }
H1.HeaderClassName
{
color: #DD4857;
}
.AnyTagClassName
{
color: #DD4857;
}
</style>
background-color css
<style>
a { background-color: #DD4857; }
a { background-color: rgb(221,72,87); }
div.DivClassName
{
background-color: #DD4857;
}
.BgClassName
{
background-color: #DD4857;
}
</style>
border-color css
<style>
span { border-color: #DD4857; }
span { border-color: rgb(221,72,87); }
td.TdClassName
{
border-color: #DD4857;
}
.TagClassName
{
border-color: #DD4857;
}
</style>