Shades of Deep Blush #D7667F
Tints of Deep Blush #D7667F
RGB
CMYK
RGB Variations
Color information
#D7667F (or 0xD7667F) is known color: Deep Blush. HEX triplet: D7, 66 and 7F. RGB value is (215,102,127). Sum of RGB (Red+Green+Blue) = 215+102+127=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7667F is #289980. Grayscale: #8A8A8A. Windows color (decimal): -2660737 or 8349399. OLE color: 8349399.
HSL color Cylindrical-coordinate representation of color #D7667F: hue angle of 346.73º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7667F is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 127 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.16 |
| HSL | 346.73º | 0.59% | 0.62% | - |
| HSV(B) | 346.73º | 0.53% | 0.84% | - |
| XYZ | 36.61 | 25.48 | 23.07 | - |
| YUV | 138.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 127 | 0 | 0.53 | 0.41 | 0.16 | 346.73 | 0.59 | 0.62 |
| Hex | D7 | 66 | 7F | 0 | 35 | 29 | 10 | 15B | 3B | 3E |
| Octal | 327 | 146 | 177 | 0 | 65 | 51 | 20 | 533 | 73 | 76 |
| Binary | 11010111 | 1100110 | 1111111 | 0 | 110101 | 101001 | 10000 | 101011011 | 111011 | 111110 |
Color Harmonies of #D7667F
Complementary color
Monochromatic Colors of #D7667F
Black with #D7667F
Text Example
Text Example
White with #D7667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7667F; }
p { color: rgb(215,102,127); }
H1.HeaderClassName
{
color: #D7667F;
}
.AnyTagClassName
{
color: #D7667F;
}
</style>
background-color css
<style>
a { background-color: #D7667F; }
a { background-color: rgb(215,102,127); }
div.DivClassName
{
background-color: #D7667F;
}
.BgClassName
{
background-color: #D7667F;
}
</style>
border-color css
<style>
span { border-color: #D7667F; }
span { border-color: rgb(215,102,127); }
td.TdClassName
{
border-color: #D7667F;
}
.TagClassName
{
border-color: #D7667F;
}
</style>