Shades of Deep Blush #D96688
Tints of Deep Blush #D96688
RGB
CMYK
RGB Variations
Color information
#D96688 (or 0xD96688) is known color: Deep Blush. HEX triplet: D9, 66 and 88. RGB value is (217,102,136). Sum of RGB (Red+Green+Blue) = 217+102+136=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D96688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96688 is #269977. Grayscale: #8C8C8C. Windows color (decimal): -2529656 or 8939225. OLE color: 8939225.
HSL color Cylindrical-coordinate representation of color #D96688: hue angle of 342.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96688 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 136 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.15 |
| HSL | 342.26º | 0.6% | 0.63% | - |
| HSV(B) | 342.26º | 0.53% | 0.85% | - |
| XYZ | 37.81 | 26.03 | 26.32 | - |
| YUV | 140.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 136 | 0 | 0.53 | 0.37 | 0.15 | 342.26 | 0.6 | 0.63 |
| Hex | D9 | 66 | 88 | 0 | 35 | 25 | F | 156 | 3C | 3F |
| Octal | 331 | 146 | 210 | 0 | 65 | 45 | 17 | 526 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10001000 | 0 | 110101 | 100101 | 1111 | 101010110 | 111100 | 111111 |
Color Harmonies of #D96688
Complementary color
Monochromatic Colors of #D96688
Black with #D96688
Text Example
Text Example
White with #D96688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96688; }
p { color: rgb(217,102,136); }
H1.HeaderClassName
{
color: #D96688;
}
.AnyTagClassName
{
color: #D96688;
}
</style>
background-color css
<style>
a { background-color: #D96688; }
a { background-color: rgb(217,102,136); }
div.DivClassName
{
background-color: #D96688;
}
.BgClassName
{
background-color: #D96688;
}
</style>
border-color css
<style>
span { border-color: #D96688; }
span { border-color: rgb(217,102,136); }
td.TdClassName
{
border-color: #D96688;
}
.TagClassName
{
border-color: #D96688;
}
</style>