Shades of Mandy #D44649
Tints of Mandy #D44649
RGB
CMYK
RGB Variations
Color information
#D44649 (or 0xD44649) is known color: Mandy. HEX triplet: D4, 46 and 49. RGB value is (212,70,73). Sum of RGB (Red+Green+Blue) = 212+70+73=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D44649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44649 is #2BB9B6. Grayscale: #707070. Windows color (decimal): -2865591 or 4802260. OLE color: 4802260.
HSL color Cylindrical-coordinate representation of color #D44649: hue angle of 358.73º 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 #D44649 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 73 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.17 |
| HSL | 358.73º | 0.62% | 0.55% | - |
| HSV(B) | 358.73º | 0.67% | 0.83% | - |
| XYZ | 30.54 | 18.86 | 8.33 | - |
| YUV | 112.8 | 105.54 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 73 | 0 | 0.67 | 0.66 | 0.17 | 358.73 | 0.62 | 0.55 |
| Hex | D4 | 46 | 49 | 0 | 43 | 42 | 11 | 167 | 3E | 37 |
| Octal | 324 | 106 | 111 | 0 | 103 | 102 | 21 | 547 | 76 | 67 |
| Binary | 11010100 | 1000110 | 1001001 | 0 | 1000011 | 1000010 | 10001 | 101100111 | 111110 | 110111 |
Color Harmonies of #D44649
Complementary color
Monochromatic Colors of #D44649
Black with #D44649
Text Example
Text Example
White with #D44649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44649; }
p { color: rgb(212,70,73); }
H1.HeaderClassName
{
color: #D44649;
}
.AnyTagClassName
{
color: #D44649;
}
</style>
background-color css
<style>
a { background-color: #D44649; }
a { background-color: rgb(212,70,73); }
div.DivClassName
{
background-color: #D44649;
}
.BgClassName
{
background-color: #D44649;
}
</style>
border-color css
<style>
span { border-color: #D44649; }
span { border-color: rgb(212,70,73); }
td.TdClassName
{
border-color: #D44649;
}
.TagClassName
{
border-color: #D44649;
}
</style>