Shades of Deep Blush #D9657E
Tints of Deep Blush #D9657E
RGB
CMYK
RGB Variations
Color information
#D9657E (or 0xD9657E) is known color: Deep Blush. HEX triplet: D9, 65 and 7E. RGB value is (217,101,126). Sum of RGB (Red+Green+Blue) = 217+101+126=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9657E is #269A81. Grayscale: #8A8A8A. Windows color (decimal): -2529922 or 8283609. OLE color: 8283609.
HSL color Cylindrical-coordinate representation of color #D9657E: hue angle of 347.07º 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 #D9657E is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 126 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.15 |
| HSL | 347.07º | 0.6% | 0.62% | - |
| HSV(B) | 347.07º | 0.53% | 0.85% | - |
| XYZ | 37.03 | 25.57 | 22.72 | - |
| YUV | 138.53 | 120.93 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 126 | 0 | 0.53 | 0.42 | 0.15 | 347.07 | 0.6 | 0.62 |
| Hex | D9 | 65 | 7E | 0 | 35 | 2A | F | 15B | 3C | 3E |
| Octal | 331 | 145 | 176 | 0 | 65 | 52 | 17 | 533 | 74 | 76 |
| Binary | 11011001 | 1100101 | 1111110 | 0 | 110101 | 101010 | 1111 | 101011011 | 111100 | 111110 |
Color Harmonies of #D9657E
Complementary color
Monochromatic Colors of #D9657E
Black with #D9657E
Text Example
Text Example
White with #D9657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9657E; }
p { color: rgb(217,101,126); }
H1.HeaderClassName
{
color: #D9657E;
}
.AnyTagClassName
{
color: #D9657E;
}
</style>
background-color css
<style>
a { background-color: #D9657E; }
a { background-color: rgb(217,101,126); }
div.DivClassName
{
background-color: #D9657E;
}
.BgClassName
{
background-color: #D9657E;
}
</style>
border-color css
<style>
span { border-color: #D9657E; }
span { border-color: rgb(217,101,126); }
td.TdClassName
{
border-color: #D9657E;
}
.TagClassName
{
border-color: #D9657E;
}
</style>