Shades of Deep Blush #D76381
Tints of Deep Blush #D76381
RGB
CMYK
RGB Variations
Color information
#D76381 (or 0xD76381) is known color: Deep Blush. HEX triplet: D7, 63 and 81. RGB value is (215,99,129). Sum of RGB (Red+Green+Blue) = 215+99+129=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D76381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76381 is #289C7E. Grayscale: #898989. Windows color (decimal): -2661503 or 8479703. OLE color: 8479703.
HSL color Cylindrical-coordinate representation of color #D76381: hue angle of 344.48º 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 #D76381 is Cyan = 0, Magento = 0.54, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 129 | - |
| CMYK | 0 | 0.54 | 0.4 | 0.16 |
| HSL | 344.48º | 0.59% | 0.62% | - |
| HSV(B) | 344.48º | 0.54% | 0.84% | - |
| XYZ | 36.45 | 24.96 | 23.66 | - |
| YUV | 137.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 129 | 0 | 0.54 | 0.4 | 0.16 | 344.48 | 0.59 | 0.62 |
| Hex | D7 | 63 | 81 | 0 | 36 | 28 | 10 | 158 | 3B | 3E |
| Octal | 327 | 143 | 201 | 0 | 66 | 50 | 20 | 530 | 73 | 76 |
| Binary | 11010111 | 1100011 | 10000001 | 0 | 110110 | 101000 | 10000 | 101011000 | 111011 | 111110 |
Color Harmonies of #D76381
Complementary color
Monochromatic Colors of #D76381
Black with #D76381
Text Example
Text Example
White with #D76381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76381; }
p { color: rgb(215,99,129); }
H1.HeaderClassName
{
color: #D76381;
}
.AnyTagClassName
{
color: #D76381;
}
</style>
background-color css
<style>
a { background-color: #D76381; }
a { background-color: rgb(215,99,129); }
div.DivClassName
{
background-color: #D76381;
}
.BgClassName
{
background-color: #D76381;
}
</style>
border-color css
<style>
span { border-color: #D76381; }
span { border-color: rgb(215,99,129); }
td.TdClassName
{
border-color: #D76381;
}
.TagClassName
{
border-color: #D76381;
}
</style>