Shades of Deep Blush #DF748E
Tints of Deep Blush #DF748E
RGB
CMYK
RGB Variations
Color information
#DF748E (or 0xDF748E) is known color: Deep Blush. HEX triplet: DF, 74 and 8E. RGB value is (223,116,142). Sum of RGB (Red+Green+Blue) = 223+116+142=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF748E is #208B71. Grayscale: #969696. Windows color (decimal): -2132850 or 9336031. OLE color: 9336031.
HSL color Cylindrical-coordinate representation of color #DF748E: hue angle of 345.42º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF748E is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 142 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.13 |
| HSL | 345.42º | 0.63% | 0.66% | - |
| HSV(B) | 345.42º | 0.48% | 0.87% | - |
| XYZ | 41.56 | 30.13 | 29.22 | - |
| YUV | 150.96 | 122.95 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 142 | 0 | 0.48 | 0.36 | 0.13 | 345.42 | 0.63 | 0.66 |
| Hex | DF | 74 | 8E | 0 | 30 | 24 | D | 159 | 3F | 42 |
| Octal | 337 | 164 | 216 | 0 | 60 | 44 | 15 | 531 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10001110 | 0 | 110000 | 100100 | 1101 | 101011001 | 111111 | 1000010 |
Color Harmonies of #DF748E
Complementary color
Monochromatic Colors of #DF748E
Black with #DF748E
Text Example
Text Example
White with #DF748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF748E; }
p { color: rgb(223,116,142); }
H1.HeaderClassName
{
color: #DF748E;
}
.AnyTagClassName
{
color: #DF748E;
}
</style>
background-color css
<style>
a { background-color: #DF748E; }
a { background-color: rgb(223,116,142); }
div.DivClassName
{
background-color: #DF748E;
}
.BgClassName
{
background-color: #DF748E;
}
</style>
border-color css
<style>
span { border-color: #DF748E; }
span { border-color: rgb(223,116,142); }
td.TdClassName
{
border-color: #DF748E;
}
.TagClassName
{
border-color: #DF748E;
}
</style>