Shades of Deep Blush #DB6C81
Tints of Deep Blush #DB6C81
RGB
CMYK
RGB Variations
Color information
#DB6C81 (or 0xDB6C81) is known color: Deep Blush. HEX triplet: DB, 6C and 81. RGB value is (219,108,129). Sum of RGB (Red+Green+Blue) = 219+108+129=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C81 is #24937E. Grayscale: #8F8F8F. Windows color (decimal): -2397055 or 8482011. OLE color: 8482011.
HSL color Cylindrical-coordinate representation of color #DB6C81: hue angle of 348.65º 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 #DB6C81 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 129 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.14 |
| HSL | 348.65º | 0.61% | 0.64% | - |
| HSV(B) | 348.65º | 0.51% | 0.86% | - |
| XYZ | 38.54 | 27.37 | 24.02 | - |
| YUV | 143.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 129 | 0 | 0.51 | 0.41 | 0.14 | 348.65 | 0.61 | 0.64 |
| Hex | DB | 6C | 81 | 0 | 33 | 29 | E | 15D | 3D | 40 |
| Octal | 333 | 154 | 201 | 0 | 63 | 51 | 16 | 535 | 75 | 100 |
| Binary | 11011011 | 1101100 | 10000001 | 0 | 110011 | 101001 | 1110 | 101011101 | 111101 | 1000000 |
Color Harmonies of #DB6C81
Complementary color
Monochromatic Colors of #DB6C81
Black with #DB6C81
Text Example
Text Example
White with #DB6C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C81; }
p { color: rgb(219,108,129); }
H1.HeaderClassName
{
color: #DB6C81;
}
.AnyTagClassName
{
color: #DB6C81;
}
</style>
background-color css
<style>
a { background-color: #DB6C81; }
a { background-color: rgb(219,108,129); }
div.DivClassName
{
background-color: #DB6C81;
}
.BgClassName
{
background-color: #DB6C81;
}
</style>
border-color css
<style>
span { border-color: #DB6C81; }
span { border-color: rgb(219,108,129); }
td.TdClassName
{
border-color: #DB6C81;
}
.TagClassName
{
border-color: #DB6C81;
}
</style>