Shades of Mandy #DD4B5E
Tints of Mandy #DD4B5E
RGB
CMYK
RGB Variations
Color information
#DD4B5E (or 0xDD4B5E) is known color: Mandy. HEX triplet: DD, 4B and 5E. RGB value is (221,75,94). Sum of RGB (Red+Green+Blue) = 221+75+94=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4B5E is #22B4A1. Grayscale: #787878. Windows color (decimal): -2274466 or 6179805. OLE color: 6179805.
HSL color Cylindrical-coordinate representation of color #DD4B5E: hue angle of 352.19º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4B5E is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 94 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.13 |
| HSL | 352.19º | 0.68% | 0.58% | - |
| HSV(B) | 352.19º | 0.66% | 0.87% | - |
| XYZ | 34.36 | 21.21 | 12.87 | - |
| YUV | 120.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 94 | 0 | 0.66 | 0.57 | 0.13 | 352.19 | 0.68 | 0.58 |
| Hex | DD | 4B | 5E | 0 | 42 | 39 | D | 160 | 44 | 3A |
| Octal | 335 | 113 | 136 | 0 | 102 | 71 | 15 | 540 | 104 | 72 |
| Binary | 11011101 | 1001011 | 1011110 | 0 | 1000010 | 111001 | 1101 | 101100000 | 1000100 | 111010 |
Color Harmonies of #DD4B5E
Complementary color
Monochromatic Colors of #DD4B5E
Black with #DD4B5E
Text Example
Text Example
White with #DD4B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B5E; }
p { color: rgb(221,75,94); }
H1.HeaderClassName
{
color: #DD4B5E;
}
.AnyTagClassName
{
color: #DD4B5E;
}
</style>
background-color css
<style>
a { background-color: #DD4B5E; }
a { background-color: rgb(221,75,94); }
div.DivClassName
{
background-color: #DD4B5E;
}
.BgClassName
{
background-color: #DD4B5E;
}
</style>
border-color css
<style>
span { border-color: #DD4B5E; }
span { border-color: rgb(221,75,94); }
td.TdClassName
{
border-color: #DD4B5E;
}
.TagClassName
{
border-color: #DD4B5E;
}
</style>