Shades of Mandy #DD4357
Tints of Mandy #DD4357
RGB
CMYK
RGB Variations
Color information
#DD4357 (or 0xDD4357) is known color: Mandy. HEX triplet: DD, 43 and 57. RGB value is (221,67,87). Sum of RGB (Red+Green+Blue) = 221+67+87=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4357 is #22BCA8. Grayscale: #737373. Windows color (decimal): -2276521 or 5719005. OLE color: 5719005.
HSL color Cylindrical-coordinate representation of color #DD4357: hue angle of 352.21º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4357 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 87 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.13 |
| HSL | 352.21º | 0.69% | 0.56% | - |
| HSV(B) | 352.21º | 0.7% | 0.87% | - |
| XYZ | 33.55 | 20.07 | 11.12 | - |
| YUV | 115.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 87 | 0 | 0.70 | 0.61 | 0.13 | 352.21 | 0.69 | 0.56 |
| Hex | DD | 43 | 57 | 0 | 46 | 3D | D | 160 | 45 | 38 |
| Octal | 335 | 103 | 127 | 0 | 106 | 75 | 15 | 540 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1010111 | 0 | 1000110 | 111101 | 1101 | 101100000 | 1000101 | 111000 |
Color Harmonies of #DD4357
Complementary color
Monochromatic Colors of #DD4357
Black with #DD4357
Text Example
Text Example
White with #DD4357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4357; }
p { color: rgb(221,67,87); }
H1.HeaderClassName
{
color: #DD4357;
}
.AnyTagClassName
{
color: #DD4357;
}
</style>
background-color css
<style>
a { background-color: #DD4357; }
a { background-color: rgb(221,67,87); }
div.DivClassName
{
background-color: #DD4357;
}
.BgClassName
{
background-color: #DD4357;
}
</style>
border-color css
<style>
span { border-color: #DD4357; }
span { border-color: rgb(221,67,87); }
td.TdClassName
{
border-color: #DD4357;
}
.TagClassName
{
border-color: #DD4357;
}
</style>