Shades of Deep Blush #DF718B
Tints of Deep Blush #DF718B
RGB
CMYK
RGB Variations
Color information
#DF718B (or 0xDF718B) is known color: Deep Blush. HEX triplet: DF, 71 and 8B. RGB value is (223,113,139). Sum of RGB (Red+Green+Blue) = 223+113+139=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF718B is #208E74. Grayscale: #949494. Windows color (decimal): -2133621 or 9138655. OLE color: 9138655.
HSL color Cylindrical-coordinate representation of color #DF718B: hue angle of 345.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF718B is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 139 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.13 |
| HSL | 345.82º | 0.63% | 0.66% | - |
| HSV(B) | 345.82º | 0.49% | 0.87% | - |
| XYZ | 41 | 29.36 | 27.93 | - |
| YUV | 148.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 139 | 0 | 0.49 | 0.38 | 0.13 | 345.82 | 0.63 | 0.66 |
| Hex | DF | 71 | 8B | 0 | 31 | 26 | D | 15A | 3F | 42 |
| Octal | 337 | 161 | 213 | 0 | 61 | 46 | 15 | 532 | 77 | 102 |
| Binary | 11011111 | 1110001 | 10001011 | 0 | 110001 | 100110 | 1101 | 101011010 | 111111 | 1000010 |
Color Harmonies of #DF718B
Complementary color
Monochromatic Colors of #DF718B
Black with #DF718B
Text Example
Text Example
White with #DF718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF718B; }
p { color: rgb(223,113,139); }
H1.HeaderClassName
{
color: #DF718B;
}
.AnyTagClassName
{
color: #DF718B;
}
</style>
background-color css
<style>
a { background-color: #DF718B; }
a { background-color: rgb(223,113,139); }
div.DivClassName
{
background-color: #DF718B;
}
.BgClassName
{
background-color: #DF718B;
}
</style>
border-color css
<style>
span { border-color: #DF718B; }
span { border-color: rgb(223,113,139); }
td.TdClassName
{
border-color: #DF718B;
}
.TagClassName
{
border-color: #DF718B;
}
</style>