Shades of Mandy #DD485B
Tints of Mandy #DD485B
RGB
CMYK
RGB Variations
Color information
#DD485B (or 0xDD485B) is known color: Mandy. HEX triplet: DD, 48 and 5B. RGB value is (221,72,91). Sum of RGB (Red+Green+Blue) = 221+72+91=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD485B is #22B7A4. Grayscale: #767676. Windows color (decimal): -2275237 or 5982429. OLE color: 5982429.
HSL color Cylindrical-coordinate representation of color #DD485B: hue angle of 352.35º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD485B is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 91 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.13 |
| HSL | 352.35º | 0.69% | 0.57% | - |
| HSV(B) | 352.35º | 0.67% | 0.87% | - |
| XYZ | 34.02 | 20.76 | 12.11 | - |
| YUV | 118.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 91 | 0 | 0.67 | 0.59 | 0.13 | 352.35 | 0.69 | 0.57 |
| Hex | DD | 48 | 5B | 0 | 43 | 3B | D | 160 | 45 | 39 |
| Octal | 335 | 110 | 133 | 0 | 103 | 73 | 15 | 540 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1011011 | 0 | 1000011 | 111011 | 1101 | 101100000 | 1000101 | 111001 |
Color Harmonies of #DD485B
Complementary color
Monochromatic Colors of #DD485B
Black with #DD485B
Text Example
Text Example
White with #DD485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD485B; }
p { color: rgb(221,72,91); }
H1.HeaderClassName
{
color: #DD485B;
}
.AnyTagClassName
{
color: #DD485B;
}
</style>
background-color css
<style>
a { background-color: #DD485B; }
a { background-color: rgb(221,72,91); }
div.DivClassName
{
background-color: #DD485B;
}
.BgClassName
{
background-color: #DD485B;
}
</style>
border-color css
<style>
span { border-color: #DD485B; }
span { border-color: rgb(221,72,91); }
td.TdClassName
{
border-color: #DD485B;
}
.TagClassName
{
border-color: #DD485B;
}
</style>