Shades of Deep Blush #D96F81
Tints of Deep Blush #D96F81
RGB
CMYK
RGB Variations
Color information
#D96F81 (or 0xD96F81) is known color: Deep Blush. HEX triplet: D9, 6F and 81. RGB value is (217,111,129). Sum of RGB (Red+Green+Blue) = 217+111+129=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F81 is #26907E. Grayscale: #909090. Windows color (decimal): -2527359 or 8482777. OLE color: 8482777.
HSL color Cylindrical-coordinate representation of color #D96F81: hue angle of 349.81º 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 #D96F81 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 129 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.15 |
| HSL | 349.81º | 0.58% | 0.64% | - |
| HSV(B) | 349.81º | 0.49% | 0.85% | - |
| XYZ | 38.26 | 27.71 | 24.1 | - |
| YUV | 144.75 | 119.12 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 129 | 0 | 0.49 | 0.41 | 0.15 | 349.81 | 0.58 | 0.64 |
| Hex | D9 | 6F | 81 | 0 | 31 | 29 | F | 15E | 3A | 40 |
| Octal | 331 | 157 | 201 | 0 | 61 | 51 | 17 | 536 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10000001 | 0 | 110001 | 101001 | 1111 | 101011110 | 111010 | 1000000 |
Color Harmonies of #D96F81
Complementary color
Monochromatic Colors of #D96F81
Black with #D96F81
Text Example
Text Example
White with #D96F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F81; }
p { color: rgb(217,111,129); }
H1.HeaderClassName
{
color: #D96F81;
}
.AnyTagClassName
{
color: #D96F81;
}
</style>
background-color css
<style>
a { background-color: #D96F81; }
a { background-color: rgb(217,111,129); }
div.DivClassName
{
background-color: #D96F81;
}
.BgClassName
{
background-color: #D96F81;
}
</style>
border-color css
<style>
span { border-color: #D96F81; }
span { border-color: rgb(217,111,129); }
td.TdClassName
{
border-color: #D96F81;
}
.TagClassName
{
border-color: #D96F81;
}
</style>