Shades of Mandy #D44450
Tints of Mandy #D44450
RGB
CMYK
RGB Variations
Color information
#D44450 (or 0xD44450) is known color: Mandy. HEX triplet: D4, 44 and 50. RGB value is (212,68,80). Sum of RGB (Red+Green+Blue) = 212+68+80=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D44450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44450 is #2BBBAF. Grayscale: #707070. Windows color (decimal): -2866096 or 5260500. OLE color: 5260500.
HSL color Cylindrical-coordinate representation of color #D44450: hue angle of 355º 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 #D44450 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 80 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.17 |
| HSL | 355º | 0.63% | 0.55% | - |
| HSV(B) | 355º | 0.68% | 0.83% | - |
| XYZ | 30.67 | 18.71 | 9.58 | - |
| YUV | 112.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 80 | 0 | 0.68 | 0.62 | 0.17 | 355 | 0.63 | 0.55 |
| Hex | D4 | 44 | 50 | 0 | 44 | 3E | 11 | 163 | 3F | 37 |
| Octal | 324 | 104 | 120 | 0 | 104 | 76 | 21 | 543 | 77 | 67 |
| Binary | 11010100 | 1000100 | 1010000 | 0 | 1000100 | 111110 | 10001 | 101100011 | 111111 | 110111 |
Color Harmonies of #D44450
Complementary color
Monochromatic Colors of #D44450
Black with #D44450
Text Example
Text Example
White with #D44450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44450; }
p { color: rgb(212,68,80); }
H1.HeaderClassName
{
color: #D44450;
}
.AnyTagClassName
{
color: #D44450;
}
</style>
background-color css
<style>
a { background-color: #D44450; }
a { background-color: rgb(212,68,80); }
div.DivClassName
{
background-color: #D44450;
}
.BgClassName
{
background-color: #D44450;
}
</style>
border-color css
<style>
span { border-color: #D44450; }
span { border-color: rgb(212,68,80); }
td.TdClassName
{
border-color: #D44450;
}
.TagClassName
{
border-color: #D44450;
}
</style>