Shades of Mandy #D7455A
Tints of Mandy #D7455A
RGB
CMYK
RGB Variations
Color information
#D7455A (or 0xD7455A) is known color: Mandy. HEX triplet: D7, 45 and 5A. RGB value is (215,69,90). Sum of RGB (Red+Green+Blue) = 215+69+90=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7455A is #28BAA5. Grayscale: #737373. Windows color (decimal): -2669222 or 5916119. OLE color: 5916119.
HSL color Cylindrical-coordinate representation of color #D7455A: hue angle of 351.37º 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 #D7455A is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 90 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.16 |
| HSL | 351.37º | 0.65% | 0.56% | - |
| HSV(B) | 351.37º | 0.68% | 0.84% | - |
| XYZ | 32 | 19.44 | 11.74 | - |
| YUV | 115.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 90 | 0 | 0.68 | 0.58 | 0.16 | 351.37 | 0.65 | 0.56 |
| Hex | D7 | 45 | 5A | 0 | 44 | 3A | 10 | 15F | 41 | 38 |
| Octal | 327 | 105 | 132 | 0 | 104 | 72 | 20 | 537 | 101 | 70 |
| Binary | 11010111 | 1000101 | 1011010 | 0 | 1000100 | 111010 | 10000 | 101011111 | 1000001 | 111000 |
Color Harmonies of #D7455A
Complementary color
Monochromatic Colors of #D7455A
Black with #D7455A
Text Example
Text Example
White with #D7455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7455A; }
p { color: rgb(215,69,90); }
H1.HeaderClassName
{
color: #D7455A;
}
.AnyTagClassName
{
color: #D7455A;
}
</style>
background-color css
<style>
a { background-color: #D7455A; }
a { background-color: rgb(215,69,90); }
div.DivClassName
{
background-color: #D7455A;
}
.BgClassName
{
background-color: #D7455A;
}
</style>
border-color css
<style>
span { border-color: #D7455A; }
span { border-color: rgb(215,69,90); }
td.TdClassName
{
border-color: #D7455A;
}
.TagClassName
{
border-color: #D7455A;
}
</style>