Shades of Mandy #DD475B
Tints of Mandy #DD475B
RGB
CMYK
RGB Variations
Color information
#DD475B (or 0xDD475B) is known color: Mandy. HEX triplet: DD, 47 and 5B. RGB value is (221,71,91). Sum of RGB (Red+Green+Blue) = 221+71+91=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD475B is #22B8A4. Grayscale: #767676. Windows color (decimal): -2275493 or 5982173. OLE color: 5982173.
HSL color Cylindrical-coordinate representation of color #DD475B: hue angle of 352º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD475B is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 91 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.13 |
| HSL | 352º | 0.69% | 0.57% | - |
| HSV(B) | 352º | 0.68% | 0.87% | - |
| XYZ | 33.96 | 20.63 | 12.09 | - |
| YUV | 118.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 91 | 0 | 0.68 | 0.59 | 0.13 | 352 | 0.69 | 0.57 |
| Hex | DD | 47 | 5B | 0 | 44 | 3B | D | 160 | 45 | 39 |
| Octal | 335 | 107 | 133 | 0 | 104 | 73 | 15 | 540 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1011011 | 0 | 1000100 | 111011 | 1101 | 101100000 | 1000101 | 111001 |
Color Harmonies of #DD475B
Complementary color
Monochromatic Colors of #DD475B
Black with #DD475B
Text Example
Text Example
White with #DD475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD475B; }
p { color: rgb(221,71,91); }
H1.HeaderClassName
{
color: #DD475B;
}
.AnyTagClassName
{
color: #DD475B;
}
</style>
background-color css
<style>
a { background-color: #DD475B; }
a { background-color: rgb(221,71,91); }
div.DivClassName
{
background-color: #DD475B;
}
.BgClassName
{
background-color: #DD475B;
}
</style>
border-color css
<style>
span { border-color: #DD475B; }
span { border-color: rgb(221,71,91); }
td.TdClassName
{
border-color: #DD475B;
}
.TagClassName
{
border-color: #DD475B;
}
</style>