Shades of Mandy #DD4657
Tints of Mandy #DD4657
RGB
CMYK
RGB Variations
Color information
#DD4657 (or 0xDD4657) is known color: Mandy. HEX triplet: DD, 46 and 57. RGB value is (221,70,87). Sum of RGB (Red+Green+Blue) = 221+70+87=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4657 is #22B9A8. Grayscale: #757575. Windows color (decimal): -2275753 or 5719773. OLE color: 5719773.
HSL color Cylindrical-coordinate representation of color #DD4657: hue angle of 353.25º 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 #DD4657 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 87 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.13 |
| HSL | 353.25º | 0.69% | 0.57% | - |
| HSV(B) | 353.25º | 0.68% | 0.87% | - |
| XYZ | 33.73 | 20.44 | 11.18 | - |
| YUV | 117.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 87 | 0 | 0.68 | 0.61 | 0.13 | 353.25 | 0.69 | 0.57 |
| Hex | DD | 46 | 57 | 0 | 44 | 3D | D | 161 | 45 | 39 |
| Octal | 335 | 106 | 127 | 0 | 104 | 75 | 15 | 541 | 105 | 71 |
| Binary | 11011101 | 1000110 | 1010111 | 0 | 1000100 | 111101 | 1101 | 101100001 | 1000101 | 111001 |
Color Harmonies of #DD4657
Complementary color
Monochromatic Colors of #DD4657
Black with #DD4657
Text Example
Text Example
White with #DD4657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4657; }
p { color: rgb(221,70,87); }
H1.HeaderClassName
{
color: #DD4657;
}
.AnyTagClassName
{
color: #DD4657;
}
</style>
background-color css
<style>
a { background-color: #DD4657; }
a { background-color: rgb(221,70,87); }
div.DivClassName
{
background-color: #DD4657;
}
.BgClassName
{
background-color: #DD4657;
}
</style>
border-color css
<style>
span { border-color: #DD4657; }
span { border-color: rgb(221,70,87); }
td.TdClassName
{
border-color: #DD4657;
}
.TagClassName
{
border-color: #DD4657;
}
</style>