Shades of Deep Blush #D76185
Tints of Deep Blush #D76185
RGB
CMYK
RGB Variations
Color information
#D76185 (or 0xD76185) is known color: Deep Blush. HEX triplet: D7, 61 and 85. RGB value is (215,97,133). Sum of RGB (Red+Green+Blue) = 215+97+133=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D76185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76185 is #289E7A. Grayscale: #888888. Windows color (decimal): -2662011 or 8741335. OLE color: 8741335.
HSL color Cylindrical-coordinate representation of color #D76185: hue angle of 341.69º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76185 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 133 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.16 |
| HSL | 341.69º | 0.6% | 0.61% | - |
| HSV(B) | 341.69º | 0.55% | 0.84% | - |
| XYZ | 36.53 | 24.69 | 25.03 | - |
| YUV | 136.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 133 | 0 | 0.55 | 0.38 | 0.16 | 341.69 | 0.6 | 0.61 |
| Hex | D7 | 61 | 85 | 0 | 37 | 26 | 10 | 156 | 3C | 3D |
| Octal | 327 | 141 | 205 | 0 | 67 | 46 | 20 | 526 | 74 | 75 |
| Binary | 11010111 | 1100001 | 10000101 | 0 | 110111 | 100110 | 10000 | 101010110 | 111100 | 111101 |
Color Harmonies of #D76185
Complementary color
Monochromatic Colors of #D76185
Black with #D76185
Text Example
Text Example
White with #D76185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76185; }
p { color: rgb(215,97,133); }
H1.HeaderClassName
{
color: #D76185;
}
.AnyTagClassName
{
color: #D76185;
}
</style>
background-color css
<style>
a { background-color: #D76185; }
a { background-color: rgb(215,97,133); }
div.DivClassName
{
background-color: #D76185;
}
.BgClassName
{
background-color: #D76185;
}
</style>
border-color css
<style>
span { border-color: #D76185; }
span { border-color: rgb(215,97,133); }
td.TdClassName
{
border-color: #D76185;
}
.TagClassName
{
border-color: #D76185;
}
</style>