Shades of Deep Blush #D76282
Tints of Deep Blush #D76282
RGB
CMYK
RGB Variations
Color information
#D76282 (or 0xD76282) is known color: Deep Blush. HEX triplet: D7, 62 and 82. RGB value is (215,98,130). Sum of RGB (Red+Green+Blue) = 215+98+130=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D76282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76282 is #289D7D. Grayscale: #888888. Windows color (decimal): -2661758 or 8544983. OLE color: 8544983.
HSL color Cylindrical-coordinate representation of color #D76282: hue angle of 343.59º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76282 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 130 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.16 |
| HSL | 343.59º | 0.59% | 0.61% | - |
| HSV(B) | 343.59º | 0.54% | 0.84% | - |
| XYZ | 36.42 | 24.79 | 23.99 | - |
| YUV | 136.63 | 124.26 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 130 | 0 | 0.54 | 0.40 | 0.16 | 343.59 | 0.59 | 0.61 |
| Hex | D7 | 62 | 82 | 0 | 36 | 28 | 10 | 158 | 3B | 3D |
| Octal | 327 | 142 | 202 | 0 | 66 | 50 | 20 | 530 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10000010 | 0 | 110110 | 101000 | 10000 | 101011000 | 111011 | 111101 |
Color Harmonies of #D76282
Complementary color
Monochromatic Colors of #D76282
Black with #D76282
Text Example
Text Example
White with #D76282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76282; }
p { color: rgb(215,98,130); }
H1.HeaderClassName
{
color: #D76282;
}
.AnyTagClassName
{
color: #D76282;
}
</style>
background-color css
<style>
a { background-color: #D76282; }
a { background-color: rgb(215,98,130); }
div.DivClassName
{
background-color: #D76282;
}
.BgClassName
{
background-color: #D76282;
}
</style>
border-color css
<style>
span { border-color: #D76282; }
span { border-color: rgb(215,98,130); }
td.TdClassName
{
border-color: #D76282;
}
.TagClassName
{
border-color: #D76282;
}
</style>