Shades of Mandy #D44855
Tints of Mandy #D44855
RGB
CMYK
RGB Variations
Color information
#D44855 (or 0xD44855) is known color: Mandy. HEX triplet: D4, 48 and 55. RGB value is (212,72,85). Sum of RGB (Red+Green+Blue) = 212+72+85=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D44855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44855 is #2BB7AA. Grayscale: #737373. Windows color (decimal): -2865067 or 5589204. OLE color: 5589204.
HSL color Cylindrical-coordinate representation of color #D44855: hue angle of 354.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44855 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 85 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.17 |
| HSL | 354.43º | 0.62% | 0.56% | - |
| HSV(B) | 354.43º | 0.66% | 0.83% | - |
| XYZ | 31.11 | 19.29 | 10.68 | - |
| YUV | 115.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 85 | 0 | 0.66 | 0.60 | 0.17 | 354.43 | 0.62 | 0.56 |
| Hex | D4 | 48 | 55 | 0 | 42 | 3C | 11 | 162 | 3E | 38 |
| Octal | 324 | 110 | 125 | 0 | 102 | 74 | 21 | 542 | 76 | 70 |
| Binary | 11010100 | 1001000 | 1010101 | 0 | 1000010 | 111100 | 10001 | 101100010 | 111110 | 111000 |
Color Harmonies of #D44855
Complementary color
Monochromatic Colors of #D44855
Black with #D44855
Text Example
Text Example
White with #D44855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44855; }
p { color: rgb(212,72,85); }
H1.HeaderClassName
{
color: #D44855;
}
.AnyTagClassName
{
color: #D44855;
}
</style>
background-color css
<style>
a { background-color: #D44855; }
a { background-color: rgb(212,72,85); }
div.DivClassName
{
background-color: #D44855;
}
.BgClassName
{
background-color: #D44855;
}
</style>
border-color css
<style>
span { border-color: #D44855; }
span { border-color: rgb(212,72,85); }
td.TdClassName
{
border-color: #D44855;
}
.TagClassName
{
border-color: #D44855;
}
</style>