Shades of Deep Blush #D96384
Tints of Deep Blush #D96384
RGB
CMYK
RGB Variations
Color information
#D96384 (or 0xD96384) is known color: Deep Blush. HEX triplet: D9, 63 and 84. RGB value is (217,99,132). Sum of RGB (Red+Green+Blue) = 217+99+132=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D96384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96384 is #269C7B. Grayscale: #8A8A8A. Windows color (decimal): -2530428 or 8676313. OLE color: 8676313.
HSL color Cylindrical-coordinate representation of color #D96384: hue angle of 343.22º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96384 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 132 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.15 |
| HSL | 343.22º | 0.61% | 0.62% | - |
| HSV(B) | 343.22º | 0.54% | 0.85% | - |
| XYZ | 37.24 | 25.34 | 24.76 | - |
| YUV | 138.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 132 | 0 | 0.54 | 0.39 | 0.15 | 343.22 | 0.61 | 0.62 |
| Hex | D9 | 63 | 84 | 0 | 36 | 27 | F | 157 | 3D | 3E |
| Octal | 331 | 143 | 204 | 0 | 66 | 47 | 17 | 527 | 75 | 76 |
| Binary | 11011001 | 1100011 | 10000100 | 0 | 110110 | 100111 | 1111 | 101010111 | 111101 | 111110 |
Color Harmonies of #D96384
Complementary color
Monochromatic Colors of #D96384
Black with #D96384
Text Example
Text Example
White with #D96384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96384; }
p { color: rgb(217,99,132); }
H1.HeaderClassName
{
color: #D96384;
}
.AnyTagClassName
{
color: #D96384;
}
</style>
background-color css
<style>
a { background-color: #D96384; }
a { background-color: rgb(217,99,132); }
div.DivClassName
{
background-color: #D96384;
}
.BgClassName
{
background-color: #D96384;
}
</style>
border-color css
<style>
span { border-color: #D96384; }
span { border-color: rgb(217,99,132); }
td.TdClassName
{
border-color: #D96384;
}
.TagClassName
{
border-color: #D96384;
}
</style>