Shades of Mandy #D7445B
Tints of Mandy #D7445B
RGB
CMYK
RGB Variations
Color information
#D7445B (or 0xD7445B) is known color: Mandy. HEX triplet: D7, 44 and 5B. RGB value is (215,68,91). Sum of RGB (Red+Green+Blue) = 215+68+91=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7445B is #28BBA4. Grayscale: #727272. Windows color (decimal): -2669477 or 5981399. OLE color: 5981399.
HSL color Cylindrical-coordinate representation of color #D7445B: hue angle of 350.61º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7445B is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 91 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.16 |
| HSL | 350.61º | 0.65% | 0.55% | - |
| HSV(B) | 350.61º | 0.68% | 0.84% | - |
| XYZ | 31.98 | 19.34 | 11.94 | - |
| YUV | 114.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 91 | 0 | 0.68 | 0.58 | 0.16 | 350.61 | 0.65 | 0.55 |
| Hex | D7 | 44 | 5B | 0 | 44 | 3A | 10 | 15F | 41 | 37 |
| Octal | 327 | 104 | 133 | 0 | 104 | 72 | 20 | 537 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1011011 | 0 | 1000100 | 111010 | 10000 | 101011111 | 1000001 | 110111 |
Color Harmonies of #D7445B
Complementary color
Monochromatic Colors of #D7445B
Black with #D7445B
Text Example
Text Example
White with #D7445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7445B; }
p { color: rgb(215,68,91); }
H1.HeaderClassName
{
color: #D7445B;
}
.AnyTagClassName
{
color: #D7445B;
}
</style>
background-color css
<style>
a { background-color: #D7445B; }
a { background-color: rgb(215,68,91); }
div.DivClassName
{
background-color: #D7445B;
}
.BgClassName
{
background-color: #D7445B;
}
</style>
border-color css
<style>
span { border-color: #D7445B; }
span { border-color: rgb(215,68,91); }
td.TdClassName
{
border-color: #D7445B;
}
.TagClassName
{
border-color: #D7445B;
}
</style>