Shades of Mandy #DD484C
Tints of Mandy #DD484C
RGB
CMYK
RGB Variations
Color information
#DD484C (or 0xDD484C) is known color: Mandy. HEX triplet: DD, 48 and 4C. RGB value is (221,72,76). Sum of RGB (Red+Green+Blue) = 221+72+76=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD484C is #22B7B3. Grayscale: #757575. Windows color (decimal): -2275252 or 4999389. OLE color: 4999389.
HSL color Cylindrical-coordinate representation of color #DD484C: hue angle of 358.39º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD484C is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 76 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.13 |
| HSL | 358.39º | 0.69% | 0.57% | - |
| HSV(B) | 358.39º | 0.67% | 0.87% | - |
| XYZ | 33.44 | 20.53 | 9.04 | - |
| YUV | 117.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 76 | 0 | 0.67 | 0.66 | 0.13 | 358.39 | 0.69 | 0.57 |
| Hex | DD | 48 | 4C | 0 | 43 | 42 | D | 166 | 45 | 39 |
| Octal | 335 | 110 | 114 | 0 | 103 | 102 | 15 | 546 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1001100 | 0 | 1000011 | 1000010 | 1101 | 101100110 | 1000101 | 111001 |
Color Harmonies of #DD484C
Complementary color
Monochromatic Colors of #DD484C
Black with #DD484C
Text Example
Text Example
White with #DD484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD484C; }
p { color: rgb(221,72,76); }
H1.HeaderClassName
{
color: #DD484C;
}
.AnyTagClassName
{
color: #DD484C;
}
</style>
background-color css
<style>
a { background-color: #DD484C; }
a { background-color: rgb(221,72,76); }
div.DivClassName
{
background-color: #DD484C;
}
.BgClassName
{
background-color: #DD484C;
}
</style>
border-color css
<style>
span { border-color: #DD484C; }
span { border-color: rgb(221,72,76); }
td.TdClassName
{
border-color: #DD484C;
}
.TagClassName
{
border-color: #DD484C;
}
</style>