Shades of Deep Blush #DE7985
Tints of Deep Blush #DE7985
RGB
CMYK
RGB Variations
Color information
#DE7985 (or 0xDE7985) is known color: Deep Blush. HEX triplet: DE, 79 and 85. RGB value is (222,121,133). Sum of RGB (Red+Green+Blue) = 222+121+133=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7985 is #21867A. Grayscale: #989898. Windows color (decimal): -2197115 or 8747486. OLE color: 8747486.
HSL color Cylindrical-coordinate representation of color #DE7985: hue angle of 352.87º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7985 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 133 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.13 |
| HSL | 352.87º | 0.6% | 0.67% | - |
| HSV(B) | 352.87º | 0.45% | 0.87% | - |
| XYZ | 41.2 | 30.9 | 25.98 | - |
| YUV | 152.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 133 | 0 | 0.45 | 0.40 | 0.13 | 352.87 | 0.6 | 0.67 |
| Hex | DE | 79 | 85 | 0 | 2D | 28 | D | 161 | 3C | 43 |
| Octal | 336 | 171 | 205 | 0 | 55 | 50 | 15 | 541 | 74 | 103 |
| Binary | 11011110 | 1111001 | 10000101 | 0 | 101101 | 101000 | 1101 | 101100001 | 111100 | 1000011 |
Color Harmonies of #DE7985
Complementary color
Monochromatic Colors of #DE7985
Black with #DE7985
Text Example
Text Example
White with #DE7985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7985; }
p { color: rgb(222,121,133); }
H1.HeaderClassName
{
color: #DE7985;
}
.AnyTagClassName
{
color: #DE7985;
}
</style>
background-color css
<style>
a { background-color: #DE7985; }
a { background-color: rgb(222,121,133); }
div.DivClassName
{
background-color: #DE7985;
}
.BgClassName
{
background-color: #DE7985;
}
</style>
border-color css
<style>
span { border-color: #DE7985; }
span { border-color: rgb(222,121,133); }
td.TdClassName
{
border-color: #DE7985;
}
.TagClassName
{
border-color: #DE7985;
}
</style>