Shades of Deep Blush #D96380
Tints of Deep Blush #D96380
RGB
CMYK
RGB Variations
Color information
#D96380 (or 0xD96380) is known color: Deep Blush. HEX triplet: D9, 63 and 80. RGB value is (217,99,128). Sum of RGB (Red+Green+Blue) = 217+99+128=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D96380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96380 is #269C7F. Grayscale: #898989. Windows color (decimal): -2530432 or 8414169. OLE color: 8414169.
HSL color Cylindrical-coordinate representation of color #D96380: hue angle of 345.25º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96380 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 128 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.15 |
| HSL | 345.25º | 0.61% | 0.62% | - |
| HSV(B) | 345.25º | 0.54% | 0.85% | - |
| XYZ | 36.97 | 25.23 | 23.34 | - |
| YUV | 137.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 128 | 0 | 0.54 | 0.41 | 0.15 | 345.25 | 0.61 | 0.62 |
| Hex | D9 | 63 | 80 | 0 | 36 | 29 | F | 159 | 3D | 3E |
| Octal | 331 | 143 | 200 | 0 | 66 | 51 | 17 | 531 | 75 | 76 |
| Binary | 11011001 | 1100011 | 10000000 | 0 | 110110 | 101001 | 1111 | 101011001 | 111101 | 111110 |
Color Harmonies of #D96380
Complementary color
Monochromatic Colors of #D96380
Black with #D96380
Text Example
Text Example
White with #D96380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96380; }
p { color: rgb(217,99,128); }
H1.HeaderClassName
{
color: #D96380;
}
.AnyTagClassName
{
color: #D96380;
}
</style>
background-color css
<style>
a { background-color: #D96380; }
a { background-color: rgb(217,99,128); }
div.DivClassName
{
background-color: #D96380;
}
.BgClassName
{
background-color: #D96380;
}
</style>
border-color css
<style>
span { border-color: #D96380; }
span { border-color: rgb(217,99,128); }
td.TdClassName
{
border-color: #D96380;
}
.TagClassName
{
border-color: #D96380;
}
</style>