Shades of Deep Blush #D97380
Tints of Deep Blush #D97380
RGB
CMYK
RGB Variations
Color information
#D97380 (or 0xD97380) is known color: Deep Blush. HEX triplet: D9, 73 and 80. RGB value is (217,115,128). Sum of RGB (Red+Green+Blue) = 217+115+128=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D97380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97380 is #268C7F. Grayscale: #939393. Windows color (decimal): -2526336 or 8418265. OLE color: 8418265.
HSL color Cylindrical-coordinate representation of color #D97380: hue angle of 352.35º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97380 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 128 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.15 |
| HSL | 352.35º | 0.57% | 0.65% | - |
| HSV(B) | 352.35º | 0.47% | 0.85% | - |
| XYZ | 38.64 | 28.57 | 23.9 | - |
| YUV | 146.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 128 | 0 | 0.47 | 0.41 | 0.15 | 352.35 | 0.57 | 0.65 |
| Hex | D9 | 73 | 80 | 0 | 2F | 29 | F | 160 | 39 | 41 |
| Octal | 331 | 163 | 200 | 0 | 57 | 51 | 17 | 540 | 71 | 101 |
| Binary | 11011001 | 1110011 | 10000000 | 0 | 101111 | 101001 | 1111 | 101100000 | 111001 | 1000001 |
Color Harmonies of #D97380
Complementary color
Monochromatic Colors of #D97380
Black with #D97380
Text Example
Text Example
White with #D97380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97380; }
p { color: rgb(217,115,128); }
H1.HeaderClassName
{
color: #D97380;
}
.AnyTagClassName
{
color: #D97380;
}
</style>
background-color css
<style>
a { background-color: #D97380; }
a { background-color: rgb(217,115,128); }
div.DivClassName
{
background-color: #D97380;
}
.BgClassName
{
background-color: #D97380;
}
</style>
border-color css
<style>
span { border-color: #D97380; }
span { border-color: rgb(217,115,128); }
td.TdClassName
{
border-color: #D97380;
}
.TagClassName
{
border-color: #D97380;
}
</style>