Shades of Deep Blush #D76886
Tints of Deep Blush #D76886
RGB
CMYK
RGB Variations
Color information
#D76886 (or 0xD76886) is known color: Deep Blush. HEX triplet: D7, 68 and 86. RGB value is (215,104,134). Sum of RGB (Red+Green+Blue) = 215+104+134=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D76886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76886 is #289779. Grayscale: #8C8C8C. Windows color (decimal): -2660218 or 8808663. OLE color: 8808663.
HSL color Cylindrical-coordinate representation of color #D76886: hue angle of 343.78º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76886 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 134 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.16 |
| HSL | 343.78º | 0.58% | 0.63% | - |
| HSV(B) | 343.78º | 0.52% | 0.84% | - |
| XYZ | 37.28 | 26.07 | 25.62 | - |
| YUV | 140.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 134 | 0 | 0.52 | 0.38 | 0.16 | 343.78 | 0.58 | 0.63 |
| Hex | D7 | 68 | 86 | 0 | 34 | 26 | 10 | 158 | 3A | 3F |
| Octal | 327 | 150 | 206 | 0 | 64 | 46 | 20 | 530 | 72 | 77 |
| Binary | 11010111 | 1101000 | 10000110 | 0 | 110100 | 100110 | 10000 | 101011000 | 111010 | 111111 |
Color Harmonies of #D76886
Complementary color
Monochromatic Colors of #D76886
Black with #D76886
Text Example
Text Example
White with #D76886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76886; }
p { color: rgb(215,104,134); }
H1.HeaderClassName
{
color: #D76886;
}
.AnyTagClassName
{
color: #D76886;
}
</style>
background-color css
<style>
a { background-color: #D76886; }
a { background-color: rgb(215,104,134); }
div.DivClassName
{
background-color: #D76886;
}
.BgClassName
{
background-color: #D76886;
}
</style>
border-color css
<style>
span { border-color: #D76886; }
span { border-color: rgb(215,104,134); }
td.TdClassName
{
border-color: #D76886;
}
.TagClassName
{
border-color: #D76886;
}
</style>