Shades of Deep Blush #DB6F81
Tints of Deep Blush #DB6F81
RGB
CMYK
RGB Variations
Color information
#DB6F81 (or 0xDB6F81) is known color: Deep Blush. HEX triplet: DB, 6F and 81. RGB value is (219,111,129). Sum of RGB (Red+Green+Blue) = 219+111+129=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F81 is #24907E. Grayscale: #919191. Windows color (decimal): -2396287 or 8482779. OLE color: 8482779.
HSL color Cylindrical-coordinate representation of color #DB6F81: hue angle of 350º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6F81 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 129 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.14 |
| HSL | 350º | 0.6% | 0.65% | - |
| HSV(B) | 350º | 0.49% | 0.86% | - |
| XYZ | 38.86 | 28.01 | 24.13 | - |
| YUV | 145.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 129 | 0 | 0.49 | 0.41 | 0.14 | 350 | 0.6 | 0.65 |
| Hex | DB | 6F | 81 | 0 | 31 | 29 | E | 15E | 3C | 41 |
| Octal | 333 | 157 | 201 | 0 | 61 | 51 | 16 | 536 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10000001 | 0 | 110001 | 101001 | 1110 | 101011110 | 111100 | 1000001 |
Color Harmonies of #DB6F81
Complementary color
Monochromatic Colors of #DB6F81
Black with #DB6F81
Text Example
Text Example
White with #DB6F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F81; }
p { color: rgb(219,111,129); }
H1.HeaderClassName
{
color: #DB6F81;
}
.AnyTagClassName
{
color: #DB6F81;
}
</style>
background-color css
<style>
a { background-color: #DB6F81; }
a { background-color: rgb(219,111,129); }
div.DivClassName
{
background-color: #DB6F81;
}
.BgClassName
{
background-color: #DB6F81;
}
</style>
border-color css
<style>
span { border-color: #DB6F81; }
span { border-color: rgb(219,111,129); }
td.TdClassName
{
border-color: #DB6F81;
}
.TagClassName
{
border-color: #DB6F81;
}
</style>