Shades of Mandy #DD4253
Tints of Mandy #DD4253
RGB
CMYK
RGB Variations
Color information
#DD4253 (or 0xDD4253) is known color: Mandy. HEX triplet: DD, 42 and 53. RGB value is (221,66,83). Sum of RGB (Red+Green+Blue) = 221+66+83=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4253 is #22BDAC. Grayscale: #727272. Windows color (decimal): -2276781 or 5456605. OLE color: 5456605.
HSL color Cylindrical-coordinate representation of color #DD4253: hue angle of 353.42º 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 #DD4253 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 83 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.13 |
| HSL | 353.42º | 0.7% | 0.56% | - |
| HSV(B) | 353.42º | 0.7% | 0.87% | - |
| XYZ | 33.33 | 19.89 | 10.27 | - |
| YUV | 114.28 | 110.35 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 83 | 0 | 0.70 | 0.62 | 0.13 | 353.42 | 0.7 | 0.56 |
| Hex | DD | 42 | 53 | 0 | 46 | 3E | D | 161 | 46 | 38 |
| Octal | 335 | 102 | 123 | 0 | 106 | 76 | 15 | 541 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1010011 | 0 | 1000110 | 111110 | 1101 | 101100001 | 1000110 | 111000 |
Color Harmonies of #DD4253
Complementary color
Monochromatic Colors of #DD4253
Black with #DD4253
Text Example
Text Example
White with #DD4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4253; }
p { color: rgb(221,66,83); }
H1.HeaderClassName
{
color: #DD4253;
}
.AnyTagClassName
{
color: #DD4253;
}
</style>
background-color css
<style>
a { background-color: #DD4253; }
a { background-color: rgb(221,66,83); }
div.DivClassName
{
background-color: #DD4253;
}
.BgClassName
{
background-color: #DD4253;
}
</style>
border-color css
<style>
span { border-color: #DD4253; }
span { border-color: rgb(221,66,83); }
td.TdClassName
{
border-color: #DD4253;
}
.TagClassName
{
border-color: #DD4253;
}
</style>