Shades of Deep Blush #DB6B7F
Tints of Deep Blush #DB6B7F
RGB
CMYK
RGB Variations
Color information
#DB6B7F (or 0xDB6B7F) is known color: Deep Blush. HEX triplet: DB, 6B and 7F. RGB value is (219,107,127). Sum of RGB (Red+Green+Blue) = 219+107+127=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B7F is #249480. Grayscale: #8E8E8E. Windows color (decimal): -2397313 or 8350683. OLE color: 8350683.
HSL color Cylindrical-coordinate representation of color #DB6B7F: hue angle of 349.29º 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 #DB6B7F is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 127 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.14 |
| HSL | 349.29º | 0.61% | 0.64% | - |
| HSV(B) | 349.29º | 0.51% | 0.86% | - |
| XYZ | 38.3 | 27.11 | 23.29 | - |
| YUV | 142.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 127 | 0 | 0.51 | 0.42 | 0.14 | 349.29 | 0.61 | 0.64 |
| Hex | DB | 6B | 7F | 0 | 33 | 2A | E | 15D | 3D | 40 |
| Octal | 333 | 153 | 177 | 0 | 63 | 52 | 16 | 535 | 75 | 100 |
| Binary | 11011011 | 1101011 | 1111111 | 0 | 110011 | 101010 | 1110 | 101011101 | 111101 | 1000000 |
Color Harmonies of #DB6B7F
Complementary color
Monochromatic Colors of #DB6B7F
Black with #DB6B7F
Text Example
Text Example
White with #DB6B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B7F; }
p { color: rgb(219,107,127); }
H1.HeaderClassName
{
color: #DB6B7F;
}
.AnyTagClassName
{
color: #DB6B7F;
}
</style>
background-color css
<style>
a { background-color: #DB6B7F; }
a { background-color: rgb(219,107,127); }
div.DivClassName
{
background-color: #DB6B7F;
}
.BgClassName
{
background-color: #DB6B7F;
}
</style>
border-color css
<style>
span { border-color: #DB6B7F; }
span { border-color: rgb(219,107,127); }
td.TdClassName
{
border-color: #DB6B7F;
}
.TagClassName
{
border-color: #DB6B7F;
}
</style>