Shades of Deep Blush #D96282
Tints of Deep Blush #D96282
RGB
CMYK
RGB Variations
Color information
#D96282 (or 0xD96282) is known color: Deep Blush. HEX triplet: D9, 62 and 82. RGB value is (217,98,130). Sum of RGB (Red+Green+Blue) = 217+98+130=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D96282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96282 is #269D7D. Grayscale: #898989. Windows color (decimal): -2530686 or 8544985. OLE color: 8544985.
HSL color Cylindrical-coordinate representation of color #D96282: hue angle of 343.87º 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 #D96282 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 130 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.15 |
| HSL | 343.87º | 0.61% | 0.62% | - |
| HSV(B) | 343.87º | 0.55% | 0.85% | - |
| XYZ | 37.01 | 25.1 | 24.01 | - |
| YUV | 137.23 | 123.92 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 130 | 0 | 0.55 | 0.40 | 0.15 | 343.87 | 0.61 | 0.62 |
| Hex | D9 | 62 | 82 | 0 | 37 | 28 | F | 158 | 3D | 3E |
| Octal | 331 | 142 | 202 | 0 | 67 | 50 | 17 | 530 | 75 | 76 |
| Binary | 11011001 | 1100010 | 10000010 | 0 | 110111 | 101000 | 1111 | 101011000 | 111101 | 111110 |
Color Harmonies of #D96282
Complementary color
Monochromatic Colors of #D96282
Black with #D96282
Text Example
Text Example
White with #D96282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96282; }
p { color: rgb(217,98,130); }
H1.HeaderClassName
{
color: #D96282;
}
.AnyTagClassName
{
color: #D96282;
}
</style>
background-color css
<style>
a { background-color: #D96282; }
a { background-color: rgb(217,98,130); }
div.DivClassName
{
background-color: #D96282;
}
.BgClassName
{
background-color: #D96282;
}
</style>
border-color css
<style>
span { border-color: #D96282; }
span { border-color: rgb(217,98,130); }
td.TdClassName
{
border-color: #D96282;
}
.TagClassName
{
border-color: #D96282;
}
</style>