Shades of Mandy #D7455B
Tints of Mandy #D7455B
RGB
CMYK
RGB Variations
Color information
#D7455B (or 0xD7455B) is known color: Mandy. HEX triplet: D7, 45 and 5B. RGB value is (215,69,91). Sum of RGB (Red+Green+Blue) = 215+69+91=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7455B is #28BAA4. Grayscale: #737373. Windows color (decimal): -2669221 or 5981655. OLE color: 5981655.
HSL color Cylindrical-coordinate representation of color #D7455B: hue angle of 350.96º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7455B is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 91 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.16 |
| HSL | 350.96º | 0.65% | 0.56% | - |
| HSV(B) | 350.96º | 0.68% | 0.84% | - |
| XYZ | 32.04 | 19.46 | 11.96 | - |
| YUV | 115.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 91 | 0 | 0.68 | 0.58 | 0.16 | 350.96 | 0.65 | 0.56 |
| Hex | D7 | 45 | 5B | 0 | 44 | 3A | 10 | 15F | 41 | 38 |
| Octal | 327 | 105 | 133 | 0 | 104 | 72 | 20 | 537 | 101 | 70 |
| Binary | 11010111 | 1000101 | 1011011 | 0 | 1000100 | 111010 | 10000 | 101011111 | 1000001 | 111000 |
Color Harmonies of #D7455B
Complementary color
Monochromatic Colors of #D7455B
Black with #D7455B
Text Example
Text Example
White with #D7455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7455B; }
p { color: rgb(215,69,91); }
H1.HeaderClassName
{
color: #D7455B;
}
.AnyTagClassName
{
color: #D7455B;
}
</style>
background-color css
<style>
a { background-color: #D7455B; }
a { background-color: rgb(215,69,91); }
div.DivClassName
{
background-color: #D7455B;
}
.BgClassName
{
background-color: #D7455B;
}
</style>
border-color css
<style>
span { border-color: #D7455B; }
span { border-color: rgb(215,69,91); }
td.TdClassName
{
border-color: #D7455B;
}
.TagClassName
{
border-color: #D7455B;
}
</style>