Shades of Deep Blush #D86680
Tints of Deep Blush #D86680
RGB
CMYK
RGB Variations
Color information
#D86680 (or 0xD86680) is known color: Deep Blush. HEX triplet: D8, 66 and 80. RGB value is (216,102,128). Sum of RGB (Red+Green+Blue) = 216+102+128=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D86680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86680 is #27997F. Grayscale: #8B8B8B. Windows color (decimal): -2595200 or 8414936. OLE color: 8414936.
HSL color Cylindrical-coordinate representation of color #D86680: hue angle of 346.32º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86680 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 128 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.15 |
| HSL | 346.32º | 0.59% | 0.62% | - |
| HSV(B) | 346.32º | 0.53% | 0.85% | - |
| XYZ | 36.97 | 25.66 | 23.43 | - |
| YUV | 139.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 128 | 0 | 0.53 | 0.41 | 0.15 | 346.32 | 0.59 | 0.62 |
| Hex | D8 | 66 | 80 | 0 | 35 | 29 | F | 15A | 3B | 3E |
| Octal | 330 | 146 | 200 | 0 | 65 | 51 | 17 | 532 | 73 | 76 |
| Binary | 11011000 | 1100110 | 10000000 | 0 | 110101 | 101001 | 1111 | 101011010 | 111011 | 111110 |
Color Harmonies of #D86680
Complementary color
Monochromatic Colors of #D86680
Black with #D86680
Text Example
Text Example
White with #D86680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86680; }
p { color: rgb(216,102,128); }
H1.HeaderClassName
{
color: #D86680;
}
.AnyTagClassName
{
color: #D86680;
}
</style>
background-color css
<style>
a { background-color: #D86680; }
a { background-color: rgb(216,102,128); }
div.DivClassName
{
background-color: #D86680;
}
.BgClassName
{
background-color: #D86680;
}
</style>
border-color css
<style>
span { border-color: #D86680; }
span { border-color: rgb(216,102,128); }
td.TdClassName
{
border-color: #D86680;
}
.TagClassName
{
border-color: #D86680;
}
</style>