Shades of Deep Blush #DF7885
Tints of Deep Blush #DF7885
RGB
CMYK
RGB Variations
Color information
#DF7885 (or 0xDF7885) is known color: Deep Blush. HEX triplet: DF, 78 and 85. RGB value is (223,120,133). Sum of RGB (Red+Green+Blue) = 223+120+133=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7885 is #20877A. Grayscale: #989898. Windows color (decimal): -2131835 or 8747231. OLE color: 8747231.
HSL color Cylindrical-coordinate representation of color #DF7885: hue angle of 352.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF7885 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 133 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.13 |
| HSL | 352.43º | 0.62% | 0.67% | - |
| HSV(B) | 352.43º | 0.46% | 0.87% | - |
| XYZ | 41.38 | 30.81 | 25.96 | - |
| YUV | 152.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 133 | 0 | 0.46 | 0.40 | 0.13 | 352.43 | 0.62 | 0.67 |
| Hex | DF | 78 | 85 | 0 | 2E | 28 | D | 160 | 3E | 43 |
| Octal | 337 | 170 | 205 | 0 | 56 | 50 | 15 | 540 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10000101 | 0 | 101110 | 101000 | 1101 | 101100000 | 111110 | 1000011 |
Color Harmonies of #DF7885
Complementary color
Monochromatic Colors of #DF7885
Black with #DF7885
Text Example
Text Example
White with #DF7885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7885; }
p { color: rgb(223,120,133); }
H1.HeaderClassName
{
color: #DF7885;
}
.AnyTagClassName
{
color: #DF7885;
}
</style>
background-color css
<style>
a { background-color: #DF7885; }
a { background-color: rgb(223,120,133); }
div.DivClassName
{
background-color: #DF7885;
}
.BgClassName
{
background-color: #DF7885;
}
</style>
border-color css
<style>
span { border-color: #DF7885; }
span { border-color: rgb(223,120,133); }
td.TdClassName
{
border-color: #DF7885;
}
.TagClassName
{
border-color: #DF7885;
}
</style>