Shades of Deep Blush #D76281
Tints of Deep Blush #D76281
RGB
CMYK
RGB Variations
Color information
#D76281 (or 0xD76281) is known color: Deep Blush. HEX triplet: D7, 62 and 81. RGB value is (215,98,129). Sum of RGB (Red+Green+Blue) = 215+98+129=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D76281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76281 is #289D7E. Grayscale: #888888. Windows color (decimal): -2661759 or 8479447. OLE color: 8479447.
HSL color Cylindrical-coordinate representation of color #D76281: hue angle of 344.1º 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 #D76281 is Cyan = 0, Magento = 0.54, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 129 | - |
| CMYK | 0 | 0.54 | 0.4 | 0.16 |
| HSL | 344.1º | 0.59% | 0.61% | - |
| HSV(B) | 344.1º | 0.54% | 0.84% | - |
| XYZ | 36.35 | 24.77 | 23.63 | - |
| YUV | 136.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 129 | 0 | 0.54 | 0.4 | 0.16 | 344.1 | 0.59 | 0.61 |
| Hex | D7 | 62 | 81 | 0 | 36 | 28 | 10 | 158 | 3B | 3D |
| Octal | 327 | 142 | 201 | 0 | 66 | 50 | 20 | 530 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10000001 | 0 | 110110 | 101000 | 10000 | 101011000 | 111011 | 111101 |
Color Harmonies of #D76281
Complementary color
Monochromatic Colors of #D76281
Black with #D76281
Text Example
Text Example
White with #D76281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76281; }
p { color: rgb(215,98,129); }
H1.HeaderClassName
{
color: #D76281;
}
.AnyTagClassName
{
color: #D76281;
}
</style>
background-color css
<style>
a { background-color: #D76281; }
a { background-color: rgb(215,98,129); }
div.DivClassName
{
background-color: #D76281;
}
.BgClassName
{
background-color: #D76281;
}
</style>
border-color css
<style>
span { border-color: #D76281; }
span { border-color: rgb(215,98,129); }
td.TdClassName
{
border-color: #D76281;
}
.TagClassName
{
border-color: #D76281;
}
</style>