Shades of Mandy #D44356
Tints of Mandy #D44356
RGB
CMYK
RGB Variations
Color information
#D44356 (or 0xD44356) is known color: Mandy. HEX triplet: D4, 43 and 56. RGB value is (212,67,86). Sum of RGB (Red+Green+Blue) = 212+67+86=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D44356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44356 is #2BBCA9. Grayscale: #707070. Windows color (decimal): -2866346 or 5653460. OLE color: 5653460.
HSL color Cylindrical-coordinate representation of color #D44356: hue angle of 352.14º 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 #D44356 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 86 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.17 |
| HSL | 352.14º | 0.63% | 0.55% | - |
| HSV(B) | 352.14º | 0.68% | 0.83% | - |
| XYZ | 30.84 | 18.68 | 10.78 | - |
| YUV | 112.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 86 | 0 | 0.68 | 0.59 | 0.17 | 352.14 | 0.63 | 0.55 |
| Hex | D4 | 43 | 56 | 0 | 44 | 3B | 11 | 160 | 3F | 37 |
| Octal | 324 | 103 | 126 | 0 | 104 | 73 | 21 | 540 | 77 | 67 |
| Binary | 11010100 | 1000011 | 1010110 | 0 | 1000100 | 111011 | 10001 | 101100000 | 111111 | 110111 |
Color Harmonies of #D44356
Complementary color
Monochromatic Colors of #D44356
Black with #D44356
Text Example
Text Example
White with #D44356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44356; }
p { color: rgb(212,67,86); }
H1.HeaderClassName
{
color: #D44356;
}
.AnyTagClassName
{
color: #D44356;
}
</style>
background-color css
<style>
a { background-color: #D44356; }
a { background-color: rgb(212,67,86); }
div.DivClassName
{
background-color: #D44356;
}
.BgClassName
{
background-color: #D44356;
}
</style>
border-color css
<style>
span { border-color: #D44356; }
span { border-color: rgb(212,67,86); }
td.TdClassName
{
border-color: #D44356;
}
.TagClassName
{
border-color: #D44356;
}
</style>