Shades of Deep Blush #D9657F
Tints of Deep Blush #D9657F
RGB
CMYK
RGB Variations
Color information
#D9657F (or 0xD9657F) is known color: Deep Blush. HEX triplet: D9, 65 and 7F. RGB value is (217,101,127). Sum of RGB (Red+Green+Blue) = 217+101+127=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9657F is #269A80. Grayscale: #8A8A8A. Windows color (decimal): -2529921 or 8349145. OLE color: 8349145.
HSL color Cylindrical-coordinate representation of color #D9657F: hue angle of 346.55º 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 #D9657F is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 127 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.15 |
| HSL | 346.55º | 0.6% | 0.62% | - |
| HSV(B) | 346.55º | 0.53% | 0.85% | - |
| XYZ | 37.1 | 25.59 | 23.06 | - |
| YUV | 138.65 | 121.43 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 127 | 0 | 0.53 | 0.41 | 0.15 | 346.55 | 0.6 | 0.62 |
| Hex | D9 | 65 | 7F | 0 | 35 | 29 | F | 15B | 3C | 3E |
| Octal | 331 | 145 | 177 | 0 | 65 | 51 | 17 | 533 | 74 | 76 |
| Binary | 11011001 | 1100101 | 1111111 | 0 | 110101 | 101001 | 1111 | 101011011 | 111100 | 111110 |
Color Harmonies of #D9657F
Complementary color
Monochromatic Colors of #D9657F
Black with #D9657F
Text Example
Text Example
White with #D9657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9657F; }
p { color: rgb(217,101,127); }
H1.HeaderClassName
{
color: #D9657F;
}
.AnyTagClassName
{
color: #D9657F;
}
</style>
background-color css
<style>
a { background-color: #D9657F; }
a { background-color: rgb(217,101,127); }
div.DivClassName
{
background-color: #D9657F;
}
.BgClassName
{
background-color: #D9657F;
}
</style>
border-color css
<style>
span { border-color: #D9657F; }
span { border-color: rgb(217,101,127); }
td.TdClassName
{
border-color: #D9657F;
}
.TagClassName
{
border-color: #D9657F;
}
</style>