Shades of Deep Blush #D8647E
Tints of Deep Blush #D8647E
RGB
CMYK
RGB Variations
Color information
#D8647E (or 0xD8647E) is known color: Deep Blush. HEX triplet: D8, 64 and 7E. RGB value is (216,100,126). Sum of RGB (Red+Green+Blue) = 216+100+126=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8647E is #279B81. Grayscale: #898989. Windows color (decimal): -2595714 or 8283352. OLE color: 8283352.
HSL color Cylindrical-coordinate representation of color #D8647E: 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.54%. Process color model (Four color, CMYK) of #D8647E is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 126 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.15 |
| HSL | 346.55º | 0.6% | 0.62% | - |
| HSV(B) | 346.55º | 0.54% | 0.85% | - |
| XYZ | 36.64 | 25.22 | 22.68 | - |
| YUV | 137.65 | 121.43 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 126 | 0 | 0.54 | 0.42 | 0.15 | 346.55 | 0.6 | 0.62 |
| Hex | D8 | 64 | 7E | 0 | 36 | 2A | F | 15B | 3C | 3E |
| Octal | 330 | 144 | 176 | 0 | 66 | 52 | 17 | 533 | 74 | 76 |
| Binary | 11011000 | 1100100 | 1111110 | 0 | 110110 | 101010 | 1111 | 101011011 | 111100 | 111110 |
Color Harmonies of #D8647E
Complementary color
Monochromatic Colors of #D8647E
Black with #D8647E
Text Example
Text Example
White with #D8647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8647E; }
p { color: rgb(216,100,126); }
H1.HeaderClassName
{
color: #D8647E;
}
.AnyTagClassName
{
color: #D8647E;
}
</style>
background-color css
<style>
a { background-color: #D8647E; }
a { background-color: rgb(216,100,126); }
div.DivClassName
{
background-color: #D8647E;
}
.BgClassName
{
background-color: #D8647E;
}
</style>
border-color css
<style>
span { border-color: #D8647E; }
span { border-color: rgb(216,100,126); }
td.TdClassName
{
border-color: #D8647E;
}
.TagClassName
{
border-color: #D8647E;
}
</style>