Shades of Mandy #DD5B5F
Tints of Mandy #DD5B5F
RGB
CMYK
RGB Variations
Color information
#DD5B5F (or 0xDD5B5F) is known color: Mandy. HEX triplet: DD, 5B and 5F. RGB value is (221,91,95). Sum of RGB (Red+Green+Blue) = 221+91+95=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B5F is #22A4A0. Grayscale: #828282. Windows color (decimal): -2270369 or 6249437. OLE color: 6249437.
HSL color Cylindrical-coordinate representation of color #DD5B5F: hue angle of 358.15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5B5F is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 95 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.13 |
| HSL | 358.15º | 0.66% | 0.61% | - |
| HSV(B) | 358.15º | 0.59% | 0.87% | - |
| XYZ | 35.63 | 23.68 | 13.52 | - |
| YUV | 130.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 95 | 0 | 0.59 | 0.57 | 0.13 | 358.15 | 0.66 | 0.61 |
| Hex | DD | 5B | 5F | 0 | 3B | 39 | D | 166 | 42 | 3D |
| Octal | 335 | 133 | 137 | 0 | 73 | 71 | 15 | 546 | 102 | 75 |
| Binary | 11011101 | 1011011 | 1011111 | 0 | 111011 | 111001 | 1101 | 101100110 | 1000010 | 111101 |
Color Harmonies of #DD5B5F
Complementary color
Monochromatic Colors of #DD5B5F
Black with #DD5B5F
Text Example
Text Example
White with #DD5B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B5F; }
p { color: rgb(221,91,95); }
H1.HeaderClassName
{
color: #DD5B5F;
}
.AnyTagClassName
{
color: #DD5B5F;
}
</style>
background-color css
<style>
a { background-color: #DD5B5F; }
a { background-color: rgb(221,91,95); }
div.DivClassName
{
background-color: #DD5B5F;
}
.BgClassName
{
background-color: #DD5B5F;
}
</style>
border-color css
<style>
span { border-color: #DD5B5F; }
span { border-color: rgb(221,91,95); }
td.TdClassName
{
border-color: #DD5B5F;
}
.TagClassName
{
border-color: #DD5B5F;
}
</style>