Shades of Deep Blush #D96581
Tints of Deep Blush #D96581
RGB
CMYK
RGB Variations
Color information
#D96581 (or 0xD96581) is known color: Deep Blush. HEX triplet: D9, 65 and 81. RGB value is (217,101,129). Sum of RGB (Red+Green+Blue) = 217+101+129=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D96581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96581 is #269A7E. Grayscale: #8A8A8A. Windows color (decimal): -2529919 or 8480217. OLE color: 8480217.
HSL color Cylindrical-coordinate representation of color #D96581: hue angle of 345.52º degrees, saturation: 0.6, 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 #D96581 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 129 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.15 |
| HSL | 345.52º | 0.6% | 0.62% | - |
| HSV(B) | 345.52º | 0.53% | 0.85% | - |
| XYZ | 37.23 | 25.64 | 23.76 | - |
| YUV | 138.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 129 | 0 | 0.53 | 0.41 | 0.15 | 345.52 | 0.6 | 0.62 |
| Hex | D9 | 65 | 81 | 0 | 35 | 29 | F | 15A | 3C | 3E |
| Octal | 331 | 145 | 201 | 0 | 65 | 51 | 17 | 532 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10000001 | 0 | 110101 | 101001 | 1111 | 101011010 | 111100 | 111110 |
Color Harmonies of #D96581
Complementary color
Monochromatic Colors of #D96581
Black with #D96581
Text Example
Text Example
White with #D96581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96581; }
p { color: rgb(217,101,129); }
H1.HeaderClassName
{
color: #D96581;
}
.AnyTagClassName
{
color: #D96581;
}
</style>
background-color css
<style>
a { background-color: #D96581; }
a { background-color: rgb(217,101,129); }
div.DivClassName
{
background-color: #D96581;
}
.BgClassName
{
background-color: #D96581;
}
</style>
border-color css
<style>
span { border-color: #D96581; }
span { border-color: rgb(217,101,129); }
td.TdClassName
{
border-color: #D96581;
}
.TagClassName
{
border-color: #D96581;
}
</style>