Shades of Mandy #DD4453
Tints of Mandy #DD4453
RGB
CMYK
RGB Variations
Color information
#DD4453 (or 0xDD4453) is known color: Mandy. HEX triplet: DD, 44 and 53. RGB value is (221,68,83). Sum of RGB (Red+Green+Blue) = 221+68+83=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4453 is #22BBAC. Grayscale: #737373. Windows color (decimal): -2276269 or 5457117. OLE color: 5457117.
HSL color Cylindrical-coordinate representation of color #DD4453: hue angle of 354.12º 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 #DD4453 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 83 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.13 |
| HSL | 354.12º | 0.69% | 0.57% | - |
| HSV(B) | 354.12º | 0.69% | 0.87% | - |
| XYZ | 33.45 | 20.13 | 10.31 | - |
| YUV | 115.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 83 | 0 | 0.69 | 0.62 | 0.13 | 354.12 | 0.69 | 0.57 |
| Hex | DD | 44 | 53 | 0 | 45 | 3E | D | 162 | 45 | 39 |
| Octal | 335 | 104 | 123 | 0 | 105 | 76 | 15 | 542 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1010011 | 0 | 1000101 | 111110 | 1101 | 101100010 | 1000101 | 111001 |
Color Harmonies of #DD4453
Complementary color
Monochromatic Colors of #DD4453
Black with #DD4453
Text Example
Text Example
White with #DD4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4453; }
p { color: rgb(221,68,83); }
H1.HeaderClassName
{
color: #DD4453;
}
.AnyTagClassName
{
color: #DD4453;
}
</style>
background-color css
<style>
a { background-color: #DD4453; }
a { background-color: rgb(221,68,83); }
div.DivClassName
{
background-color: #DD4453;
}
.BgClassName
{
background-color: #DD4453;
}
</style>
border-color css
<style>
span { border-color: #DD4453; }
span { border-color: rgb(221,68,83); }
td.TdClassName
{
border-color: #DD4453;
}
.TagClassName
{
border-color: #DD4453;
}
</style>