Shades of Mandy #D2494B
Tints of Mandy #D2494B
RGB
CMYK
RGB Variations
Color information
#D2494B (or 0xD2494B) is known color: Mandy. HEX triplet: D2, 49 and 4B. RGB value is (210,73,75). Sum of RGB (Red+Green+Blue) = 210+73+75=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2494B is #2DB6B4. Grayscale: #727272. Windows color (decimal): -2995893 or 4934098. OLE color: 4934098.
HSL color Cylindrical-coordinate representation of color #D2494B: hue angle of 359.12º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2494B is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 75 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.18 |
| HSL | 359.12º | 0.6% | 0.55% | - |
| HSV(B) | 359.12º | 0.65% | 0.82% | - |
| XYZ | 30.23 | 18.97 | 8.73 | - |
| YUV | 114.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 75 | 0 | 0.65 | 0.64 | 0.18 | 359.12 | 0.6 | 0.55 |
| Hex | D2 | 49 | 4B | 0 | 41 | 40 | 12 | 167 | 3C | 37 |
| Octal | 322 | 111 | 113 | 0 | 101 | 100 | 22 | 547 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1001011 | 0 | 1000001 | 1000000 | 10010 | 101100111 | 111100 | 110111 |
Color Harmonies of #D2494B
Complementary color
Monochromatic Colors of #D2494B
Black with #D2494B
Text Example
Text Example
White with #D2494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2494B; }
p { color: rgb(210,73,75); }
H1.HeaderClassName
{
color: #D2494B;
}
.AnyTagClassName
{
color: #D2494B;
}
</style>
background-color css
<style>
a { background-color: #D2494B; }
a { background-color: rgb(210,73,75); }
div.DivClassName
{
background-color: #D2494B;
}
.BgClassName
{
background-color: #D2494B;
}
</style>
border-color css
<style>
span { border-color: #D2494B; }
span { border-color: rgb(210,73,75); }
td.TdClassName
{
border-color: #D2494B;
}
.TagClassName
{
border-color: #D2494B;
}
</style>