Shades of Mandy #DD4553
Tints of Mandy #DD4553
RGB
CMYK
RGB Variations
Color information
#DD4553 (or 0xDD4553) is known color: Mandy. HEX triplet: DD, 45 and 53. RGB value is (221,69,83). Sum of RGB (Red+Green+Blue) = 221+69+83=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4553 is #22BAAC. Grayscale: #747474. Windows color (decimal): -2276013 or 5457373. OLE color: 5457373.
HSL color Cylindrical-coordinate representation of color #DD4553: hue angle of 354.47º 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 #DD4553 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 83 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.13 |
| HSL | 354.47º | 0.69% | 0.57% | - |
| HSV(B) | 354.47º | 0.69% | 0.87% | - |
| XYZ | 33.51 | 20.25 | 10.33 | - |
| YUV | 116.04 | 109.36 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 83 | 0 | 0.69 | 0.62 | 0.13 | 354.47 | 0.69 | 0.57 |
| Hex | DD | 45 | 53 | 0 | 45 | 3E | D | 162 | 45 | 39 |
| Octal | 335 | 105 | 123 | 0 | 105 | 76 | 15 | 542 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1010011 | 0 | 1000101 | 111110 | 1101 | 101100010 | 1000101 | 111001 |
Color Harmonies of #DD4553
Complementary color
Monochromatic Colors of #DD4553
Black with #DD4553
Text Example
Text Example
White with #DD4553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4553; }
p { color: rgb(221,69,83); }
H1.HeaderClassName
{
color: #DD4553;
}
.AnyTagClassName
{
color: #DD4553;
}
</style>
background-color css
<style>
a { background-color: #DD4553; }
a { background-color: rgb(221,69,83); }
div.DivClassName
{
background-color: #DD4553;
}
.BgClassName
{
background-color: #DD4553;
}
</style>
border-color css
<style>
span { border-color: #DD4553; }
span { border-color: rgb(221,69,83); }
td.TdClassName
{
border-color: #DD4553;
}
.TagClassName
{
border-color: #DD4553;
}
</style>