Shades of Mandy #DD5356
Tints of Mandy #DD5356
RGB
CMYK
RGB Variations
Color information
#DD5356 (or 0xDD5356) is known color: Mandy. HEX triplet: DD, 53 and 56. RGB value is (221,83,86). Sum of RGB (Red+Green+Blue) = 221+83+86=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5356 is #22ACA9. Grayscale: #7C7C7C. Windows color (decimal): -2272426 or 5657565. OLE color: 5657565.
HSL color Cylindrical-coordinate representation of color #DD5356: hue angle of 358.7º 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 #DD5356 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 83 | 86 | - |
CMYK | 0 | 0.62 | 0.61 | 0.13 |
HSL | 358.7º | 0.67% | 0.6% | - |
HSV(B) | 358.7º | 0.62% | 0.87% | - |
XYZ | 34.59 | 22.23 | 11.27 | - |
YUV | 124.6 | 106.22 | 196.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 83 | 86 | 0 | 0.62 | 0.61 | 0.13 | 358.7 | 0.67 | 0.6 |
Hex | DD | 53 | 56 | 0 | 3E | 3D | D | 167 | 43 | 3C |
Octal | 335 | 123 | 126 | 0 | 76 | 75 | 15 | 547 | 103 | 74 |
Binary | 11011101 | 1010011 | 1010110 | 0 | 111110 | 111101 | 1101 | 101100111 | 1000011 | 111100 |
Color Harmonies of #DD5356
Complementary color
Monochromatic Colors of #DD5356
Black with #DD5356
Text Example
Text Example
White with #DD5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5356; }
p { color: rgb(221,83,86); }
H1.HeaderClassName
{
color: #DD5356;
}
.AnyTagClassName
{
color: #DD5356;
}
</style>
background-color css
<style>
a { background-color: #DD5356; }
a { background-color: rgb(221,83,86); }
div.DivClassName
{
background-color: #DD5356;
}
.BgClassName
{
background-color: #DD5356;
}
</style>
border-color css
<style>
span { border-color: #DD5356; }
span { border-color: rgb(221,83,86); }
td.TdClassName
{
border-color: #DD5356;
}
.TagClassName
{
border-color: #DD5356;
}
</style>