Shades of Mandy #D2444E
Tints of Mandy #D2444E
RGB
CMYK
RGB Variations
Color information
#D2444E (or 0xD2444E) is known color: Mandy. HEX triplet: D2, 44 and 4E. RGB value is (210,68,78). Sum of RGB (Red+Green+Blue) = 210+68+78=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2444E is #2DBBB1. Grayscale: #6F6F6F. Windows color (decimal): -2997170 or 5129426. OLE color: 5129426.
HSL color Cylindrical-coordinate representation of color #D2444E: hue angle of 355.77º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2444E is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 78 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.18 |
| HSL | 355.77º | 0.61% | 0.55% | - |
| HSV(B) | 355.77º | 0.68% | 0.82% | - |
| XYZ | 30.02 | 18.39 | 9.17 | - |
| YUV | 111.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 78 | 0 | 0.68 | 0.63 | 0.18 | 355.77 | 0.61 | 0.55 |
| Hex | D2 | 44 | 4E | 0 | 44 | 3F | 12 | 164 | 3D | 37 |
| Octal | 322 | 104 | 116 | 0 | 104 | 77 | 22 | 544 | 75 | 67 |
| Binary | 11010010 | 1000100 | 1001110 | 0 | 1000100 | 111111 | 10010 | 101100100 | 111101 | 110111 |
Color Harmonies of #D2444E
Complementary color
Monochromatic Colors of #D2444E
Black with #D2444E
Text Example
Text Example
White with #D2444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2444E; }
p { color: rgb(210,68,78); }
H1.HeaderClassName
{
color: #D2444E;
}
.AnyTagClassName
{
color: #D2444E;
}
</style>
background-color css
<style>
a { background-color: #D2444E; }
a { background-color: rgb(210,68,78); }
div.DivClassName
{
background-color: #D2444E;
}
.BgClassName
{
background-color: #D2444E;
}
</style>
border-color css
<style>
span { border-color: #D2444E; }
span { border-color: rgb(210,68,78); }
td.TdClassName
{
border-color: #D2444E;
}
.TagClassName
{
border-color: #D2444E;
}
</style>