Shades of Deep Blush #DF7385
Tints of Deep Blush #DF7385
RGB
CMYK
RGB Variations
Color information
#DF7385 (or 0xDF7385) is known color: Deep Blush. HEX triplet: DF, 73 and 85. RGB value is (223,115,133). Sum of RGB (Red+Green+Blue) = 223+115+133=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7385 is #208C7A. Grayscale: #959595. Windows color (decimal): -2133115 or 8745951. OLE color: 8745951.
HSL color Cylindrical-coordinate representation of color #DF7385: hue angle of 350º 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 #DF7385 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 133 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.13 |
| HSL | 350º | 0.63% | 0.66% | - |
| HSV(B) | 350º | 0.48% | 0.87% | - |
| XYZ | 40.8 | 29.64 | 25.76 | - |
| YUV | 149.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 133 | 0 | 0.48 | 0.40 | 0.13 | 350 | 0.63 | 0.66 |
| Hex | DF | 73 | 85 | 0 | 30 | 28 | D | 15E | 3F | 42 |
| Octal | 337 | 163 | 205 | 0 | 60 | 50 | 15 | 536 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10000101 | 0 | 110000 | 101000 | 1101 | 101011110 | 111111 | 1000010 |
Color Harmonies of #DF7385
Complementary color
Monochromatic Colors of #DF7385
Black with #DF7385
Text Example
Text Example
White with #DF7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7385; }
p { color: rgb(223,115,133); }
H1.HeaderClassName
{
color: #DF7385;
}
.AnyTagClassName
{
color: #DF7385;
}
</style>
background-color css
<style>
a { background-color: #DF7385; }
a { background-color: rgb(223,115,133); }
div.DivClassName
{
background-color: #DF7385;
}
.BgClassName
{
background-color: #DF7385;
}
</style>
border-color css
<style>
span { border-color: #DF7385; }
span { border-color: rgb(223,115,133); }
td.TdClassName
{
border-color: #DF7385;
}
.TagClassName
{
border-color: #DF7385;
}
</style>