Shades of Mandy #D44851
Tints of Mandy #D44851
RGB
CMYK
RGB Variations
Color information
#D44851 (or 0xD44851) is known color: Mandy. HEX triplet: D4, 48 and 51. RGB value is (212,72,81). Sum of RGB (Red+Green+Blue) = 212+72+81=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D44851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44851 is #2BB7AE. Grayscale: #727272. Windows color (decimal): -2865071 or 5327060. OLE color: 5327060.
HSL color Cylindrical-coordinate representation of color #D44851: hue angle of 356.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44851 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 81 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.17 |
| HSL | 356.14º | 0.62% | 0.56% | - |
| HSV(B) | 356.14º | 0.66% | 0.83% | - |
| XYZ | 30.95 | 19.23 | 9.86 | - |
| YUV | 114.89 | 108.88 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 81 | 0 | 0.66 | 0.62 | 0.17 | 356.14 | 0.62 | 0.56 |
| Hex | D4 | 48 | 51 | 0 | 42 | 3E | 11 | 164 | 3E | 38 |
| Octal | 324 | 110 | 121 | 0 | 102 | 76 | 21 | 544 | 76 | 70 |
| Binary | 11010100 | 1001000 | 1010001 | 0 | 1000010 | 111110 | 10001 | 101100100 | 111110 | 111000 |
Color Harmonies of #D44851
Complementary color
Monochromatic Colors of #D44851
Black with #D44851
Text Example
Text Example
White with #D44851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44851; }
p { color: rgb(212,72,81); }
H1.HeaderClassName
{
color: #D44851;
}
.AnyTagClassName
{
color: #D44851;
}
</style>
background-color css
<style>
a { background-color: #D44851; }
a { background-color: rgb(212,72,81); }
div.DivClassName
{
background-color: #D44851;
}
.BgClassName
{
background-color: #D44851;
}
</style>
border-color css
<style>
span { border-color: #D44851; }
span { border-color: rgb(212,72,81); }
td.TdClassName
{
border-color: #D44851;
}
.TagClassName
{
border-color: #D44851;
}
</style>