Shades of Deep Blush #DF7A8C
Tints of Deep Blush #DF7A8C
RGB
CMYK
RGB Variations
Color information
#DF7A8C (or 0xDF7A8C) is known color: Deep Blush. HEX triplet: DF, 7A and 8C. RGB value is (223,122,140). Sum of RGB (Red+Green+Blue) = 223+122+140=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7A8C is #208573. Grayscale: #9A9A9A. Windows color (decimal): -2131316 or 9206495. OLE color: 9206495.
HSL color Cylindrical-coordinate representation of color #DF7A8C: hue angle of 349.31º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7A8C is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 140 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.13 |
| HSL | 349.31º | 0.61% | 0.68% | - |
| HSV(B) | 349.31º | 0.45% | 0.87% | - |
| XYZ | 42.12 | 31.5 | 28.67 | - |
| YUV | 154.25 | 119.96 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 140 | 0 | 0.45 | 0.37 | 0.13 | 349.31 | 0.61 | 0.68 |
| Hex | DF | 7A | 8C | 0 | 2D | 25 | D | 15D | 3D | 44 |
| Octal | 337 | 172 | 214 | 0 | 55 | 45 | 15 | 535 | 75 | 104 |
| Binary | 11011111 | 1111010 | 10001100 | 0 | 101101 | 100101 | 1101 | 101011101 | 111101 | 1000100 |
Color Harmonies of #DF7A8C
Complementary color
Monochromatic Colors of #DF7A8C
Black with #DF7A8C
Text Example
Text Example
White with #DF7A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A8C; }
p { color: rgb(223,122,140); }
H1.HeaderClassName
{
color: #DF7A8C;
}
.AnyTagClassName
{
color: #DF7A8C;
}
</style>
background-color css
<style>
a { background-color: #DF7A8C; }
a { background-color: rgb(223,122,140); }
div.DivClassName
{
background-color: #DF7A8C;
}
.BgClassName
{
background-color: #DF7A8C;
}
</style>
border-color css
<style>
span { border-color: #DF7A8C; }
span { border-color: rgb(223,122,140); }
td.TdClassName
{
border-color: #DF7A8C;
}
.TagClassName
{
border-color: #DF7A8C;
}
</style>