Shades of Mandy #D44355
Tints of Mandy #D44355
RGB
CMYK
RGB Variations
Color information
#D44355 (or 0xD44355) is known color: Mandy. HEX triplet: D4, 43 and 55. RGB value is (212,67,85). Sum of RGB (Red+Green+Blue) = 212+67+85=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D44355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44355 is #2BBCAA. Grayscale: #707070. Windows color (decimal): -2866347 or 5587924. OLE color: 5587924.
HSL color Cylindrical-coordinate representation of color #D44355: hue angle of 352.55º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44355 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 85 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.17 |
| HSL | 352.55º | 0.63% | 0.55% | - |
| HSV(B) | 352.55º | 0.68% | 0.83% | - |
| XYZ | 30.8 | 18.67 | 10.57 | - |
| YUV | 112.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 85 | 0 | 0.68 | 0.60 | 0.17 | 352.55 | 0.63 | 0.55 |
| Hex | D4 | 43 | 55 | 0 | 44 | 3C | 11 | 161 | 3F | 37 |
| Octal | 324 | 103 | 125 | 0 | 104 | 74 | 21 | 541 | 77 | 67 |
| Binary | 11010100 | 1000011 | 1010101 | 0 | 1000100 | 111100 | 10001 | 101100001 | 111111 | 110111 |
Color Harmonies of #D44355
Complementary color
Monochromatic Colors of #D44355
Black with #D44355
Text Example
Text Example
White with #D44355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44355; }
p { color: rgb(212,67,85); }
H1.HeaderClassName
{
color: #D44355;
}
.AnyTagClassName
{
color: #D44355;
}
</style>
background-color css
<style>
a { background-color: #D44355; }
a { background-color: rgb(212,67,85); }
div.DivClassName
{
background-color: #D44355;
}
.BgClassName
{
background-color: #D44355;
}
</style>
border-color css
<style>
span { border-color: #D44355; }
span { border-color: rgb(212,67,85); }
td.TdClassName
{
border-color: #D44355;
}
.TagClassName
{
border-color: #D44355;
}
</style>