Shades of Mandy #DD455B
Tints of Mandy #DD455B
RGB
CMYK
RGB Variations
Color information
#DD455B (or 0xDD455B) is known color: Mandy. HEX triplet: DD, 45 and 5B. RGB value is (221,69,91). Sum of RGB (Red+Green+Blue) = 221+69+91=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD455B is #22BAA4. Grayscale: #757575. Windows color (decimal): -2276005 or 5981661. OLE color: 5981661.
HSL color Cylindrical-coordinate representation of color #DD455B: hue angle of 351.32º 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 #DD455B is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 91 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.13 |
| HSL | 351.32º | 0.69% | 0.57% | - |
| HSV(B) | 351.32º | 0.69% | 0.87% | - |
| XYZ | 33.84 | 20.38 | 12.05 | - |
| YUV | 116.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 91 | 0 | 0.69 | 0.59 | 0.13 | 351.32 | 0.69 | 0.57 |
| Hex | DD | 45 | 5B | 0 | 45 | 3B | D | 15F | 45 | 39 |
| Octal | 335 | 105 | 133 | 0 | 105 | 73 | 15 | 537 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1011011 | 0 | 1000101 | 111011 | 1101 | 101011111 | 1000101 | 111001 |
Color Harmonies of #DD455B
Complementary color
Monochromatic Colors of #DD455B
Black with #DD455B
Text Example
Text Example
White with #DD455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD455B; }
p { color: rgb(221,69,91); }
H1.HeaderClassName
{
color: #DD455B;
}
.AnyTagClassName
{
color: #DD455B;
}
</style>
background-color css
<style>
a { background-color: #DD455B; }
a { background-color: rgb(221,69,91); }
div.DivClassName
{
background-color: #DD455B;
}
.BgClassName
{
background-color: #DD455B;
}
</style>
border-color css
<style>
span { border-color: #DD455B; }
span { border-color: rgb(221,69,91); }
td.TdClassName
{
border-color: #DD455B;
}
.TagClassName
{
border-color: #DD455B;
}
</style>