Shades of Deep Blush #DF7883
Tints of Deep Blush #DF7883
RGB
CMYK
RGB Variations
Color information
#DF7883 (or 0xDF7883) is known color: Deep Blush. HEX triplet: DF, 78 and 83. RGB value is (223,120,131). Sum of RGB (Red+Green+Blue) = 223+120+131=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7883 is #20877C. Grayscale: #989898. Windows color (decimal): -2131837 or 8616159. OLE color: 8616159.
HSL color Cylindrical-coordinate representation of color #DF7883: hue angle of 353.59º 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 #DF7883 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 131 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.13 |
| HSL | 353.59º | 0.62% | 0.67% | - |
| HSV(B) | 353.59º | 0.46% | 0.87% | - |
| XYZ | 41.24 | 30.76 | 25.24 | - |
| YUV | 152.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 131 | 0 | 0.46 | 0.41 | 0.13 | 353.59 | 0.62 | 0.67 |
| Hex | DF | 78 | 83 | 0 | 2E | 29 | D | 162 | 3E | 43 |
| Octal | 337 | 170 | 203 | 0 | 56 | 51 | 15 | 542 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10000011 | 0 | 101110 | 101001 | 1101 | 101100010 | 111110 | 1000011 |
Color Harmonies of #DF7883
Complementary color
Monochromatic Colors of #DF7883
Black with #DF7883
Text Example
Text Example
White with #DF7883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7883; }
p { color: rgb(223,120,131); }
H1.HeaderClassName
{
color: #DF7883;
}
.AnyTagClassName
{
color: #DF7883;
}
</style>
background-color css
<style>
a { background-color: #DF7883; }
a { background-color: rgb(223,120,131); }
div.DivClassName
{
background-color: #DF7883;
}
.BgClassName
{
background-color: #DF7883;
}
</style>
border-color css
<style>
span { border-color: #DF7883; }
span { border-color: rgb(223,120,131); }
td.TdClassName
{
border-color: #DF7883;
}
.TagClassName
{
border-color: #DF7883;
}
</style>