Shades of Mandy #D2445B
Tints of Mandy #D2445B
RGB
CMYK
RGB Variations
Color information
#D2445B (or 0xD2445B) is known color: Mandy. HEX triplet: D2, 44 and 5B. RGB value is (210,68,91). Sum of RGB (Red+Green+Blue) = 210+68+91=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2445B is #2DBBA4. Grayscale: #717171. Windows color (decimal): -2997157 or 5981394. OLE color: 5981394.
HSL color Cylindrical-coordinate representation of color #D2445B: hue angle of 350.28º 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 #D2445B is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 91 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.18 |
| HSL | 350.28º | 0.61% | 0.55% | - |
| HSV(B) | 350.28º | 0.68% | 0.82% | - |
| XYZ | 30.53 | 18.59 | 11.88 | - |
| YUV | 113.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 91 | 0 | 0.68 | 0.57 | 0.18 | 350.28 | 0.61 | 0.55 |
| Hex | D2 | 44 | 5B | 0 | 44 | 39 | 12 | 15E | 3D | 37 |
| Octal | 322 | 104 | 133 | 0 | 104 | 71 | 22 | 536 | 75 | 67 |
| Binary | 11010010 | 1000100 | 1011011 | 0 | 1000100 | 111001 | 10010 | 101011110 | 111101 | 110111 |
Color Harmonies of #D2445B
Complementary color
Monochromatic Colors of #D2445B
Black with #D2445B
Text Example
Text Example
White with #D2445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2445B; }
p { color: rgb(210,68,91); }
H1.HeaderClassName
{
color: #D2445B;
}
.AnyTagClassName
{
color: #D2445B;
}
</style>
background-color css
<style>
a { background-color: #D2445B; }
a { background-color: rgb(210,68,91); }
div.DivClassName
{
background-color: #D2445B;
}
.BgClassName
{
background-color: #D2445B;
}
</style>
border-color css
<style>
span { border-color: #D2445B; }
span { border-color: rgb(210,68,91); }
td.TdClassName
{
border-color: #D2445B;
}
.TagClassName
{
border-color: #D2445B;
}
</style>