Shades of Mandy #DD4450
Tints of Mandy #DD4450
RGB
CMYK
RGB Variations
Color information
#DD4450 (or 0xDD4450) is known color: Mandy. HEX triplet: DD, 44 and 50. RGB value is (221,68,80). Sum of RGB (Red+Green+Blue) = 221+68+80=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4450 is #22BBAF. Grayscale: #737373. Windows color (decimal): -2276272 or 5260509. OLE color: 5260509.
HSL color Cylindrical-coordinate representation of color #DD4450: hue angle of 355.29º 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 #DD4450 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 80 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.13 |
| HSL | 355.29º | 0.69% | 0.57% | - |
| HSV(B) | 355.29º | 0.69% | 0.87% | - |
| XYZ | 33.33 | 20.09 | 9.71 | - |
| YUV | 115.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 80 | 0 | 0.69 | 0.64 | 0.13 | 355.29 | 0.69 | 0.57 |
| Hex | DD | 44 | 50 | 0 | 45 | 40 | D | 163 | 45 | 39 |
| Octal | 335 | 104 | 120 | 0 | 105 | 100 | 15 | 543 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1010000 | 0 | 1000101 | 1000000 | 1101 | 101100011 | 1000101 | 111001 |
Color Harmonies of #DD4450
Complementary color
Monochromatic Colors of #DD4450
Black with #DD4450
Text Example
Text Example
White with #DD4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4450; }
p { color: rgb(221,68,80); }
H1.HeaderClassName
{
color: #DD4450;
}
.AnyTagClassName
{
color: #DD4450;
}
</style>
background-color css
<style>
a { background-color: #DD4450; }
a { background-color: rgb(221,68,80); }
div.DivClassName
{
background-color: #DD4450;
}
.BgClassName
{
background-color: #DD4450;
}
</style>
border-color css
<style>
span { border-color: #DD4450; }
span { border-color: rgb(221,68,80); }
td.TdClassName
{
border-color: #DD4450;
}
.TagClassName
{
border-color: #DD4450;
}
</style>