Shades of Deep Blush #D7657D
Tints of Deep Blush #D7657D
RGB
CMYK
RGB Variations
Color information
#D7657D (or 0xD7657D) is known color: Deep Blush. HEX triplet: D7, 65 and 7D. RGB value is (215,101,125). Sum of RGB (Red+Green+Blue) = 215+101+125=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7657D is #289A82. Grayscale: #898989. Windows color (decimal): -2660995 or 8218071. OLE color: 8218071.
HSL color Cylindrical-coordinate representation of color #D7657D: hue angle of 347.37º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7657D is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 125 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.16 |
| HSL | 347.37º | 0.59% | 0.62% | - |
| HSV(B) | 347.37º | 0.53% | 0.84% | - |
| XYZ | 36.38 | 25.24 | 22.36 | - |
| YUV | 137.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 125 | 0 | 0.53 | 0.42 | 0.16 | 347.37 | 0.59 | 0.62 |
| Hex | D7 | 65 | 7D | 0 | 35 | 2A | 10 | 15B | 3B | 3E |
| Octal | 327 | 145 | 175 | 0 | 65 | 52 | 20 | 533 | 73 | 76 |
| Binary | 11010111 | 1100101 | 1111101 | 0 | 110101 | 101010 | 10000 | 101011011 | 111011 | 111110 |
Color Harmonies of #D7657D
Complementary color
Monochromatic Colors of #D7657D
Black with #D7657D
Text Example
Text Example
White with #D7657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7657D; }
p { color: rgb(215,101,125); }
H1.HeaderClassName
{
color: #D7657D;
}
.AnyTagClassName
{
color: #D7657D;
}
</style>
background-color css
<style>
a { background-color: #D7657D; }
a { background-color: rgb(215,101,125); }
div.DivClassName
{
background-color: #D7657D;
}
.BgClassName
{
background-color: #D7657D;
}
</style>
border-color css
<style>
span { border-color: #D7657D; }
span { border-color: rgb(215,101,125); }
td.TdClassName
{
border-color: #D7657D;
}
.TagClassName
{
border-color: #D7657D;
}
</style>