Shades of Deep Blush #DB6F7F
Tints of Deep Blush #DB6F7F
RGB
CMYK
RGB Variations
Color information
#DB6F7F (or 0xDB6F7F) is known color: Deep Blush. HEX triplet: DB, 6F and 7F. RGB value is (219,111,127). Sum of RGB (Red+Green+Blue) = 219+111+127=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F7F is #249080. Grayscale: #919191. Windows color (decimal): -2396289 or 8351707. OLE color: 8351707.
HSL color Cylindrical-coordinate representation of color #DB6F7F: hue angle of 351.11º 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 #DB6F7F is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 127 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.14 |
| HSL | 351.11º | 0.6% | 0.65% | - |
| HSV(B) | 351.11º | 0.49% | 0.86% | - |
| XYZ | 38.73 | 27.96 | 23.43 | - |
| YUV | 145.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 127 | 0 | 0.49 | 0.42 | 0.14 | 351.11 | 0.6 | 0.65 |
| Hex | DB | 6F | 7F | 0 | 31 | 2A | E | 15F | 3C | 41 |
| Octal | 333 | 157 | 177 | 0 | 61 | 52 | 16 | 537 | 74 | 101 |
| Binary | 11011011 | 1101111 | 1111111 | 0 | 110001 | 101010 | 1110 | 101011111 | 111100 | 1000001 |
Color Harmonies of #DB6F7F
Complementary color
Monochromatic Colors of #DB6F7F
Black with #DB6F7F
Text Example
Text Example
White with #DB6F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F7F; }
p { color: rgb(219,111,127); }
H1.HeaderClassName
{
color: #DB6F7F;
}
.AnyTagClassName
{
color: #DB6F7F;
}
</style>
background-color css
<style>
a { background-color: #DB6F7F; }
a { background-color: rgb(219,111,127); }
div.DivClassName
{
background-color: #DB6F7F;
}
.BgClassName
{
background-color: #DB6F7F;
}
</style>
border-color css
<style>
span { border-color: #DB6F7F; }
span { border-color: rgb(219,111,127); }
td.TdClassName
{
border-color: #DB6F7F;
}
.TagClassName
{
border-color: #DB6F7F;
}
</style>