Shades of Mandy #D7454D
Tints of Mandy #D7454D
RGB
CMYK
RGB Variations
Color information
#D7454D (or 0xD7454D) is known color: Mandy. HEX triplet: D7, 45 and 4D. RGB value is (215,69,77). Sum of RGB (Red+Green+Blue) = 215+69+77=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7454D is #28BAB2. Grayscale: #717171. Windows color (decimal): -2669235 or 5064151. OLE color: 5064151.
HSL color Cylindrical-coordinate representation of color #D7454D: hue angle of 356.71º 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 #D7454D is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 77 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.16 |
| HSL | 356.71º | 0.65% | 0.56% | - |
| HSV(B) | 356.71º | 0.68% | 0.84% | - |
| XYZ | 31.49 | 19.24 | 9.07 | - |
| YUV | 113.57 | 107.37 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 77 | 0 | 0.68 | 0.64 | 0.16 | 356.71 | 0.65 | 0.56 |
| Hex | D7 | 45 | 4D | 0 | 44 | 40 | 10 | 165 | 41 | 38 |
| Octal | 327 | 105 | 115 | 0 | 104 | 100 | 20 | 545 | 101 | 70 |
| Binary | 11010111 | 1000101 | 1001101 | 0 | 1000100 | 1000000 | 10000 | 101100101 | 1000001 | 111000 |
Color Harmonies of #D7454D
Complementary color
Monochromatic Colors of #D7454D
Black with #D7454D
Text Example
Text Example
White with #D7454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7454D; }
p { color: rgb(215,69,77); }
H1.HeaderClassName
{
color: #D7454D;
}
.AnyTagClassName
{
color: #D7454D;
}
</style>
background-color css
<style>
a { background-color: #D7454D; }
a { background-color: rgb(215,69,77); }
div.DivClassName
{
background-color: #D7454D;
}
.BgClassName
{
background-color: #D7454D;
}
</style>
border-color css
<style>
span { border-color: #D7454D; }
span { border-color: rgb(215,69,77); }
td.TdClassName
{
border-color: #D7454D;
}
.TagClassName
{
border-color: #D7454D;
}
</style>