Shades of Mandy #DD4653
Tints of Mandy #DD4653
RGB
CMYK
RGB Variations
Color information
#DD4653 (or 0xDD4653) is known color: Mandy. HEX triplet: DD, 46 and 53. RGB value is (221,70,83). Sum of RGB (Red+Green+Blue) = 221+70+83=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4653 is #22B9AC. Grayscale: #747474. Windows color (decimal): -2275757 or 5457629. OLE color: 5457629.
HSL color Cylindrical-coordinate representation of color #DD4653: hue angle of 354.83º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4653 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 83 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.13 |
| HSL | 354.83º | 0.69% | 0.57% | - |
| HSV(B) | 354.83º | 0.68% | 0.87% | - |
| XYZ | 33.57 | 20.38 | 10.35 | - |
| YUV | 116.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 83 | 0 | 0.68 | 0.62 | 0.13 | 354.83 | 0.69 | 0.57 |
| Hex | DD | 46 | 53 | 0 | 44 | 3E | D | 163 | 45 | 39 |
| Octal | 335 | 106 | 123 | 0 | 104 | 76 | 15 | 543 | 105 | 71 |
| Binary | 11011101 | 1000110 | 1010011 | 0 | 1000100 | 111110 | 1101 | 101100011 | 1000101 | 111001 |
Color Harmonies of #DD4653
Complementary color
Monochromatic Colors of #DD4653
Black with #DD4653
Text Example
Text Example
White with #DD4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4653; }
p { color: rgb(221,70,83); }
H1.HeaderClassName
{
color: #DD4653;
}
.AnyTagClassName
{
color: #DD4653;
}
</style>
background-color css
<style>
a { background-color: #DD4653; }
a { background-color: rgb(221,70,83); }
div.DivClassName
{
background-color: #DD4653;
}
.BgClassName
{
background-color: #DD4653;
}
</style>
border-color css
<style>
span { border-color: #DD4653; }
span { border-color: rgb(221,70,83); }
td.TdClassName
{
border-color: #DD4653;
}
.TagClassName
{
border-color: #DD4653;
}
</style>