Shades of Deep Blush #D8647F
Tints of Deep Blush #D8647F
RGB
CMYK
RGB Variations
Color information
#D8647F (or 0xD8647F) is known color: Deep Blush. HEX triplet: D8, 64 and 7F. RGB value is (216,100,127). Sum of RGB (Red+Green+Blue) = 216+100+127=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8647F is #279B80. Grayscale: #898989. Windows color (decimal): -2595713 or 8348888. OLE color: 8348888.
HSL color Cylindrical-coordinate representation of color #D8647F: hue angle of 346.03º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8647F is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 127 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.15 |
| HSL | 346.03º | 0.6% | 0.62% | - |
| HSV(B) | 346.03º | 0.54% | 0.85% | - |
| XYZ | 36.71 | 25.25 | 23.02 | - |
| YUV | 137.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 127 | 0 | 0.54 | 0.41 | 0.15 | 346.03 | 0.6 | 0.62 |
| Hex | D8 | 64 | 7F | 0 | 36 | 29 | F | 15A | 3C | 3E |
| Octal | 330 | 144 | 177 | 0 | 66 | 51 | 17 | 532 | 74 | 76 |
| Binary | 11011000 | 1100100 | 1111111 | 0 | 110110 | 101001 | 1111 | 101011010 | 111100 | 111110 |
Color Harmonies of #D8647F
Complementary color
Monochromatic Colors of #D8647F
Black with #D8647F
Text Example
Text Example
White with #D8647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8647F; }
p { color: rgb(216,100,127); }
H1.HeaderClassName
{
color: #D8647F;
}
.AnyTagClassName
{
color: #D8647F;
}
</style>
background-color css
<style>
a { background-color: #D8647F; }
a { background-color: rgb(216,100,127); }
div.DivClassName
{
background-color: #D8647F;
}
.BgClassName
{
background-color: #D8647F;
}
</style>
border-color css
<style>
span { border-color: #D8647F; }
span { border-color: rgb(216,100,127); }
td.TdClassName
{
border-color: #D8647F;
}
.TagClassName
{
border-color: #D8647F;
}
</style>