Shades of Deep Blush #DF7D85
Tints of Deep Blush #DF7D85
RGB
CMYK
RGB Variations
Color information
#DF7D85 (or 0xDF7D85) is known color: Deep Blush. HEX triplet: DF, 7D and 85. RGB value is (223,125,133). Sum of RGB (Red+Green+Blue) = 223+125+133=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D85 is #20827A. Grayscale: #9B9B9B. Windows color (decimal): -2130555 or 8748511. OLE color: 8748511.
HSL color Cylindrical-coordinate representation of color #DF7D85: hue angle of 355.1º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7D85 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 133 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.13 |
| HSL | 355.1º | 0.6% | 0.68% | - |
| HSV(B) | 355.1º | 0.44% | 0.87% | - |
| XYZ | 42 | 32.05 | 26.16 | - |
| YUV | 155.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 133 | 0 | 0.44 | 0.40 | 0.13 | 355.1 | 0.6 | 0.68 |
| Hex | DF | 7D | 85 | 0 | 2C | 28 | D | 163 | 3C | 44 |
| Octal | 337 | 175 | 205 | 0 | 54 | 50 | 15 | 543 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10000101 | 0 | 101100 | 101000 | 1101 | 101100011 | 111100 | 1000100 |
Color Harmonies of #DF7D85
Complementary color
Monochromatic Colors of #DF7D85
Black with #DF7D85
Text Example
Text Example
White with #DF7D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D85; }
p { color: rgb(223,125,133); }
H1.HeaderClassName
{
color: #DF7D85;
}
.AnyTagClassName
{
color: #DF7D85;
}
</style>
background-color css
<style>
a { background-color: #DF7D85; }
a { background-color: rgb(223,125,133); }
div.DivClassName
{
background-color: #DF7D85;
}
.BgClassName
{
background-color: #DF7D85;
}
</style>
border-color css
<style>
span { border-color: #DF7D85; }
span { border-color: rgb(223,125,133); }
td.TdClassName
{
border-color: #DF7D85;
}
.TagClassName
{
border-color: #DF7D85;
}
</style>