Shades of Mandy #D44648
Tints of Mandy #D44648
RGB
CMYK
RGB Variations
Color information
#D44648 (or 0xD44648) is known color: Mandy. HEX triplet: D4, 46 and 48. RGB value is (212,70,72). Sum of RGB (Red+Green+Blue) = 212+70+72=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D44648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44648 is #2BB9B7. Grayscale: #707070. Windows color (decimal): -2865592 or 4736724. OLE color: 4736724.
HSL color Cylindrical-coordinate representation of color #D44648: hue angle of 359.15º 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 #D44648 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 72 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.17 |
| HSL | 359.15º | 0.62% | 0.55% | - |
| HSV(B) | 359.15º | 0.67% | 0.83% | - |
| XYZ | 30.51 | 18.85 | 8.16 | - |
| YUV | 112.69 | 105.04 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 72 | 0 | 0.67 | 0.66 | 0.17 | 359.15 | 0.62 | 0.55 |
| Hex | D4 | 46 | 48 | 0 | 43 | 42 | 11 | 167 | 3E | 37 |
| Octal | 324 | 106 | 110 | 0 | 103 | 102 | 21 | 547 | 76 | 67 |
| Binary | 11010100 | 1000110 | 1001000 | 0 | 1000011 | 1000010 | 10001 | 101100111 | 111110 | 110111 |
Color Harmonies of #D44648
Complementary color
Monochromatic Colors of #D44648
Black with #D44648
Text Example
Text Example
White with #D44648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44648; }
p { color: rgb(212,70,72); }
H1.HeaderClassName
{
color: #D44648;
}
.AnyTagClassName
{
color: #D44648;
}
</style>
background-color css
<style>
a { background-color: #D44648; }
a { background-color: rgb(212,70,72); }
div.DivClassName
{
background-color: #D44648;
}
.BgClassName
{
background-color: #D44648;
}
</style>
border-color css
<style>
span { border-color: #D44648; }
span { border-color: rgb(212,70,72); }
td.TdClassName
{
border-color: #D44648;
}
.TagClassName
{
border-color: #D44648;
}
</style>