Shades of Mandy #D44360
Tints of Mandy #D44360
RGB
CMYK
RGB Variations
Color information
#D44360 (or 0xD44360) is known color: Mandy. HEX triplet: D4, 43 and 60. RGB value is (212,67,96). Sum of RGB (Red+Green+Blue) = 212+67+96=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D44360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44360 is #2BBC9F. Grayscale: #717171. Windows color (decimal): -2866336 or 6308820. OLE color: 6308820.
HSL color Cylindrical-coordinate representation of color #D44360: hue angle of 348º 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 #D44360 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 96 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.17 |
| HSL | 348º | 0.63% | 0.55% | - |
| HSV(B) | 348º | 0.68% | 0.83% | - |
| XYZ | 31.27 | 18.86 | 13.06 | - |
| YUV | 113.66 | 118.04 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 96 | 0 | 0.68 | 0.55 | 0.17 | 348 | 0.63 | 0.55 |
| Hex | D4 | 43 | 60 | 0 | 44 | 37 | 11 | 15C | 3F | 37 |
| Octal | 324 | 103 | 140 | 0 | 104 | 67 | 21 | 534 | 77 | 67 |
| Binary | 11010100 | 1000011 | 1100000 | 0 | 1000100 | 110111 | 10001 | 101011100 | 111111 | 110111 |
Color Harmonies of #D44360
Complementary color
Monochromatic Colors of #D44360
Black with #D44360
Text Example
Text Example
White with #D44360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44360; }
p { color: rgb(212,67,96); }
H1.HeaderClassName
{
color: #D44360;
}
.AnyTagClassName
{
color: #D44360;
}
</style>
background-color css
<style>
a { background-color: #D44360; }
a { background-color: rgb(212,67,96); }
div.DivClassName
{
background-color: #D44360;
}
.BgClassName
{
background-color: #D44360;
}
</style>
border-color css
<style>
span { border-color: #D44360; }
span { border-color: rgb(212,67,96); }
td.TdClassName
{
border-color: #D44360;
}
.TagClassName
{
border-color: #D44360;
}
</style>