Shades of Mandy #DD535F
Tints of Mandy #DD535F
RGB
CMYK
RGB Variations
Color information
#DD535F (or 0xDD535F) is known color: Mandy. HEX triplet: DD, 53 and 5F. RGB value is (221,83,95). Sum of RGB (Red+Green+Blue) = 221+83+95=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD535F is #22ACA0. Grayscale: #7D7D7D. Windows color (decimal): -2272417 or 6247389. OLE color: 6247389.
HSL color Cylindrical-coordinate representation of color #DD535F: hue angle of 354.78º 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 #DD535F is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 95 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.13 |
| HSL | 354.78º | 0.67% | 0.6% | - |
| HSV(B) | 354.78º | 0.62% | 0.87% | - |
| XYZ | 34.98 | 22.38 | 13.3 | - |
| YUV | 125.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 95 | 0 | 0.62 | 0.57 | 0.13 | 354.78 | 0.67 | 0.6 |
| Hex | DD | 53 | 5F | 0 | 3E | 39 | D | 163 | 43 | 3C |
| Octal | 335 | 123 | 137 | 0 | 76 | 71 | 15 | 543 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1011111 | 0 | 111110 | 111001 | 1101 | 101100011 | 1000011 | 111100 |
Color Harmonies of #DD535F
Complementary color
Monochromatic Colors of #DD535F
Black with #DD535F
Text Example
Text Example
White with #DD535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD535F; }
p { color: rgb(221,83,95); }
H1.HeaderClassName
{
color: #DD535F;
}
.AnyTagClassName
{
color: #DD535F;
}
</style>
background-color css
<style>
a { background-color: #DD535F; }
a { background-color: rgb(221,83,95); }
div.DivClassName
{
background-color: #DD535F;
}
.BgClassName
{
background-color: #DD535F;
}
</style>
border-color css
<style>
span { border-color: #DD535F; }
span { border-color: rgb(221,83,95); }
td.TdClassName
{
border-color: #DD535F;
}
.TagClassName
{
border-color: #DD535F;
}
</style>