Shades of Mandy #DD4348
Tints of Mandy #DD4348
RGB
CMYK
RGB Variations
Color information
#DD4348 (or 0xDD4348) is known color: Mandy. HEX triplet: DD, 43 and 48. RGB value is (221,67,72). Sum of RGB (Red+Green+Blue) = 221+67+72=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4348 is #22BCB7. Grayscale: #717171. Windows color (decimal): -2276536 or 4735965. OLE color: 4735965.
HSL color Cylindrical-coordinate representation of color #DD4348: hue angle of 358.05º degrees, saturation: 0.69, 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 #DD4348 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 72 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.13 |
| HSL | 358.05º | 0.69% | 0.56% | - |
| HSV(B) | 358.05º | 0.7% | 0.87% | - |
| XYZ | 33 | 19.85 | 8.22 | - |
| YUV | 113.62 | 104.52 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 72 | 0 | 0.70 | 0.67 | 0.13 | 358.05 | 0.69 | 0.56 |
| Hex | DD | 43 | 48 | 0 | 46 | 43 | D | 166 | 45 | 38 |
| Octal | 335 | 103 | 110 | 0 | 106 | 103 | 15 | 546 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1001000 | 0 | 1000110 | 1000011 | 1101 | 101100110 | 1000101 | 111000 |
Color Harmonies of #DD4348
Complementary color
Monochromatic Colors of #DD4348
Black with #DD4348
Text Example
Text Example
White with #DD4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4348; }
p { color: rgb(221,67,72); }
H1.HeaderClassName
{
color: #DD4348;
}
.AnyTagClassName
{
color: #DD4348;
}
</style>
background-color css
<style>
a { background-color: #DD4348; }
a { background-color: rgb(221,67,72); }
div.DivClassName
{
background-color: #DD4348;
}
.BgClassName
{
background-color: #DD4348;
}
</style>
border-color css
<style>
span { border-color: #DD4348; }
span { border-color: rgb(221,67,72); }
td.TdClassName
{
border-color: #DD4348;
}
.TagClassName
{
border-color: #DD4348;
}
</style>