Shades of Deep Blush #D96680
Tints of Deep Blush #D96680
RGB
CMYK
RGB Variations
Color information
#D96680 (or 0xD96680) is known color: Deep Blush. HEX triplet: D9, 66 and 80. RGB value is (217,102,128). Sum of RGB (Red+Green+Blue) = 217+102+128=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D96680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96680 is #26997F. Grayscale: #8B8B8B. Windows color (decimal): -2529664 or 8414937. OLE color: 8414937.
HSL color Cylindrical-coordinate representation of color #D96680: hue angle of 346.43º 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 #D96680 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 128 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.15 |
| HSL | 346.43º | 0.6% | 0.63% | - |
| HSV(B) | 346.43º | 0.53% | 0.85% | - |
| XYZ | 37.26 | 25.81 | 23.44 | - |
| YUV | 139.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 128 | 0 | 0.53 | 0.41 | 0.15 | 346.43 | 0.6 | 0.63 |
| Hex | D9 | 66 | 80 | 0 | 35 | 29 | F | 15A | 3C | 3F |
| Octal | 331 | 146 | 200 | 0 | 65 | 51 | 17 | 532 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10000000 | 0 | 110101 | 101001 | 1111 | 101011010 | 111100 | 111111 |
Color Harmonies of #D96680
Complementary color
Monochromatic Colors of #D96680
Black with #D96680
Text Example
Text Example
White with #D96680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96680; }
p { color: rgb(217,102,128); }
H1.HeaderClassName
{
color: #D96680;
}
.AnyTagClassName
{
color: #D96680;
}
</style>
background-color css
<style>
a { background-color: #D96680; }
a { background-color: rgb(217,102,128); }
div.DivClassName
{
background-color: #D96680;
}
.BgClassName
{
background-color: #D96680;
}
</style>
border-color css
<style>
span { border-color: #D96680; }
span { border-color: rgb(217,102,128); }
td.TdClassName
{
border-color: #D96680;
}
.TagClassName
{
border-color: #D96680;
}
</style>