Shades of Mandy #D44154
Tints of Mandy #D44154
RGB
CMYK
RGB Variations
Color information
#D44154 (or 0xD44154) is known color: Mandy. HEX triplet: D4, 41 and 54. RGB value is (212,65,84). Sum of RGB (Red+Green+Blue) = 212+65+84=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D44154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44154 is #2BBEAB. Grayscale: #6F6F6F. Windows color (decimal): -2866860 or 5521876. OLE color: 5521876.
HSL color Cylindrical-coordinate representation of color #D44154: hue angle of 352.24º 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 #D44154 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 84 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.17 |
| HSL | 352.24º | 0.63% | 0.54% | - |
| HSV(B) | 352.24º | 0.69% | 0.83% | - |
| XYZ | 30.64 | 18.42 | 10.33 | - |
| YUV | 111.12 | 112.7 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 84 | 0 | 0.69 | 0.60 | 0.17 | 352.24 | 0.63 | 0.54 |
| Hex | D4 | 41 | 54 | 0 | 45 | 3C | 11 | 160 | 3F | 36 |
| Octal | 324 | 101 | 124 | 0 | 105 | 74 | 21 | 540 | 77 | 66 |
| Binary | 11010100 | 1000001 | 1010100 | 0 | 1000101 | 111100 | 10001 | 101100000 | 111111 | 110110 |
Color Harmonies of #D44154
Complementary color
Monochromatic Colors of #D44154
Black with #D44154
Text Example
Text Example
White with #D44154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44154; }
p { color: rgb(212,65,84); }
H1.HeaderClassName
{
color: #D44154;
}
.AnyTagClassName
{
color: #D44154;
}
</style>
background-color css
<style>
a { background-color: #D44154; }
a { background-color: rgb(212,65,84); }
div.DivClassName
{
background-color: #D44154;
}
.BgClassName
{
background-color: #D44154;
}
</style>
border-color css
<style>
span { border-color: #D44154; }
span { border-color: rgb(212,65,84); }
td.TdClassName
{
border-color: #D44154;
}
.TagClassName
{
border-color: #D44154;
}
</style>