Shades of Mandy #D5565C
Tints of Mandy #D5565C
RGB
CMYK
RGB Variations
Color information
#D5565C (or 0xD5565C) is known color: Mandy. HEX triplet: D5, 56 and 5C. RGB value is (213,86,92). Sum of RGB (Red+Green+Blue) = 213+86+92=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5565C is #2AA9A3. Grayscale: #7C7C7C. Windows color (decimal): -2795940 or 6051541. OLE color: 6051541.
HSL color Cylindrical-coordinate representation of color #D5565C: hue angle of 357.17º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5565C is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 92 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.16 |
| HSL | 357.17º | 0.6% | 0.59% | - |
| HSV(B) | 357.17º | 0.6% | 0.84% | - |
| XYZ | 32.7 | 21.57 | 12.57 | - |
| YUV | 124.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 92 | 0 | 0.60 | 0.57 | 0.16 | 357.17 | 0.6 | 0.59 |
| Hex | D5 | 56 | 5C | 0 | 3C | 39 | 10 | 165 | 3C | 3B |
| Octal | 325 | 126 | 134 | 0 | 74 | 71 | 20 | 545 | 74 | 73 |
| Binary | 11010101 | 1010110 | 1011100 | 0 | 111100 | 111001 | 10000 | 101100101 | 111100 | 111011 |
Color Harmonies of #D5565C
Complementary color
Monochromatic Colors of #D5565C
Black with #D5565C
Text Example
Text Example
White with #D5565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5565C; }
p { color: rgb(213,86,92); }
H1.HeaderClassName
{
color: #D5565C;
}
.AnyTagClassName
{
color: #D5565C;
}
</style>
background-color css
<style>
a { background-color: #D5565C; }
a { background-color: rgb(213,86,92); }
div.DivClassName
{
background-color: #D5565C;
}
.BgClassName
{
background-color: #D5565C;
}
</style>
border-color css
<style>
span { border-color: #D5565C; }
span { border-color: rgb(213,86,92); }
td.TdClassName
{
border-color: #D5565C;
}
.TagClassName
{
border-color: #D5565C;
}
</style>