Shades of Mandy #D44548
Tints of Mandy #D44548
RGB
CMYK
RGB Variations
Color information
#D44548 (or 0xD44548) is known color: Mandy. HEX triplet: D4, 45 and 48. RGB value is (212,69,72). Sum of RGB (Red+Green+Blue) = 212+69+72=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D44548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44548 is #2BBAB7. Grayscale: #707070. Windows color (decimal): -2865848 or 4736468. OLE color: 4736468.
HSL color Cylindrical-coordinate representation of color #D44548: hue angle of 358.74º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44548 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 72 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.17 |
| HSL | 358.74º | 0.62% | 0.55% | - |
| HSV(B) | 358.74º | 0.67% | 0.83% | - |
| XYZ | 30.45 | 18.72 | 8.14 | - |
| YUV | 112.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 72 | 0 | 0.67 | 0.66 | 0.17 | 358.74 | 0.62 | 0.55 |
| Hex | D4 | 45 | 48 | 0 | 43 | 42 | 11 | 167 | 3E | 37 |
| Octal | 324 | 105 | 110 | 0 | 103 | 102 | 21 | 547 | 76 | 67 |
| Binary | 11010100 | 1000101 | 1001000 | 0 | 1000011 | 1000010 | 10001 | 101100111 | 111110 | 110111 |
Color Harmonies of #D44548
Complementary color
Monochromatic Colors of #D44548
Black with #D44548
Text Example
Text Example
White with #D44548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44548; }
p { color: rgb(212,69,72); }
H1.HeaderClassName
{
color: #D44548;
}
.AnyTagClassName
{
color: #D44548;
}
</style>
background-color css
<style>
a { background-color: #D44548; }
a { background-color: rgb(212,69,72); }
div.DivClassName
{
background-color: #D44548;
}
.BgClassName
{
background-color: #D44548;
}
</style>
border-color css
<style>
span { border-color: #D44548; }
span { border-color: rgb(212,69,72); }
td.TdClassName
{
border-color: #D44548;
}
.TagClassName
{
border-color: #D44548;
}
</style>