Shades of Mandy #DD4351
Tints of Mandy #DD4351
RGB
CMYK
RGB Variations
Color information
#DD4351 (or 0xDD4351) is known color: Mandy. HEX triplet: DD, 43 and 51. RGB value is (221,67,81). Sum of RGB (Red+Green+Blue) = 221+67+81=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4351 is #22BCAE. Grayscale: #727272. Windows color (decimal): -2276527 or 5325789. OLE color: 5325789.
HSL color Cylindrical-coordinate representation of color #DD4351: hue angle of 354.55º 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 #DD4351 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 81 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.13 |
| HSL | 354.55º | 0.69% | 0.56% | - |
| HSV(B) | 354.55º | 0.7% | 0.87% | - |
| XYZ | 33.31 | 19.98 | 9.89 | - |
| YUV | 114.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 81 | 0 | 0.70 | 0.63 | 0.13 | 354.55 | 0.69 | 0.56 |
| Hex | DD | 43 | 51 | 0 | 46 | 3F | D | 163 | 45 | 38 |
| Octal | 335 | 103 | 121 | 0 | 106 | 77 | 15 | 543 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1010001 | 0 | 1000110 | 111111 | 1101 | 101100011 | 1000101 | 111000 |
Color Harmonies of #DD4351
Complementary color
Monochromatic Colors of #DD4351
Black with #DD4351
Text Example
Text Example
White with #DD4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4351; }
p { color: rgb(221,67,81); }
H1.HeaderClassName
{
color: #DD4351;
}
.AnyTagClassName
{
color: #DD4351;
}
</style>
background-color css
<style>
a { background-color: #DD4351; }
a { background-color: rgb(221,67,81); }
div.DivClassName
{
background-color: #DD4351;
}
.BgClassName
{
background-color: #DD4351;
}
</style>
border-color css
<style>
span { border-color: #DD4351; }
span { border-color: rgb(221,67,81); }
td.TdClassName
{
border-color: #DD4351;
}
.TagClassName
{
border-color: #DD4351;
}
</style>