Shades of Mandy #DD4F5A
Tints of Mandy #DD4F5A
RGB
CMYK
RGB Variations
Color information
#DD4F5A (or 0xDD4F5A) is known color: Mandy. HEX triplet: DD, 4F and 5A. RGB value is (221,79,90). Sum of RGB (Red+Green+Blue) = 221+79+90=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F5A is #22B0A5. Grayscale: #7A7A7A. Windows color (decimal): -2273446 or 5918685. OLE color: 5918685.
HSL color Cylindrical-coordinate representation of color #DD4F5A: hue angle of 355.35º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F5A is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 90 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.13 |
| HSL | 355.35º | 0.68% | 0.59% | - |
| HSV(B) | 355.35º | 0.64% | 0.87% | - |
| XYZ | 34.46 | 21.7 | 12.05 | - |
| YUV | 122.71 | 109.54 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 90 | 0 | 0.64 | 0.59 | 0.13 | 355.35 | 0.68 | 0.59 |
| Hex | DD | 4F | 5A | 0 | 40 | 3B | D | 163 | 44 | 3B |
| Octal | 335 | 117 | 132 | 0 | 100 | 73 | 15 | 543 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1011010 | 0 | 1000000 | 111011 | 1101 | 101100011 | 1000100 | 111011 |
Color Harmonies of #DD4F5A
Complementary color
Monochromatic Colors of #DD4F5A
Black with #DD4F5A
Text Example
Text Example
White with #DD4F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F5A; }
p { color: rgb(221,79,90); }
H1.HeaderClassName
{
color: #DD4F5A;
}
.AnyTagClassName
{
color: #DD4F5A;
}
</style>
background-color css
<style>
a { background-color: #DD4F5A; }
a { background-color: rgb(221,79,90); }
div.DivClassName
{
background-color: #DD4F5A;
}
.BgClassName
{
background-color: #DD4F5A;
}
</style>
border-color css
<style>
span { border-color: #DD4F5A; }
span { border-color: rgb(221,79,90); }
td.TdClassName
{
border-color: #DD4F5A;
}
.TagClassName
{
border-color: #DD4F5A;
}
</style>