Shades of Mandy #DD4555
Tints of Mandy #DD4555
RGB
CMYK
RGB Variations
Color information
#DD4555 (or 0xDD4555) is known color: Mandy. HEX triplet: DD, 45 and 55. RGB value is (221,69,85). Sum of RGB (Red+Green+Blue) = 221+69+85=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4555 is #22BAAA. Grayscale: #747474. Windows color (decimal): -2276011 or 5588445. OLE color: 5588445.
HSL color Cylindrical-coordinate representation of color #DD4555: hue angle of 353.68º 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 #DD4555 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 85 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.13 |
| HSL | 353.68º | 0.69% | 0.57% | - |
| HSV(B) | 353.68º | 0.69% | 0.87% | - |
| XYZ | 33.59 | 20.28 | 10.74 | - |
| YUV | 116.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 85 | 0 | 0.69 | 0.62 | 0.13 | 353.68 | 0.69 | 0.57 |
| Hex | DD | 45 | 55 | 0 | 45 | 3E | D | 162 | 45 | 39 |
| Octal | 335 | 105 | 125 | 0 | 105 | 76 | 15 | 542 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1010101 | 0 | 1000101 | 111110 | 1101 | 101100010 | 1000101 | 111001 |
Color Harmonies of #DD4555
Complementary color
Monochromatic Colors of #DD4555
Black with #DD4555
Text Example
Text Example
White with #DD4555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4555; }
p { color: rgb(221,69,85); }
H1.HeaderClassName
{
color: #DD4555;
}
.AnyTagClassName
{
color: #DD4555;
}
</style>
background-color css
<style>
a { background-color: #DD4555; }
a { background-color: rgb(221,69,85); }
div.DivClassName
{
background-color: #DD4555;
}
.BgClassName
{
background-color: #DD4555;
}
</style>
border-color css
<style>
span { border-color: #DD4555; }
span { border-color: rgb(221,69,85); }
td.TdClassName
{
border-color: #DD4555;
}
.TagClassName
{
border-color: #DD4555;
}
</style>