Shades of Deep Blush #DF7187
Tints of Deep Blush #DF7187
RGB
CMYK
RGB Variations
Color information
#DF7187 (or 0xDF7187) is known color: Deep Blush. HEX triplet: DF, 71 and 87. RGB value is (223,113,135). Sum of RGB (Red+Green+Blue) = 223+113+135=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7187 is #208E78. Grayscale: #949494. Windows color (decimal): -2133625 or 8876511. OLE color: 8876511.
HSL color Cylindrical-coordinate representation of color #DF7187: hue angle of 348º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7187 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 135 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.13 |
| HSL | 348º | 0.63% | 0.66% | - |
| HSV(B) | 348º | 0.49% | 0.87% | - |
| XYZ | 40.71 | 29.25 | 26.42 | - |
| YUV | 148.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 135 | 0 | 0.49 | 0.39 | 0.13 | 348 | 0.63 | 0.66 |
| Hex | DF | 71 | 87 | 0 | 31 | 27 | D | 15C | 3F | 42 |
| Octal | 337 | 161 | 207 | 0 | 61 | 47 | 15 | 534 | 77 | 102 |
| Binary | 11011111 | 1110001 | 10000111 | 0 | 110001 | 100111 | 1101 | 101011100 | 111111 | 1000010 |
Color Harmonies of #DF7187
Complementary color
Monochromatic Colors of #DF7187
Black with #DF7187
Text Example
Text Example
White with #DF7187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7187; }
p { color: rgb(223,113,135); }
H1.HeaderClassName
{
color: #DF7187;
}
.AnyTagClassName
{
color: #DF7187;
}
</style>
background-color css
<style>
a { background-color: #DF7187; }
a { background-color: rgb(223,113,135); }
div.DivClassName
{
background-color: #DF7187;
}
.BgClassName
{
background-color: #DF7187;
}
</style>
border-color css
<style>
span { border-color: #DF7187; }
span { border-color: rgb(223,113,135); }
td.TdClassName
{
border-color: #DF7187;
}
.TagClassName
{
border-color: #DF7187;
}
</style>