Shades of Mandy #D2444B
Tints of Mandy #D2444B
RGB
CMYK
RGB Variations
Color information
#D2444B (or 0xD2444B) is known color: Mandy. HEX triplet: D2, 44 and 4B. RGB value is (210,68,75). Sum of RGB (Red+Green+Blue) = 210+68+75=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2444B is #2DBBB4. Grayscale: #6F6F6F. Windows color (decimal): -2997173 or 4932818. OLE color: 4932818.
HSL color Cylindrical-coordinate representation of color #D2444B: hue angle of 357.04º 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 #D2444B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 75 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.18 |
| HSL | 357.04º | 0.61% | 0.55% | - |
| HSV(B) | 357.04º | 0.68% | 0.82% | - |
| XYZ | 29.92 | 18.34 | 8.62 | - |
| YUV | 111.26 | 107.54 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 75 | 0 | 0.68 | 0.64 | 0.18 | 357.04 | 0.61 | 0.55 |
| Hex | D2 | 44 | 4B | 0 | 44 | 40 | 12 | 165 | 3D | 37 |
| Octal | 322 | 104 | 113 | 0 | 104 | 100 | 22 | 545 | 75 | 67 |
| Binary | 11010010 | 1000100 | 1001011 | 0 | 1000100 | 1000000 | 10010 | 101100101 | 111101 | 110111 |
Color Harmonies of #D2444B
Complementary color
Monochromatic Colors of #D2444B
Black with #D2444B
Text Example
Text Example
White with #D2444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2444B; }
p { color: rgb(210,68,75); }
H1.HeaderClassName
{
color: #D2444B;
}
.AnyTagClassName
{
color: #D2444B;
}
</style>
background-color css
<style>
a { background-color: #D2444B; }
a { background-color: rgb(210,68,75); }
div.DivClassName
{
background-color: #D2444B;
}
.BgClassName
{
background-color: #D2444B;
}
</style>
border-color css
<style>
span { border-color: #D2444B; }
span { border-color: rgb(210,68,75); }
td.TdClassName
{
border-color: #D2444B;
}
.TagClassName
{
border-color: #D2444B;
}
</style>