Shades of Deep Blush #D86D81
Tints of Deep Blush #D86D81
RGB
CMYK
RGB Variations
Color information
#D86D81 (or 0xD86D81) is known color: Deep Blush. HEX triplet: D8, 6D and 81. RGB value is (216,109,129). Sum of RGB (Red+Green+Blue) = 216+109+129=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D81 is #27927E. Grayscale: #8F8F8F. Windows color (decimal): -2593407 or 8482264. OLE color: 8482264.
HSL color Cylindrical-coordinate representation of color #D86D81: hue angle of 348.79º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86D81 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 129 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.15 |
| HSL | 348.79º | 0.58% | 0.64% | - |
| HSV(B) | 348.79º | 0.5% | 0.85% | - |
| XYZ | 37.75 | 27.12 | 24.01 | - |
| YUV | 143.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 129 | 0 | 0.50 | 0.40 | 0.15 | 348.79 | 0.58 | 0.64 |
| Hex | D8 | 6D | 81 | 0 | 32 | 28 | F | 15D | 3A | 40 |
| Octal | 330 | 155 | 201 | 0 | 62 | 50 | 17 | 535 | 72 | 100 |
| Binary | 11011000 | 1101101 | 10000001 | 0 | 110010 | 101000 | 1111 | 101011101 | 111010 | 1000000 |
Color Harmonies of #D86D81
Complementary color
Monochromatic Colors of #D86D81
Black with #D86D81
Text Example
Text Example
White with #D86D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D81; }
p { color: rgb(216,109,129); }
H1.HeaderClassName
{
color: #D86D81;
}
.AnyTagClassName
{
color: #D86D81;
}
</style>
background-color css
<style>
a { background-color: #D86D81; }
a { background-color: rgb(216,109,129); }
div.DivClassName
{
background-color: #D86D81;
}
.BgClassName
{
background-color: #D86D81;
}
</style>
border-color css
<style>
span { border-color: #D86D81; }
span { border-color: rgb(216,109,129); }
td.TdClassName
{
border-color: #D86D81;
}
.TagClassName
{
border-color: #D86D81;
}
</style>