Shades of Deep Blush #D76982
Tints of Deep Blush #D76982
RGB
CMYK
RGB Variations
Color information
#D76982 (or 0xD76982) is known color: Deep Blush. HEX triplet: D7, 69 and 82. RGB value is (215,105,130). Sum of RGB (Red+Green+Blue) = 215+105+130=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D76982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76982 is #28967D. Grayscale: #8C8C8C. Windows color (decimal): -2659966 or 8546775. OLE color: 8546775.
HSL color Cylindrical-coordinate representation of color #D76982: hue angle of 346.36º 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 #D76982 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 130 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.16 |
| HSL | 346.36º | 0.58% | 0.63% | - |
| HSV(B) | 346.36º | 0.51% | 0.84% | - |
| XYZ | 37.11 | 26.16 | 24.21 | - |
| YUV | 140.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 130 | 0 | 0.51 | 0.40 | 0.16 | 346.36 | 0.58 | 0.63 |
| Hex | D7 | 69 | 82 | 0 | 33 | 28 | 10 | 15A | 3A | 3F |
| Octal | 327 | 151 | 202 | 0 | 63 | 50 | 20 | 532 | 72 | 77 |
| Binary | 11010111 | 1101001 | 10000010 | 0 | 110011 | 101000 | 10000 | 101011010 | 111010 | 111111 |
Color Harmonies of #D76982
Complementary color
Monochromatic Colors of #D76982
Black with #D76982
Text Example
Text Example
White with #D76982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76982; }
p { color: rgb(215,105,130); }
H1.HeaderClassName
{
color: #D76982;
}
.AnyTagClassName
{
color: #D76982;
}
</style>
background-color css
<style>
a { background-color: #D76982; }
a { background-color: rgb(215,105,130); }
div.DivClassName
{
background-color: #D76982;
}
.BgClassName
{
background-color: #D76982;
}
</style>
border-color css
<style>
span { border-color: #D76982; }
span { border-color: rgb(215,105,130); }
td.TdClassName
{
border-color: #D76982;
}
.TagClassName
{
border-color: #D76982;
}
</style>