Shades of Deep Blush #DF6E8B
Tints of Deep Blush #DF6E8B
RGB
CMYK
RGB Variations
Color information
#DF6E8B (or 0xDF6E8B) is known color: Deep Blush. HEX triplet: DF, 6E and 8B. RGB value is (223,110,139). Sum of RGB (Red+Green+Blue) = 223+110+139=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6E8B is #209174. Grayscale: #939393. Windows color (decimal): -2134389 or 9137887. OLE color: 9137887.
HSL color Cylindrical-coordinate representation of color #DF6E8B: hue angle of 344.6º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6E8B is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 139 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.13 |
| HSL | 344.6º | 0.64% | 0.65% | - |
| HSV(B) | 344.6º | 0.51% | 0.87% | - |
| XYZ | 40.67 | 28.7 | 27.82 | - |
| YUV | 147.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 139 | 0 | 0.51 | 0.38 | 0.13 | 344.6 | 0.64 | 0.65 |
| Hex | DF | 6E | 8B | 0 | 33 | 26 | D | 159 | 40 | 41 |
| Octal | 337 | 156 | 213 | 0 | 63 | 46 | 15 | 531 | 100 | 101 |
| Binary | 11011111 | 1101110 | 10001011 | 0 | 110011 | 100110 | 1101 | 101011001 | 1000000 | 1000001 |
Color Harmonies of #DF6E8B
Complementary color
Monochromatic Colors of #DF6E8B
Black with #DF6E8B
Text Example
Text Example
White with #DF6E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E8B; }
p { color: rgb(223,110,139); }
H1.HeaderClassName
{
color: #DF6E8B;
}
.AnyTagClassName
{
color: #DF6E8B;
}
</style>
background-color css
<style>
a { background-color: #DF6E8B; }
a { background-color: rgb(223,110,139); }
div.DivClassName
{
background-color: #DF6E8B;
}
.BgClassName
{
background-color: #DF6E8B;
}
</style>
border-color css
<style>
span { border-color: #DF6E8B; }
span { border-color: rgb(223,110,139); }
td.TdClassName
{
border-color: #DF6E8B;
}
.TagClassName
{
border-color: #DF6E8B;
}
</style>