Shades of Deep Blush #D8657F
Tints of Deep Blush #D8657F
RGB
CMYK
RGB Variations
Color information
#D8657F (or 0xD8657F) is known color: Deep Blush. HEX triplet: D8, 65 and 7F. RGB value is (216,101,127). Sum of RGB (Red+Green+Blue) = 216+101+127=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8657F is #279A80. Grayscale: #8A8A8A. Windows color (decimal): -2595457 or 8349144. OLE color: 8349144.
HSL color Cylindrical-coordinate representation of color #D8657F: hue angle of 346.43º 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 #D8657F is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 127 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.15 |
| HSL | 346.43º | 0.6% | 0.62% | - |
| HSV(B) | 346.43º | 0.53% | 0.85% | - |
| XYZ | 36.8 | 25.44 | 23.05 | - |
| YUV | 138.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 127 | 0 | 0.53 | 0.41 | 0.15 | 346.43 | 0.6 | 0.62 |
| Hex | D8 | 65 | 7F | 0 | 35 | 29 | F | 15A | 3C | 3E |
| Octal | 330 | 145 | 177 | 0 | 65 | 51 | 17 | 532 | 74 | 76 |
| Binary | 11011000 | 1100101 | 1111111 | 0 | 110101 | 101001 | 1111 | 101011010 | 111100 | 111110 |
Color Harmonies of #D8657F
Complementary color
Monochromatic Colors of #D8657F
Black with #D8657F
Text Example
Text Example
White with #D8657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8657F; }
p { color: rgb(216,101,127); }
H1.HeaderClassName
{
color: #D8657F;
}
.AnyTagClassName
{
color: #D8657F;
}
</style>
background-color css
<style>
a { background-color: #D8657F; }
a { background-color: rgb(216,101,127); }
div.DivClassName
{
background-color: #D8657F;
}
.BgClassName
{
background-color: #D8657F;
}
</style>
border-color css
<style>
span { border-color: #D8657F; }
span { border-color: rgb(216,101,127); }
td.TdClassName
{
border-color: #D8657F;
}
.TagClassName
{
border-color: #D8657F;
}
</style>