Shades of Deep Blush #D96383
Tints of Deep Blush #D96383
RGB
CMYK
RGB Variations
Color information
#D96383 (or 0xD96383) is known color: Deep Blush. HEX triplet: D9, 63 and 83. RGB value is (217,99,131). Sum of RGB (Red+Green+Blue) = 217+99+131=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D96383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96383 is #269C7C. Grayscale: #898989. Windows color (decimal): -2530429 or 8610777. OLE color: 8610777.
HSL color Cylindrical-coordinate representation of color #D96383: hue angle of 343.73º 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 #D96383 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 131 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.15 |
| HSL | 343.73º | 0.61% | 0.62% | - |
| HSV(B) | 343.73º | 0.54% | 0.85% | - |
| XYZ | 37.17 | 25.31 | 24.4 | - |
| YUV | 137.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 131 | 0 | 0.54 | 0.40 | 0.15 | 343.73 | 0.61 | 0.62 |
| Hex | D9 | 63 | 83 | 0 | 36 | 28 | F | 158 | 3D | 3E |
| Octal | 331 | 143 | 203 | 0 | 66 | 50 | 17 | 530 | 75 | 76 |
| Binary | 11011001 | 1100011 | 10000011 | 0 | 110110 | 101000 | 1111 | 101011000 | 111101 | 111110 |
Color Harmonies of #D96383
Complementary color
Monochromatic Colors of #D96383
Black with #D96383
Text Example
Text Example
White with #D96383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96383; }
p { color: rgb(217,99,131); }
H1.HeaderClassName
{
color: #D96383;
}
.AnyTagClassName
{
color: #D96383;
}
</style>
background-color css
<style>
a { background-color: #D96383; }
a { background-color: rgb(217,99,131); }
div.DivClassName
{
background-color: #D96383;
}
.BgClassName
{
background-color: #D96383;
}
</style>
border-color css
<style>
span { border-color: #D96383; }
span { border-color: rgb(217,99,131); }
td.TdClassName
{
border-color: #D96383;
}
.TagClassName
{
border-color: #D96383;
}
</style>