Shades of Mandy #DD4250
Tints of Mandy #DD4250
RGB
CMYK
RGB Variations
Color information
#DD4250 (or 0xDD4250) is known color: Mandy. HEX triplet: DD, 42 and 50. RGB value is (221,66,80). Sum of RGB (Red+Green+Blue) = 221+66+80=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4250 is #22BDAF. Grayscale: #727272. Windows color (decimal): -2276784 or 5259997. OLE color: 5259997.
HSL color Cylindrical-coordinate representation of color #DD4250: hue angle of 354.58º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4250 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 80 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.13 |
| HSL | 354.58º | 0.7% | 0.56% | - |
| HSV(B) | 354.58º | 0.7% | 0.87% | - |
| XYZ | 33.21 | 19.85 | 9.67 | - |
| YUV | 113.94 | 108.85 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 80 | 0 | 0.70 | 0.64 | 0.13 | 354.58 | 0.7 | 0.56 |
| Hex | DD | 42 | 50 | 0 | 46 | 40 | D | 163 | 46 | 38 |
| Octal | 335 | 102 | 120 | 0 | 106 | 100 | 15 | 543 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1010000 | 0 | 1000110 | 1000000 | 1101 | 101100011 | 1000110 | 111000 |
Color Harmonies of #DD4250
Complementary color
Monochromatic Colors of #DD4250
Black with #DD4250
Text Example
Text Example
White with #DD4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4250; }
p { color: rgb(221,66,80); }
H1.HeaderClassName
{
color: #DD4250;
}
.AnyTagClassName
{
color: #DD4250;
}
</style>
background-color css
<style>
a { background-color: #DD4250; }
a { background-color: rgb(221,66,80); }
div.DivClassName
{
background-color: #DD4250;
}
.BgClassName
{
background-color: #DD4250;
}
</style>
border-color css
<style>
span { border-color: #DD4250; }
span { border-color: rgb(221,66,80); }
td.TdClassName
{
border-color: #DD4250;
}
.TagClassName
{
border-color: #DD4250;
}
</style>