Shades of Deep Blush #DF758E
Tints of Deep Blush #DF758E
RGB
CMYK
RGB Variations
Color information
#DF758E (or 0xDF758E) is known color: Deep Blush. HEX triplet: DF, 75 and 8E. RGB value is (223,117,142). Sum of RGB (Red+Green+Blue) = 223+117+142=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF758E is #208A71. Grayscale: #979797. Windows color (decimal): -2132594 or 9336287. OLE color: 9336287.
HSL color Cylindrical-coordinate representation of color #DF758E: hue angle of 345.85º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF758E is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 142 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.13 |
| HSL | 345.85º | 0.62% | 0.67% | - |
| HSV(B) | 345.85º | 0.48% | 0.87% | - |
| XYZ | 41.68 | 30.36 | 29.26 | - |
| YUV | 151.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 142 | 0 | 0.48 | 0.36 | 0.13 | 345.85 | 0.62 | 0.67 |
| Hex | DF | 75 | 8E | 0 | 30 | 24 | D | 15A | 3E | 43 |
| Octal | 337 | 165 | 216 | 0 | 60 | 44 | 15 | 532 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10001110 | 0 | 110000 | 100100 | 1101 | 101011010 | 111110 | 1000011 |
Color Harmonies of #DF758E
Complementary color
Monochromatic Colors of #DF758E
Black with #DF758E
Text Example
Text Example
White with #DF758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF758E; }
p { color: rgb(223,117,142); }
H1.HeaderClassName
{
color: #DF758E;
}
.AnyTagClassName
{
color: #DF758E;
}
</style>
background-color css
<style>
a { background-color: #DF758E; }
a { background-color: rgb(223,117,142); }
div.DivClassName
{
background-color: #DF758E;
}
.BgClassName
{
background-color: #DF758E;
}
</style>
border-color css
<style>
span { border-color: #DF758E; }
span { border-color: rgb(223,117,142); }
td.TdClassName
{
border-color: #DF758E;
}
.TagClassName
{
border-color: #DF758E;
}
</style>