Shades of Deep Blush #DF708E
Tints of Deep Blush #DF708E
RGB
CMYK
RGB Variations
Color information
#DF708E (or 0xDF708E) is known color: Deep Blush. HEX triplet: DF, 70 and 8E. RGB value is (223,112,142). Sum of RGB (Red+Green+Blue) = 223+112+142=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF708E is #208F71. Grayscale: #949494. Windows color (decimal): -2133874 or 9335007. OLE color: 9335007.
HSL color Cylindrical-coordinate representation of color #DF708E: hue angle of 343.78º 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 #DF708E is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 142 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.13 |
| HSL | 343.78º | 0.63% | 0.66% | - |
| HSV(B) | 343.78º | 0.5% | 0.87% | - |
| XYZ | 41.11 | 29.23 | 29.07 | - |
| YUV | 148.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 142 | 0 | 0.50 | 0.36 | 0.13 | 343.78 | 0.63 | 0.66 |
| Hex | DF | 70 | 8E | 0 | 32 | 24 | D | 158 | 3F | 42 |
| Octal | 337 | 160 | 216 | 0 | 62 | 44 | 15 | 530 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10001110 | 0 | 110010 | 100100 | 1101 | 101011000 | 111111 | 1000010 |
Color Harmonies of #DF708E
Complementary color
Monochromatic Colors of #DF708E
Black with #DF708E
Text Example
Text Example
White with #DF708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF708E; }
p { color: rgb(223,112,142); }
H1.HeaderClassName
{
color: #DF708E;
}
.AnyTagClassName
{
color: #DF708E;
}
</style>
background-color css
<style>
a { background-color: #DF708E; }
a { background-color: rgb(223,112,142); }
div.DivClassName
{
background-color: #DF708E;
}
.BgClassName
{
background-color: #DF708E;
}
</style>
border-color css
<style>
span { border-color: #DF708E; }
span { border-color: rgb(223,112,142); }
td.TdClassName
{
border-color: #DF708E;
}
.TagClassName
{
border-color: #DF708E;
}
</style>