Shades of Deep Blush #DE6682
Tints of Deep Blush #DE6682
RGB
CMYK
RGB Variations
Color information
#DE6682 (or 0xDE6682) is known color: Deep Blush. HEX triplet: DE, 66 and 82. RGB value is (222,102,130). Sum of RGB (Red+Green+Blue) = 222+102+130=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6682 is #21997D. Grayscale: #8D8D8D. Windows color (decimal): -2201982 or 8546014. OLE color: 8546014.
HSL color Cylindrical-coordinate representation of color #DE6682: hue angle of 346º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE6682 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 130 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.13 |
| HSL | 346º | 0.65% | 0.64% | - |
| HSV(B) | 346º | 0.54% | 0.87% | - |
| XYZ | 38.9 | 26.64 | 24.21 | - |
| YUV | 141.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 130 | 0 | 0.54 | 0.41 | 0.13 | 346 | 0.65 | 0.64 |
| Hex | DE | 66 | 82 | 0 | 36 | 29 | D | 15A | 41 | 40 |
| Octal | 336 | 146 | 202 | 0 | 66 | 51 | 15 | 532 | 101 | 100 |
| Binary | 11011110 | 1100110 | 10000010 | 0 | 110110 | 101001 | 1101 | 101011010 | 1000001 | 1000000 |
Color Harmonies of #DE6682
Complementary color
Monochromatic Colors of #DE6682
Black with #DE6682
Text Example
Text Example
White with #DE6682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6682; }
p { color: rgb(222,102,130); }
H1.HeaderClassName
{
color: #DE6682;
}
.AnyTagClassName
{
color: #DE6682;
}
</style>
background-color css
<style>
a { background-color: #DE6682; }
a { background-color: rgb(222,102,130); }
div.DivClassName
{
background-color: #DE6682;
}
.BgClassName
{
background-color: #DE6682;
}
</style>
border-color css
<style>
span { border-color: #DE6682; }
span { border-color: rgb(222,102,130); }
td.TdClassName
{
border-color: #DE6682;
}
.TagClassName
{
border-color: #DE6682;
}
</style>