Shades of Deep Blush #D8707F
Tints of Deep Blush #D8707F
RGB
CMYK
RGB Variations
Color information
#D8707F (or 0xD8707F) is known color: Deep Blush. HEX triplet: D8, 70 and 7F. RGB value is (216,112,127). Sum of RGB (Red+Green+Blue) = 216+112+127=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8707F is #278F80. Grayscale: #909090. Windows color (decimal): -2592641 or 8351960. OLE color: 8351960.
HSL color Cylindrical-coordinate representation of color #D8707F: hue angle of 351.35º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8707F is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 127 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.15 |
| HSL | 351.35º | 0.57% | 0.64% | - |
| HSV(B) | 351.35º | 0.48% | 0.85% | - |
| XYZ | 37.94 | 27.72 | 23.43 | - |
| YUV | 144.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 127 | 0 | 0.48 | 0.41 | 0.15 | 351.35 | 0.57 | 0.64 |
| Hex | D8 | 70 | 7F | 0 | 30 | 29 | F | 15F | 39 | 40 |
| Octal | 330 | 160 | 177 | 0 | 60 | 51 | 17 | 537 | 71 | 100 |
| Binary | 11011000 | 1110000 | 1111111 | 0 | 110000 | 101001 | 1111 | 101011111 | 111001 | 1000000 |
Color Harmonies of #D8707F
Complementary color
Monochromatic Colors of #D8707F
Black with #D8707F
Text Example
Text Example
White with #D8707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8707F; }
p { color: rgb(216,112,127); }
H1.HeaderClassName
{
color: #D8707F;
}
.AnyTagClassName
{
color: #D8707F;
}
</style>
background-color css
<style>
a { background-color: #D8707F; }
a { background-color: rgb(216,112,127); }
div.DivClassName
{
background-color: #D8707F;
}
.BgClassName
{
background-color: #D8707F;
}
</style>
border-color css
<style>
span { border-color: #D8707F; }
span { border-color: rgb(216,112,127); }
td.TdClassName
{
border-color: #D8707F;
}
.TagClassName
{
border-color: #D8707F;
}
</style>