Shades of Mandy #D45155
Tints of Mandy #D45155
RGB
CMYK
RGB Variations
Color information
#D45155 (or 0xD45155) is known color: Mandy. HEX triplet: D4, 51 and 55. RGB value is (212,81,85). Sum of RGB (Red+Green+Blue) = 212+81+85=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D45155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45155 is #2BAEAA. Grayscale: #787878. Windows color (decimal): -2862763 or 5591508. OLE color: 5591508.
HSL color Cylindrical-coordinate representation of color #D45155: hue angle of 358.17º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45155 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 85 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.17 |
| HSL | 358.17º | 0.6% | 0.57% | - |
| HSV(B) | 358.17º | 0.62% | 0.83% | - |
| XYZ | 31.73 | 20.54 | 10.89 | - |
| YUV | 120.63 | 107.9 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 85 | 0 | 0.62 | 0.60 | 0.17 | 358.17 | 0.6 | 0.57 |
| Hex | D4 | 51 | 55 | 0 | 3E | 3C | 11 | 166 | 3C | 39 |
| Octal | 324 | 121 | 125 | 0 | 76 | 74 | 21 | 546 | 74 | 71 |
| Binary | 11010100 | 1010001 | 1010101 | 0 | 111110 | 111100 | 10001 | 101100110 | 111100 | 111001 |
Color Harmonies of #D45155
Complementary color
Monochromatic Colors of #D45155
Black with #D45155
Text Example
Text Example
White with #D45155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45155; }
p { color: rgb(212,81,85); }
H1.HeaderClassName
{
color: #D45155;
}
.AnyTagClassName
{
color: #D45155;
}
</style>
background-color css
<style>
a { background-color: #D45155; }
a { background-color: rgb(212,81,85); }
div.DivClassName
{
background-color: #D45155;
}
.BgClassName
{
background-color: #D45155;
}
</style>
border-color css
<style>
span { border-color: #D45155; }
span { border-color: rgb(212,81,85); }
td.TdClassName
{
border-color: #D45155;
}
.TagClassName
{
border-color: #D45155;
}
</style>