Shades of Mandy #DD474C
Tints of Mandy #DD474C
RGB
CMYK
RGB Variations
Color information
#DD474C (or 0xDD474C) is known color: Mandy. HEX triplet: DD, 47 and 4C. RGB value is (221,71,76). Sum of RGB (Red+Green+Blue) = 221+71+76=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD474C is #22B8B3. Grayscale: #747474. Windows color (decimal): -2275508 or 4999133. OLE color: 4999133.
HSL color Cylindrical-coordinate representation of color #DD474C: hue angle of 358º 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 #DD474C is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 76 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.13 |
| HSL | 358º | 0.69% | 0.57% | - |
| HSV(B) | 358º | 0.68% | 0.87% | - |
| XYZ | 33.38 | 20.4 | 9.02 | - |
| YUV | 116.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 76 | 0 | 0.68 | 0.66 | 0.13 | 358 | 0.69 | 0.57 |
| Hex | DD | 47 | 4C | 0 | 44 | 42 | D | 166 | 45 | 39 |
| Octal | 335 | 107 | 114 | 0 | 104 | 102 | 15 | 546 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1001100 | 0 | 1000100 | 1000010 | 1101 | 101100110 | 1000101 | 111001 |
Color Harmonies of #DD474C
Complementary color
Monochromatic Colors of #DD474C
Black with #DD474C
Text Example
Text Example
White with #DD474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD474C; }
p { color: rgb(221,71,76); }
H1.HeaderClassName
{
color: #DD474C;
}
.AnyTagClassName
{
color: #DD474C;
}
</style>
background-color css
<style>
a { background-color: #DD474C; }
a { background-color: rgb(221,71,76); }
div.DivClassName
{
background-color: #DD474C;
}
.BgClassName
{
background-color: #DD474C;
}
</style>
border-color css
<style>
span { border-color: #DD474C; }
span { border-color: rgb(221,71,76); }
td.TdClassName
{
border-color: #DD474C;
}
.TagClassName
{
border-color: #DD474C;
}
</style>