Shades of Mandy #D2474B
Tints of Mandy #D2474B
RGB
CMYK
RGB Variations
Color information
#D2474B (or 0xD2474B) is known color: Mandy. HEX triplet: D2, 47 and 4B. RGB value is (210,71,75). Sum of RGB (Red+Green+Blue) = 210+71+75=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2474B is #2DB8B4. Grayscale: #717171. Windows color (decimal): -2996405 or 4933586. OLE color: 4933586.
HSL color Cylindrical-coordinate representation of color #D2474B: hue angle of 358.27º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2474B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 75 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.18 |
| HSL | 358.27º | 0.61% | 0.55% | - |
| HSV(B) | 358.27º | 0.66% | 0.82% | - |
| XYZ | 30.1 | 18.72 | 8.68 | - |
| YUV | 113.02 | 106.55 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 75 | 0 | 0.66 | 0.64 | 0.18 | 358.27 | 0.61 | 0.55 |
| Hex | D2 | 47 | 4B | 0 | 42 | 40 | 12 | 166 | 3D | 37 |
| Octal | 322 | 107 | 113 | 0 | 102 | 100 | 22 | 546 | 75 | 67 |
| Binary | 11010010 | 1000111 | 1001011 | 0 | 1000010 | 1000000 | 10010 | 101100110 | 111101 | 110111 |
Color Harmonies of #D2474B
Complementary color
Monochromatic Colors of #D2474B
Black with #D2474B
Text Example
Text Example
White with #D2474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2474B; }
p { color: rgb(210,71,75); }
H1.HeaderClassName
{
color: #D2474B;
}
.AnyTagClassName
{
color: #D2474B;
}
</style>
background-color css
<style>
a { background-color: #D2474B; }
a { background-color: rgb(210,71,75); }
div.DivClassName
{
background-color: #D2474B;
}
.BgClassName
{
background-color: #D2474B;
}
</style>
border-color css
<style>
span { border-color: #D2474B; }
span { border-color: rgb(210,71,75); }
td.TdClassName
{
border-color: #D2474B;
}
.TagClassName
{
border-color: #D2474B;
}
</style>