Shades of Deep Blush #DB688A
Tints of Deep Blush #DB688A
RGB
CMYK
RGB Variations
Color information
#DB688A (or 0xDB688A) is known color: Deep Blush. HEX triplet: DB, 68 and 8A. RGB value is (219,104,138). Sum of RGB (Red+Green+Blue) = 219+104+138=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB688A is #249775. Grayscale: #8E8E8E. Windows color (decimal): -2398070 or 9070811. OLE color: 9070811.
HSL color Cylindrical-coordinate representation of color #DB688A: hue angle of 342.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB688A is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 138 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.14 |
| HSL | 342.26º | 0.61% | 0.63% | - |
| HSV(B) | 342.26º | 0.53% | 0.86% | - |
| XYZ | 38.75 | 26.8 | 27.17 | - |
| YUV | 142.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 138 | 0 | 0.53 | 0.37 | 0.14 | 342.26 | 0.61 | 0.63 |
| Hex | DB | 68 | 8A | 0 | 35 | 25 | E | 156 | 3D | 3F |
| Octal | 333 | 150 | 212 | 0 | 65 | 45 | 16 | 526 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10001010 | 0 | 110101 | 100101 | 1110 | 101010110 | 111101 | 111111 |
Color Harmonies of #DB688A
Complementary color
Monochromatic Colors of #DB688A
Black with #DB688A
Text Example
Text Example
White with #DB688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB688A; }
p { color: rgb(219,104,138); }
H1.HeaderClassName
{
color: #DB688A;
}
.AnyTagClassName
{
color: #DB688A;
}
</style>
background-color css
<style>
a { background-color: #DB688A; }
a { background-color: rgb(219,104,138); }
div.DivClassName
{
background-color: #DB688A;
}
.BgClassName
{
background-color: #DB688A;
}
</style>
border-color css
<style>
span { border-color: #DB688A; }
span { border-color: rgb(219,104,138); }
td.TdClassName
{
border-color: #DB688A;
}
.TagClassName
{
border-color: #DB688A;
}
</style>