Shades of Mandy #D45B5C
Tints of Mandy #D45B5C
RGB
CMYK
RGB Variations
Color information
#D45B5C (or 0xD45B5C) is known color: Mandy. HEX triplet: D4, 5B and 5C. RGB value is (212,91,92). Sum of RGB (Red+Green+Blue) = 212+91+92=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D45B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45B5C is #2BA4A3. Grayscale: #7F7F7F. Windows color (decimal): -2860196 or 6052820. OLE color: 6052820.
HSL color Cylindrical-coordinate representation of color #D45B5C: hue angle of 359.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D45B5C is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 91 | 92 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.17 |
| HSL | 359.5º | 0.58% | 0.59% | - |
| HSV(B) | 359.5º | 0.57% | 0.83% | - |
| XYZ | 32.82 | 22.25 | 12.69 | - |
| YUV | 127.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 92 | 0 | 0.57 | 0.57 | 0.17 | 359.5 | 0.58 | 0.59 |
| Hex | D4 | 5B | 5C | 0 | 39 | 39 | 11 | 168 | 3A | 3B |
| Octal | 324 | 133 | 134 | 0 | 71 | 71 | 21 | 550 | 72 | 73 |
| Binary | 11010100 | 1011011 | 1011100 | 0 | 111001 | 111001 | 10001 | 101101000 | 111010 | 111011 |
Color Harmonies of #D45B5C
Complementary color
Monochromatic Colors of #D45B5C
Black with #D45B5C
Text Example
Text Example
White with #D45B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45B5C; }
p { color: rgb(212,91,92); }
H1.HeaderClassName
{
color: #D45B5C;
}
.AnyTagClassName
{
color: #D45B5C;
}
</style>
background-color css
<style>
a { background-color: #D45B5C; }
a { background-color: rgb(212,91,92); }
div.DivClassName
{
background-color: #D45B5C;
}
.BgClassName
{
background-color: #D45B5C;
}
</style>
border-color css
<style>
span { border-color: #D45B5C; }
span { border-color: rgb(212,91,92); }
td.TdClassName
{
border-color: #D45B5C;
}
.TagClassName
{
border-color: #D45B5C;
}
</style>