Shades of Deep Blush #D8637F
Tints of Deep Blush #D8637F
RGB
CMYK
RGB Variations
Color information
#D8637F (or 0xD8637F) is known color: Deep Blush. HEX triplet: D8, 63 and 7F. RGB value is (216,99,127). Sum of RGB (Red+Green+Blue) = 216+99+127=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8637F is #279C80. Grayscale: #898989. Windows color (decimal): -2595969 or 8348632. OLE color: 8348632.
HSL color Cylindrical-coordinate representation of color #D8637F: hue angle of 345.64º 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 #D8637F is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 127 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.15 |
| HSL | 345.64º | 0.6% | 0.62% | - |
| HSV(B) | 345.64º | 0.54% | 0.85% | - |
| XYZ | 36.61 | 25.05 | 22.99 | - |
| YUV | 137.18 | 122.26 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 127 | 0 | 0.54 | 0.41 | 0.15 | 345.64 | 0.6 | 0.62 |
| Hex | D8 | 63 | 7F | 0 | 36 | 29 | F | 15A | 3C | 3E |
| Octal | 330 | 143 | 177 | 0 | 66 | 51 | 17 | 532 | 74 | 76 |
| Binary | 11011000 | 1100011 | 1111111 | 0 | 110110 | 101001 | 1111 | 101011010 | 111100 | 111110 |
Color Harmonies of #D8637F
Complementary color
Monochromatic Colors of #D8637F
Black with #D8637F
Text Example
Text Example
White with #D8637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8637F; }
p { color: rgb(216,99,127); }
H1.HeaderClassName
{
color: #D8637F;
}
.AnyTagClassName
{
color: #D8637F;
}
</style>
background-color css
<style>
a { background-color: #D8637F; }
a { background-color: rgb(216,99,127); }
div.DivClassName
{
background-color: #D8637F;
}
.BgClassName
{
background-color: #D8637F;
}
</style>
border-color css
<style>
span { border-color: #D8637F; }
span { border-color: rgb(216,99,127); }
td.TdClassName
{
border-color: #D8637F;
}
.TagClassName
{
border-color: #D8637F;
}
</style>