Shades of Deep Blush #DF708B
Tints of Deep Blush #DF708B
RGB
CMYK
RGB Variations
Color information
#DF708B (or 0xDF708B) is known color: Deep Blush. HEX triplet: DF, 70 and 8B. RGB value is (223,112,139). Sum of RGB (Red+Green+Blue) = 223+112+139=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF708B is #208F74. Grayscale: #949494. Windows color (decimal): -2133877 or 9138399. OLE color: 9138399.
HSL color Cylindrical-coordinate representation of color #DF708B: hue angle of 345.41º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF708B is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 139 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.13 |
| HSL | 345.41º | 0.63% | 0.66% | - |
| HSV(B) | 345.41º | 0.5% | 0.87% | - |
| XYZ | 40.89 | 29.14 | 27.9 | - |
| YUV | 148.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 139 | 0 | 0.50 | 0.38 | 0.13 | 345.41 | 0.63 | 0.66 |
| Hex | DF | 70 | 8B | 0 | 32 | 26 | D | 159 | 3F | 42 |
| Octal | 337 | 160 | 213 | 0 | 62 | 46 | 15 | 531 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10001011 | 0 | 110010 | 100110 | 1101 | 101011001 | 111111 | 1000010 |
Color Harmonies of #DF708B
Complementary color
Monochromatic Colors of #DF708B
Black with #DF708B
Text Example
Text Example
White with #DF708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF708B; }
p { color: rgb(223,112,139); }
H1.HeaderClassName
{
color: #DF708B;
}
.AnyTagClassName
{
color: #DF708B;
}
</style>
background-color css
<style>
a { background-color: #DF708B; }
a { background-color: rgb(223,112,139); }
div.DivClassName
{
background-color: #DF708B;
}
.BgClassName
{
background-color: #DF708B;
}
</style>
border-color css
<style>
span { border-color: #DF708B; }
span { border-color: rgb(223,112,139); }
td.TdClassName
{
border-color: #DF708B;
}
.TagClassName
{
border-color: #DF708B;
}
</style>