Shades of Mandy #DD535B
Tints of Mandy #DD535B
RGB
CMYK
RGB Variations
Color information
#DD535B (or 0xDD535B) is known color: Mandy. HEX triplet: DD, 53 and 5B. RGB value is (221,83,91). Sum of RGB (Red+Green+Blue) = 221+83+91=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD535B is #22ACA4. Grayscale: #7D7D7D. Windows color (decimal): -2272421 or 5985245. OLE color: 5985245.
HSL color Cylindrical-coordinate representation of color #DD535B: hue angle of 356.52º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD535B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 91 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.13 |
| HSL | 356.52º | 0.67% | 0.6% | - |
| HSV(B) | 356.52º | 0.62% | 0.87% | - |
| XYZ | 34.8 | 22.31 | 12.37 | - |
| YUV | 125.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 91 | 0 | 0.62 | 0.59 | 0.13 | 356.52 | 0.67 | 0.6 |
| Hex | DD | 53 | 5B | 0 | 3E | 3B | D | 165 | 43 | 3C |
| Octal | 335 | 123 | 133 | 0 | 76 | 73 | 15 | 545 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1011011 | 0 | 111110 | 111011 | 1101 | 101100101 | 1000011 | 111100 |
Color Harmonies of #DD535B
Complementary color
Monochromatic Colors of #DD535B
Black with #DD535B
Text Example
Text Example
White with #DD535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD535B; }
p { color: rgb(221,83,91); }
H1.HeaderClassName
{
color: #DD535B;
}
.AnyTagClassName
{
color: #DD535B;
}
</style>
background-color css
<style>
a { background-color: #DD535B; }
a { background-color: rgb(221,83,91); }
div.DivClassName
{
background-color: #DD535B;
}
.BgClassName
{
background-color: #DD535B;
}
</style>
border-color css
<style>
span { border-color: #DD535B; }
span { border-color: rgb(221,83,91); }
td.TdClassName
{
border-color: #DD535B;
}
.TagClassName
{
border-color: #DD535B;
}
</style>