Shades of Deep Blush #D96F83
Tints of Deep Blush #D96F83
RGB
CMYK
RGB Variations
Color information
#D96F83 (or 0xD96F83) is known color: Deep Blush. HEX triplet: D9, 6F and 83. RGB value is (217,111,131). Sum of RGB (Red+Green+Blue) = 217+111+131=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F83 is #26907C. Grayscale: #909090. Windows color (decimal): -2527357 or 8613849. OLE color: 8613849.
HSL color Cylindrical-coordinate representation of color #D96F83: hue angle of 348.68º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96F83 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 131 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.15 |
| HSL | 348.68º | 0.58% | 0.64% | - |
| HSV(B) | 348.68º | 0.49% | 0.85% | - |
| XYZ | 38.4 | 27.76 | 24.81 | - |
| YUV | 144.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 131 | 0 | 0.49 | 0.40 | 0.15 | 348.68 | 0.58 | 0.64 |
| Hex | D9 | 6F | 83 | 0 | 31 | 28 | F | 15D | 3A | 40 |
| Octal | 331 | 157 | 203 | 0 | 61 | 50 | 17 | 535 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10000011 | 0 | 110001 | 101000 | 1111 | 101011101 | 111010 | 1000000 |
Color Harmonies of #D96F83
Complementary color
Monochromatic Colors of #D96F83
Black with #D96F83
Text Example
Text Example
White with #D96F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F83; }
p { color: rgb(217,111,131); }
H1.HeaderClassName
{
color: #D96F83;
}
.AnyTagClassName
{
color: #D96F83;
}
</style>
background-color css
<style>
a { background-color: #D96F83; }
a { background-color: rgb(217,111,131); }
div.DivClassName
{
background-color: #D96F83;
}
.BgClassName
{
background-color: #D96F83;
}
</style>
border-color css
<style>
span { border-color: #D96F83; }
span { border-color: rgb(217,111,131); }
td.TdClassName
{
border-color: #D96F83;
}
.TagClassName
{
border-color: #D96F83;
}
</style>