Shades of Deep Blush #D8657D
Tints of Deep Blush #D8657D
RGB
CMYK
RGB Variations
Color information
#D8657D (or 0xD8657D) is known color: Deep Blush. HEX triplet: D8, 65 and 7D. RGB value is (216,101,125). Sum of RGB (Red+Green+Blue) = 216+101+125=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8657D is #279A82. Grayscale: #8A8A8A. Windows color (decimal): -2595459 or 8218072. OLE color: 8218072.
HSL color Cylindrical-coordinate representation of color #D8657D: hue angle of 347.48º 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 #D8657D is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 125 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.15 |
| HSL | 347.48º | 0.6% | 0.62% | - |
| HSV(B) | 347.48º | 0.53% | 0.85% | - |
| XYZ | 36.67 | 25.39 | 22.37 | - |
| YUV | 138.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 125 | 0 | 0.53 | 0.42 | 0.15 | 347.48 | 0.6 | 0.62 |
| Hex | D8 | 65 | 7D | 0 | 35 | 2A | F | 15B | 3C | 3E |
| Octal | 330 | 145 | 175 | 0 | 65 | 52 | 17 | 533 | 74 | 76 |
| Binary | 11011000 | 1100101 | 1111101 | 0 | 110101 | 101010 | 1111 | 101011011 | 111100 | 111110 |
Color Harmonies of #D8657D
Complementary color
Monochromatic Colors of #D8657D
Black with #D8657D
Text Example
Text Example
White with #D8657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8657D; }
p { color: rgb(216,101,125); }
H1.HeaderClassName
{
color: #D8657D;
}
.AnyTagClassName
{
color: #D8657D;
}
</style>
background-color css
<style>
a { background-color: #D8657D; }
a { background-color: rgb(216,101,125); }
div.DivClassName
{
background-color: #D8657D;
}
.BgClassName
{
background-color: #D8657D;
}
</style>
border-color css
<style>
span { border-color: #D8657D; }
span { border-color: rgb(216,101,125); }
td.TdClassName
{
border-color: #D8657D;
}
.TagClassName
{
border-color: #D8657D;
}
</style>