Shades of Deep Blush #D96584
Tints of Deep Blush #D96584
RGB
CMYK
RGB Variations
Color information
#D96584 (or 0xD96584) is known color: Deep Blush. HEX triplet: D9, 65 and 84. RGB value is (217,101,132). Sum of RGB (Red+Green+Blue) = 217+101+132=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D96584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96584 is #269A7B. Grayscale: #8B8B8B. Windows color (decimal): -2529916 or 8676825. OLE color: 8676825.
HSL color Cylindrical-coordinate representation of color #D96584: hue angle of 343.97º 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 #D96584 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 132 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.15 |
| HSL | 343.97º | 0.6% | 0.62% | - |
| HSV(B) | 343.97º | 0.53% | 0.85% | - |
| XYZ | 37.43 | 25.73 | 24.82 | - |
| YUV | 139.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 132 | 0 | 0.53 | 0.39 | 0.15 | 343.97 | 0.6 | 0.62 |
| Hex | D9 | 65 | 84 | 0 | 35 | 27 | F | 158 | 3C | 3E |
| Octal | 331 | 145 | 204 | 0 | 65 | 47 | 17 | 530 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10000100 | 0 | 110101 | 100111 | 1111 | 101011000 | 111100 | 111110 |
Color Harmonies of #D96584
Complementary color
Monochromatic Colors of #D96584
Black with #D96584
Text Example
Text Example
White with #D96584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96584; }
p { color: rgb(217,101,132); }
H1.HeaderClassName
{
color: #D96584;
}
.AnyTagClassName
{
color: #D96584;
}
</style>
background-color css
<style>
a { background-color: #D96584; }
a { background-color: rgb(217,101,132); }
div.DivClassName
{
background-color: #D96584;
}
.BgClassName
{
background-color: #D96584;
}
</style>
border-color css
<style>
span { border-color: #D96584; }
span { border-color: rgb(217,101,132); }
td.TdClassName
{
border-color: #D96584;
}
.TagClassName
{
border-color: #D96584;
}
</style>