Shades of Mandy #DD445B
Tints of Mandy #DD445B
RGB
CMYK
RGB Variations
Color information
#DD445B (or 0xDD445B) is known color: Mandy. HEX triplet: DD, 44 and 5B. RGB value is (221,68,91). Sum of RGB (Red+Green+Blue) = 221+68+91=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD445B is #22BBA4. Grayscale: #747474. Windows color (decimal): -2276261 or 5981405. OLE color: 5981405.
HSL color Cylindrical-coordinate representation of color #DD445B: hue angle of 350.98º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD445B is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 91 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.13 |
| HSL | 350.98º | 0.69% | 0.57% | - |
| HSV(B) | 350.98º | 0.69% | 0.87% | - |
| XYZ | 33.77 | 20.26 | 12.03 | - |
| YUV | 116.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 91 | 0 | 0.69 | 0.59 | 0.13 | 350.98 | 0.69 | 0.57 |
| Hex | DD | 44 | 5B | 0 | 45 | 3B | D | 15F | 45 | 39 |
| Octal | 335 | 104 | 133 | 0 | 105 | 73 | 15 | 537 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1011011 | 0 | 1000101 | 111011 | 1101 | 101011111 | 1000101 | 111001 |
Color Harmonies of #DD445B
Complementary color
Monochromatic Colors of #DD445B
Black with #DD445B
Text Example
Text Example
White with #DD445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD445B; }
p { color: rgb(221,68,91); }
H1.HeaderClassName
{
color: #DD445B;
}
.AnyTagClassName
{
color: #DD445B;
}
</style>
background-color css
<style>
a { background-color: #DD445B; }
a { background-color: rgb(221,68,91); }
div.DivClassName
{
background-color: #DD445B;
}
.BgClassName
{
background-color: #DD445B;
}
</style>
border-color css
<style>
span { border-color: #DD445B; }
span { border-color: rgb(221,68,91); }
td.TdClassName
{
border-color: #DD445B;
}
.TagClassName
{
border-color: #DD445B;
}
</style>