Shades of Deep Blush #DB6C8B
Tints of Deep Blush #DB6C8B
RGB
CMYK
RGB Variations
Color information
#DB6C8B (or 0xDB6C8B) is known color: Deep Blush. HEX triplet: DB, 6C and 8B. RGB value is (219,108,139). Sum of RGB (Red+Green+Blue) = 219+108+139=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C8B is #249374. Grayscale: #909090. Windows color (decimal): -2397045 or 9137371. OLE color: 9137371.
HSL color Cylindrical-coordinate representation of color #DB6C8B: hue angle of 343.24º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6C8B is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 139 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.14 |
| HSL | 343.24º | 0.61% | 0.64% | - |
| HSV(B) | 343.24º | 0.51% | 0.86% | - |
| XYZ | 39.24 | 27.65 | 27.69 | - |
| YUV | 144.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 139 | 0 | 0.51 | 0.37 | 0.14 | 343.24 | 0.61 | 0.64 |
| Hex | DB | 6C | 8B | 0 | 33 | 25 | E | 157 | 3D | 40 |
| Octal | 333 | 154 | 213 | 0 | 63 | 45 | 16 | 527 | 75 | 100 |
| Binary | 11011011 | 1101100 | 10001011 | 0 | 110011 | 100101 | 1110 | 101010111 | 111101 | 1000000 |
Color Harmonies of #DB6C8B
Complementary color
Monochromatic Colors of #DB6C8B
Black with #DB6C8B
Text Example
Text Example
White with #DB6C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C8B; }
p { color: rgb(219,108,139); }
H1.HeaderClassName
{
color: #DB6C8B;
}
.AnyTagClassName
{
color: #DB6C8B;
}
</style>
background-color css
<style>
a { background-color: #DB6C8B; }
a { background-color: rgb(219,108,139); }
div.DivClassName
{
background-color: #DB6C8B;
}
.BgClassName
{
background-color: #DB6C8B;
}
</style>
border-color css
<style>
span { border-color: #DB6C8B; }
span { border-color: rgb(219,108,139); }
td.TdClassName
{
border-color: #DB6C8B;
}
.TagClassName
{
border-color: #DB6C8B;
}
</style>