Shades of Mandy #DD4353
Tints of Mandy #DD4353
RGB
CMYK
RGB Variations
Color information
#DD4353 (or 0xDD4353) is known color: Mandy. HEX triplet: DD, 43 and 53. RGB value is (221,67,83). Sum of RGB (Red+Green+Blue) = 221+67+83=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4353 is #22BCAC. Grayscale: #727272. Windows color (decimal): -2276525 or 5456861. OLE color: 5456861.
HSL color Cylindrical-coordinate representation of color #DD4353: hue angle of 353.77º 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 #DD4353 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 83 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.13 |
| HSL | 353.77º | 0.69% | 0.56% | - |
| HSV(B) | 353.77º | 0.7% | 0.87% | - |
| XYZ | 33.39 | 20.01 | 10.29 | - |
| YUV | 114.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 83 | 0 | 0.70 | 0.62 | 0.13 | 353.77 | 0.69 | 0.56 |
| Hex | DD | 43 | 53 | 0 | 46 | 3E | D | 162 | 45 | 38 |
| Octal | 335 | 103 | 123 | 0 | 106 | 76 | 15 | 542 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1010011 | 0 | 1000110 | 111110 | 1101 | 101100010 | 1000101 | 111000 |
Color Harmonies of #DD4353
Complementary color
Monochromatic Colors of #DD4353
Black with #DD4353
Text Example
Text Example
White with #DD4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4353; }
p { color: rgb(221,67,83); }
H1.HeaderClassName
{
color: #DD4353;
}
.AnyTagClassName
{
color: #DD4353;
}
</style>
background-color css
<style>
a { background-color: #DD4353; }
a { background-color: rgb(221,67,83); }
div.DivClassName
{
background-color: #DD4353;
}
.BgClassName
{
background-color: #DD4353;
}
</style>
border-color css
<style>
span { border-color: #DD4353; }
span { border-color: rgb(221,67,83); }
td.TdClassName
{
border-color: #DD4353;
}
.TagClassName
{
border-color: #DD4353;
}
</style>