Shades of Deep Blush #DE7682
Tints of Deep Blush #DE7682
RGB
CMYK
RGB Variations
Color information
#DE7682 (or 0xDE7682) is known color: Deep Blush. HEX triplet: DE, 76 and 82. RGB value is (222,118,130). Sum of RGB (Red+Green+Blue) = 222+118+130=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7682 is #21897D. Grayscale: #969696. Windows color (decimal): -2197886 or 8550110. OLE color: 8550110.
HSL color Cylindrical-coordinate representation of color #DE7682: hue angle of 353.08º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE7682 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 118 | 130 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.13 |
| HSL | 353.08º | 0.61% | 0.67% | - |
| HSV(B) | 353.08º | 0.47% | 0.87% | - |
| XYZ | 40.63 | 30.1 | 24.79 | - |
| YUV | 150.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 118 | 130 | 0 | 0.47 | 0.41 | 0.13 | 353.08 | 0.61 | 0.67 |
| Hex | DE | 76 | 82 | 0 | 2F | 29 | D | 161 | 3D | 43 |
| Octal | 336 | 166 | 202 | 0 | 57 | 51 | 15 | 541 | 75 | 103 |
| Binary | 11011110 | 1110110 | 10000010 | 0 | 101111 | 101001 | 1101 | 101100001 | 111101 | 1000011 |
Color Harmonies of #DE7682
Complementary color
Monochromatic Colors of #DE7682
Black with #DE7682
Text Example
Text Example
White with #DE7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7682; }
p { color: rgb(222,118,130); }
H1.HeaderClassName
{
color: #DE7682;
}
.AnyTagClassName
{
color: #DE7682;
}
</style>
background-color css
<style>
a { background-color: #DE7682; }
a { background-color: rgb(222,118,130); }
div.DivClassName
{
background-color: #DE7682;
}
.BgClassName
{
background-color: #DE7682;
}
</style>
border-color css
<style>
span { border-color: #DE7682; }
span { border-color: rgb(222,118,130); }
td.TdClassName
{
border-color: #DE7682;
}
.TagClassName
{
border-color: #DE7682;
}
</style>