Shades of Mandy #D24648
Tints of Mandy #D24648
RGB
CMYK
RGB Variations
Color information
#D24648 (or 0xD24648) is known color: Mandy. HEX triplet: D2, 46 and 48. RGB value is (210,70,72). Sum of RGB (Red+Green+Blue) = 210+70+72=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D24648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24648 is #2DB9B7. Grayscale: #707070. Windows color (decimal): -2996664 or 4736722. OLE color: 4736722.
HSL color Cylindrical-coordinate representation of color #D24648: hue angle of 359.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24648 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 72 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.18 |
| HSL | 359.14º | 0.61% | 0.55% | - |
| HSV(B) | 359.14º | 0.67% | 0.82% | - |
| XYZ | 29.94 | 18.55 | 8.13 | - |
| YUV | 112.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 72 | 0 | 0.67 | 0.66 | 0.18 | 359.14 | 0.61 | 0.55 |
| Hex | D2 | 46 | 48 | 0 | 43 | 42 | 12 | 167 | 3D | 37 |
| Octal | 322 | 106 | 110 | 0 | 103 | 102 | 22 | 547 | 75 | 67 |
| Binary | 11010010 | 1000110 | 1001000 | 0 | 1000011 | 1000010 | 10010 | 101100111 | 111101 | 110111 |
Color Harmonies of #D24648
Complementary color
Monochromatic Colors of #D24648
Black with #D24648
Text Example
Text Example
White with #D24648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24648; }
p { color: rgb(210,70,72); }
H1.HeaderClassName
{
color: #D24648;
}
.AnyTagClassName
{
color: #D24648;
}
</style>
background-color css
<style>
a { background-color: #D24648; }
a { background-color: rgb(210,70,72); }
div.DivClassName
{
background-color: #D24648;
}
.BgClassName
{
background-color: #D24648;
}
</style>
border-color css
<style>
span { border-color: #D24648; }
span { border-color: rgb(210,70,72); }
td.TdClassName
{
border-color: #D24648;
}
.TagClassName
{
border-color: #D24648;
}
</style>