Shades of Deep Blush #DE7187
Tints of Deep Blush #DE7187
RGB
CMYK
RGB Variations
Color information
#DE7187 (or 0xDE7187) is known color: Deep Blush. HEX triplet: DE, 71 and 87. RGB value is (222,113,135). Sum of RGB (Red+Green+Blue) = 222+113+135=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7187 is #218E78. Grayscale: #949494. Windows color (decimal): -2199161 or 8876510. OLE color: 8876510.
HSL color Cylindrical-coordinate representation of color #DE7187: hue angle of 347.89º degrees, saturation: 0.62, 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 #DE7187 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 113 | 135 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.13 |
| HSL | 347.89º | 0.62% | 0.66% | - |
| HSV(B) | 347.89º | 0.49% | 0.87% | - |
| XYZ | 40.4 | 29.09 | 26.41 | - |
| YUV | 148.1 | 120.61 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 113 | 135 | 0 | 0.49 | 0.39 | 0.13 | 347.89 | 0.62 | 0.66 |
| Hex | DE | 71 | 87 | 0 | 31 | 27 | D | 15C | 3E | 42 |
| Octal | 336 | 161 | 207 | 0 | 61 | 47 | 15 | 534 | 76 | 102 |
| Binary | 11011110 | 1110001 | 10000111 | 0 | 110001 | 100111 | 1101 | 101011100 | 111110 | 1000010 |
Color Harmonies of #DE7187
Complementary color
Monochromatic Colors of #DE7187
Black with #DE7187
Text Example
Text Example
White with #DE7187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7187; }
p { color: rgb(222,113,135); }
H1.HeaderClassName
{
color: #DE7187;
}
.AnyTagClassName
{
color: #DE7187;
}
</style>
background-color css
<style>
a { background-color: #DE7187; }
a { background-color: rgb(222,113,135); }
div.DivClassName
{
background-color: #DE7187;
}
.BgClassName
{
background-color: #DE7187;
}
</style>
border-color css
<style>
span { border-color: #DE7187; }
span { border-color: rgb(222,113,135); }
td.TdClassName
{
border-color: #DE7187;
}
.TagClassName
{
border-color: #DE7187;
}
</style>