Shades of Deep Blush #D76587
Tints of Deep Blush #D76587
RGB
CMYK
RGB Variations
Color information
#D76587 (or 0xD76587) is known color: Deep Blush. HEX triplet: D7, 65 and 87. RGB value is (215,101,135). Sum of RGB (Red+Green+Blue) = 215+101+135=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D76587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76587 is #289A78. Grayscale: #8A8A8A. Windows color (decimal): -2660985 or 8873431. OLE color: 8873431.
HSL color Cylindrical-coordinate representation of color #D76587: hue angle of 342.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76587 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 135 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.16 |
| HSL | 342.11º | 0.59% | 0.62% | - |
| HSV(B) | 342.11º | 0.53% | 0.84% | - |
| XYZ | 37.05 | 25.5 | 25.89 | - |
| YUV | 138.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 135 | 0 | 0.53 | 0.37 | 0.16 | 342.11 | 0.59 | 0.62 |
| Hex | D7 | 65 | 87 | 0 | 35 | 25 | 10 | 156 | 3B | 3E |
| Octal | 327 | 145 | 207 | 0 | 65 | 45 | 20 | 526 | 73 | 76 |
| Binary | 11010111 | 1100101 | 10000111 | 0 | 110101 | 100101 | 10000 | 101010110 | 111011 | 111110 |
Color Harmonies of #D76587
Complementary color
Monochromatic Colors of #D76587
Black with #D76587
Text Example
Text Example
White with #D76587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76587; }
p { color: rgb(215,101,135); }
H1.HeaderClassName
{
color: #D76587;
}
.AnyTagClassName
{
color: #D76587;
}
</style>
background-color css
<style>
a { background-color: #D76587; }
a { background-color: rgb(215,101,135); }
div.DivClassName
{
background-color: #D76587;
}
.BgClassName
{
background-color: #D76587;
}
</style>
border-color css
<style>
span { border-color: #D76587; }
span { border-color: rgb(215,101,135); }
td.TdClassName
{
border-color: #D76587;
}
.TagClassName
{
border-color: #D76587;
}
</style>