Shades of Mandy #D44150
Tints of Mandy #D44150
RGB
CMYK
RGB Variations
Color information
#D44150 (or 0xD44150) is known color: Mandy. HEX triplet: D4, 41 and 50. RGB value is (212,65,80). Sum of RGB (Red+Green+Blue) = 212+65+80=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D44150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44150 is #2BBEAF. Grayscale: #6E6E6E. Windows color (decimal): -2866864 or 5259732. OLE color: 5259732.
HSL color Cylindrical-coordinate representation of color #D44150: hue angle of 353.88º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44150 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 80 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.17 |
| HSL | 353.88º | 0.63% | 0.54% | - |
| HSV(B) | 353.88º | 0.69% | 0.83% | - |
| XYZ | 30.49 | 18.36 | 9.53 | - |
| YUV | 110.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 80 | 0 | 0.69 | 0.62 | 0.17 | 353.88 | 0.63 | 0.54 |
| Hex | D4 | 41 | 50 | 0 | 45 | 3E | 11 | 162 | 3F | 36 |
| Octal | 324 | 101 | 120 | 0 | 105 | 76 | 21 | 542 | 77 | 66 |
| Binary | 11010100 | 1000001 | 1010000 | 0 | 1000101 | 111110 | 10001 | 101100010 | 111111 | 110110 |
Color Harmonies of #D44150
Complementary color
Monochromatic Colors of #D44150
Black with #D44150
Text Example
Text Example
White with #D44150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44150; }
p { color: rgb(212,65,80); }
H1.HeaderClassName
{
color: #D44150;
}
.AnyTagClassName
{
color: #D44150;
}
</style>
background-color css
<style>
a { background-color: #D44150; }
a { background-color: rgb(212,65,80); }
div.DivClassName
{
background-color: #D44150;
}
.BgClassName
{
background-color: #D44150;
}
</style>
border-color css
<style>
span { border-color: #D44150; }
span { border-color: rgb(212,65,80); }
td.TdClassName
{
border-color: #D44150;
}
.TagClassName
{
border-color: #D44150;
}
</style>