Shades of Mandy #D4445C
Tints of Mandy #D4445C
RGB
CMYK
RGB Variations
Color information
#D4445C (or 0xD4445C) is known color: Mandy. HEX triplet: D4, 44 and 5C. RGB value is (212,68,92). Sum of RGB (Red+Green+Blue) = 212+68+92=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4445C is #2BBBA3. Grayscale: #717171. Windows color (decimal): -2866084 or 6046932. OLE color: 6046932.
HSL color Cylindrical-coordinate representation of color #D4445C: hue angle of 350º 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 #D4445C is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 92 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.17 |
| HSL | 350º | 0.63% | 0.55% | - |
| HSV(B) | 350º | 0.68% | 0.83% | - |
| XYZ | 31.15 | 18.9 | 12.13 | - |
| YUV | 113.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 92 | 0 | 0.68 | 0.57 | 0.17 | 350 | 0.63 | 0.55 |
| Hex | D4 | 44 | 5C | 0 | 44 | 39 | 11 | 15E | 3F | 37 |
| Octal | 324 | 104 | 134 | 0 | 104 | 71 | 21 | 536 | 77 | 67 |
| Binary | 11010100 | 1000100 | 1011100 | 0 | 1000100 | 111001 | 10001 | 101011110 | 111111 | 110111 |
Color Harmonies of #D4445C
Complementary color
Monochromatic Colors of #D4445C
Black with #D4445C
Text Example
Text Example
White with #D4445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4445C; }
p { color: rgb(212,68,92); }
H1.HeaderClassName
{
color: #D4445C;
}
.AnyTagClassName
{
color: #D4445C;
}
</style>
background-color css
<style>
a { background-color: #D4445C; }
a { background-color: rgb(212,68,92); }
div.DivClassName
{
background-color: #D4445C;
}
.BgClassName
{
background-color: #D4445C;
}
</style>
border-color css
<style>
span { border-color: #D4445C; }
span { border-color: rgb(212,68,92); }
td.TdClassName
{
border-color: #D4445C;
}
.TagClassName
{
border-color: #D4445C;
}
</style>