Shades of Deep Blush #D76983
Tints of Deep Blush #D76983
RGB
CMYK
RGB Variations
Color information
#D76983 (or 0xD76983) is known color: Deep Blush. HEX triplet: D7, 69 and 83. RGB value is (215,105,131). Sum of RGB (Red+Green+Blue) = 215+105+131=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D76983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76983 is #28967C. Grayscale: #8C8C8C. Windows color (decimal): -2659965 or 8612311. OLE color: 8612311.
HSL color Cylindrical-coordinate representation of color #D76983: hue angle of 345.82º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76983 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 131 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.16 |
| HSL | 345.82º | 0.58% | 0.63% | - |
| HSV(B) | 345.82º | 0.51% | 0.84% | - |
| XYZ | 37.17 | 26.19 | 24.57 | - |
| YUV | 140.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 131 | 0 | 0.51 | 0.39 | 0.16 | 345.82 | 0.58 | 0.63 |
| Hex | D7 | 69 | 83 | 0 | 33 | 27 | 10 | 15A | 3A | 3F |
| Octal | 327 | 151 | 203 | 0 | 63 | 47 | 20 | 532 | 72 | 77 |
| Binary | 11010111 | 1101001 | 10000011 | 0 | 110011 | 100111 | 10000 | 101011010 | 111010 | 111111 |
Color Harmonies of #D76983
Complementary color
Monochromatic Colors of #D76983
Black with #D76983
Text Example
Text Example
White with #D76983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76983; }
p { color: rgb(215,105,131); }
H1.HeaderClassName
{
color: #D76983;
}
.AnyTagClassName
{
color: #D76983;
}
</style>
background-color css
<style>
a { background-color: #D76983; }
a { background-color: rgb(215,105,131); }
div.DivClassName
{
background-color: #D76983;
}
.BgClassName
{
background-color: #D76983;
}
</style>
border-color css
<style>
span { border-color: #D76983; }
span { border-color: rgb(215,105,131); }
td.TdClassName
{
border-color: #D76983;
}
.TagClassName
{
border-color: #D76983;
}
</style>