Shades of Deep Blush #D96B88
Tints of Deep Blush #D96B88
RGB
CMYK
RGB Variations
Color information
#D96B88 (or 0xD96B88) is known color: Deep Blush. HEX triplet: D9, 6B and 88. RGB value is (217,107,136). Sum of RGB (Red+Green+Blue) = 217+107+136=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B88 is #269477. Grayscale: #8F8F8F. Windows color (decimal): -2528376 or 8940505. OLE color: 8940505.
HSL color Cylindrical-coordinate representation of color #D96B88: hue angle of 344.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96B88 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 136 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.15 |
| HSL | 344.18º | 0.59% | 0.64% | - |
| HSV(B) | 344.18º | 0.51% | 0.85% | - |
| XYZ | 38.32 | 27.04 | 26.49 | - |
| YUV | 143.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 136 | 0 | 0.51 | 0.37 | 0.15 | 344.18 | 0.59 | 0.64 |
| Hex | D9 | 6B | 88 | 0 | 33 | 25 | F | 158 | 3B | 40 |
| Octal | 331 | 153 | 210 | 0 | 63 | 45 | 17 | 530 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10001000 | 0 | 110011 | 100101 | 1111 | 101011000 | 111011 | 1000000 |
Color Harmonies of #D96B88
Complementary color
Monochromatic Colors of #D96B88
Black with #D96B88
Text Example
Text Example
White with #D96B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B88; }
p { color: rgb(217,107,136); }
H1.HeaderClassName
{
color: #D96B88;
}
.AnyTagClassName
{
color: #D96B88;
}
</style>
background-color css
<style>
a { background-color: #D96B88; }
a { background-color: rgb(217,107,136); }
div.DivClassName
{
background-color: #D96B88;
}
.BgClassName
{
background-color: #D96B88;
}
</style>
border-color css
<style>
span { border-color: #D96B88; }
span { border-color: rgb(217,107,136); }
td.TdClassName
{
border-color: #D96B88;
}
.TagClassName
{
border-color: #D96B88;
}
</style>