Shades of Mandy #D7445A
Tints of Mandy #D7445A
RGB
CMYK
RGB Variations
Color information
#D7445A (or 0xD7445A) is known color: Mandy. HEX triplet: D7, 44 and 5A. RGB value is (215,68,90). Sum of RGB (Red+Green+Blue) = 215+68+90=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7445A is #28BBA5. Grayscale: #727272. Windows color (decimal): -2669478 or 5915863. OLE color: 5915863.
HSL color Cylindrical-coordinate representation of color #D7445A: hue angle of 351.02º 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 #D7445A is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 90 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.16 |
| HSL | 351.02º | 0.65% | 0.55% | - |
| HSV(B) | 351.02º | 0.68% | 0.84% | - |
| XYZ | 31.94 | 19.32 | 11.72 | - |
| YUV | 114.46 | 114.2 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 90 | 0 | 0.68 | 0.58 | 0.16 | 351.02 | 0.65 | 0.55 |
| Hex | D7 | 44 | 5A | 0 | 44 | 3A | 10 | 15F | 41 | 37 |
| Octal | 327 | 104 | 132 | 0 | 104 | 72 | 20 | 537 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1011010 | 0 | 1000100 | 111010 | 10000 | 101011111 | 1000001 | 110111 |
Color Harmonies of #D7445A
Complementary color
Monochromatic Colors of #D7445A
Black with #D7445A
Text Example
Text Example
White with #D7445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7445A; }
p { color: rgb(215,68,90); }
H1.HeaderClassName
{
color: #D7445A;
}
.AnyTagClassName
{
color: #D7445A;
}
</style>
background-color css
<style>
a { background-color: #D7445A; }
a { background-color: rgb(215,68,90); }
div.DivClassName
{
background-color: #D7445A;
}
.BgClassName
{
background-color: #D7445A;
}
</style>
border-color css
<style>
span { border-color: #D7445A; }
span { border-color: rgb(215,68,90); }
td.TdClassName
{
border-color: #D7445A;
}
.TagClassName
{
border-color: #D7445A;
}
</style>