Shades of Deep Blush #D96283
Tints of Deep Blush #D96283
RGB
CMYK
RGB Variations
Color information
#D96283 (or 0xD96283) is known color: Deep Blush. HEX triplet: D9, 62 and 83. RGB value is (217,98,131). Sum of RGB (Red+Green+Blue) = 217+98+131=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D96283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96283 is #269D7C. Grayscale: #898989. Windows color (decimal): -2530685 or 8610521. OLE color: 8610521.
HSL color Cylindrical-coordinate representation of color #D96283: hue angle of 343.36º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96283 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 131 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.15 |
| HSL | 343.36º | 0.61% | 0.62% | - |
| HSV(B) | 343.36º | 0.55% | 0.85% | - |
| XYZ | 37.08 | 25.13 | 24.37 | - |
| YUV | 137.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 131 | 0 | 0.55 | 0.40 | 0.15 | 343.36 | 0.61 | 0.62 |
| Hex | D9 | 62 | 83 | 0 | 37 | 28 | F | 157 | 3D | 3E |
| Octal | 331 | 142 | 203 | 0 | 67 | 50 | 17 | 527 | 75 | 76 |
| Binary | 11011001 | 1100010 | 10000011 | 0 | 110111 | 101000 | 1111 | 101010111 | 111101 | 111110 |
Color Harmonies of #D96283
Complementary color
Monochromatic Colors of #D96283
Black with #D96283
Text Example
Text Example
White with #D96283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96283; }
p { color: rgb(217,98,131); }
H1.HeaderClassName
{
color: #D96283;
}
.AnyTagClassName
{
color: #D96283;
}
</style>
background-color css
<style>
a { background-color: #D96283; }
a { background-color: rgb(217,98,131); }
div.DivClassName
{
background-color: #D96283;
}
.BgClassName
{
background-color: #D96283;
}
</style>
border-color css
<style>
span { border-color: #D96283; }
span { border-color: rgb(217,98,131); }
td.TdClassName
{
border-color: #D96283;
}
.TagClassName
{
border-color: #D96283;
}
</style>