Shades of Deep Blush #D76687
Tints of Deep Blush #D76687
RGB
CMYK
RGB Variations
Color information
#D76687 (or 0xD76687) is known color: Deep Blush. HEX triplet: D7, 66 and 87. RGB value is (215,102,135). Sum of RGB (Red+Green+Blue) = 215+102+135=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D76687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76687 is #289978. Grayscale: #8B8B8B. Windows color (decimal): -2660729 or 8873687. OLE color: 8873687.
HSL color Cylindrical-coordinate representation of color #D76687: hue angle of 342.48º 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 #D76687 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 135 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.16 |
| HSL | 342.48º | 0.59% | 0.62% | - |
| HSV(B) | 342.48º | 0.53% | 0.84% | - |
| XYZ | 37.15 | 25.7 | 25.92 | - |
| YUV | 139.55 | 125.44 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 135 | 0 | 0.53 | 0.37 | 0.16 | 342.48 | 0.59 | 0.62 |
| Hex | D7 | 66 | 87 | 0 | 35 | 25 | 10 | 156 | 3B | 3E |
| Octal | 327 | 146 | 207 | 0 | 65 | 45 | 20 | 526 | 73 | 76 |
| Binary | 11010111 | 1100110 | 10000111 | 0 | 110101 | 100101 | 10000 | 101010110 | 111011 | 111110 |
Color Harmonies of #D76687
Complementary color
Monochromatic Colors of #D76687
Black with #D76687
Text Example
Text Example
White with #D76687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76687; }
p { color: rgb(215,102,135); }
H1.HeaderClassName
{
color: #D76687;
}
.AnyTagClassName
{
color: #D76687;
}
</style>
background-color css
<style>
a { background-color: #D76687; }
a { background-color: rgb(215,102,135); }
div.DivClassName
{
background-color: #D76687;
}
.BgClassName
{
background-color: #D76687;
}
</style>
border-color css
<style>
span { border-color: #D76687; }
span { border-color: rgb(215,102,135); }
td.TdClassName
{
border-color: #D76687;
}
.TagClassName
{
border-color: #D76687;
}
</style>