Shades of Mandy #DD4E5A
Tints of Mandy #DD4E5A
RGB
CMYK
RGB Variations
Color information
#DD4E5A (or 0xDD4E5A) is known color: Mandy. HEX triplet: DD, 4E and 5A. RGB value is (221,78,90). Sum of RGB (Red+Green+Blue) = 221+78+90=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E5A is #22B1A5. Grayscale: #7A7A7A. Windows color (decimal): -2273702 or 5918429. OLE color: 5918429.
HSL color Cylindrical-coordinate representation of color #DD4E5A: hue angle of 354.97º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4E5A is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 90 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.13 |
| HSL | 354.97º | 0.68% | 0.59% | - |
| HSV(B) | 354.97º | 0.65% | 0.87% | - |
| XYZ | 34.39 | 21.56 | 12.02 | - |
| YUV | 122.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 90 | 0 | 0.65 | 0.59 | 0.13 | 354.97 | 0.68 | 0.59 |
| Hex | DD | 4E | 5A | 0 | 41 | 3B | D | 163 | 44 | 3B |
| Octal | 335 | 116 | 132 | 0 | 101 | 73 | 15 | 543 | 104 | 73 |
| Binary | 11011101 | 1001110 | 1011010 | 0 | 1000001 | 111011 | 1101 | 101100011 | 1000100 | 111011 |
Color Harmonies of #DD4E5A
Complementary color
Monochromatic Colors of #DD4E5A
Black with #DD4E5A
Text Example
Text Example
White with #DD4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E5A; }
p { color: rgb(221,78,90); }
H1.HeaderClassName
{
color: #DD4E5A;
}
.AnyTagClassName
{
color: #DD4E5A;
}
</style>
background-color css
<style>
a { background-color: #DD4E5A; }
a { background-color: rgb(221,78,90); }
div.DivClassName
{
background-color: #DD4E5A;
}
.BgClassName
{
background-color: #DD4E5A;
}
</style>
border-color css
<style>
span { border-color: #DD4E5A; }
span { border-color: rgb(221,78,90); }
td.TdClassName
{
border-color: #DD4E5A;
}
.TagClassName
{
border-color: #DD4E5A;
}
</style>