Shades of Deep Blush #D76385
Tints of Deep Blush #D76385
RGB
CMYK
RGB Variations
Color information
#D76385 (or 0xD76385) is known color: Deep Blush. HEX triplet: D7, 63 and 85. RGB value is (215,99,133). Sum of RGB (Red+Green+Blue) = 215+99+133=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D76385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76385 is #289C7A. Grayscale: #898989. Windows color (decimal): -2661499 or 8741847. OLE color: 8741847.
HSL color Cylindrical-coordinate representation of color #D76385: hue angle of 342.41º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76385 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 133 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.16 |
| HSL | 342.41º | 0.59% | 0.62% | - |
| HSV(B) | 342.41º | 0.54% | 0.84% | - |
| XYZ | 36.72 | 25.06 | 25.09 | - |
| YUV | 137.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 133 | 0 | 0.54 | 0.38 | 0.16 | 342.41 | 0.59 | 0.62 |
| Hex | D7 | 63 | 85 | 0 | 36 | 26 | 10 | 156 | 3B | 3E |
| Octal | 327 | 143 | 205 | 0 | 66 | 46 | 20 | 526 | 73 | 76 |
| Binary | 11010111 | 1100011 | 10000101 | 0 | 110110 | 100110 | 10000 | 101010110 | 111011 | 111110 |
Color Harmonies of #D76385
Complementary color
Monochromatic Colors of #D76385
Black with #D76385
Text Example
Text Example
White with #D76385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76385; }
p { color: rgb(215,99,133); }
H1.HeaderClassName
{
color: #D76385;
}
.AnyTagClassName
{
color: #D76385;
}
</style>
background-color css
<style>
a { background-color: #D76385; }
a { background-color: rgb(215,99,133); }
div.DivClassName
{
background-color: #D76385;
}
.BgClassName
{
background-color: #D76385;
}
</style>
border-color css
<style>
span { border-color: #D76385; }
span { border-color: rgb(215,99,133); }
td.TdClassName
{
border-color: #D76385;
}
.TagClassName
{
border-color: #D76385;
}
</style>