Shades of Deep Blush #DB6F85
Tints of Deep Blush #DB6F85
RGB
CMYK
RGB Variations
Color information
#DB6F85 (or 0xDB6F85) is known color: Deep Blush. HEX triplet: DB, 6F and 85. RGB value is (219,111,133). Sum of RGB (Red+Green+Blue) = 219+111+133=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F85 is #24907A. Grayscale: #919191. Windows color (decimal): -2396283 or 8744923. OLE color: 8744923.
HSL color Cylindrical-coordinate representation of color #DB6F85: hue angle of 347.78º 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 #DB6F85 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 133 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.14 |
| HSL | 347.78º | 0.6% | 0.65% | - |
| HSV(B) | 347.78º | 0.49% | 0.86% | - |
| XYZ | 39.13 | 28.12 | 25.56 | - |
| YUV | 145.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 133 | 0 | 0.49 | 0.39 | 0.14 | 347.78 | 0.6 | 0.65 |
| Hex | DB | 6F | 85 | 0 | 31 | 27 | E | 15C | 3C | 41 |
| Octal | 333 | 157 | 205 | 0 | 61 | 47 | 16 | 534 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10000101 | 0 | 110001 | 100111 | 1110 | 101011100 | 111100 | 1000001 |
Color Harmonies of #DB6F85
Complementary color
Monochromatic Colors of #DB6F85
Black with #DB6F85
Text Example
Text Example
White with #DB6F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F85; }
p { color: rgb(219,111,133); }
H1.HeaderClassName
{
color: #DB6F85;
}
.AnyTagClassName
{
color: #DB6F85;
}
</style>
background-color css
<style>
a { background-color: #DB6F85; }
a { background-color: rgb(219,111,133); }
div.DivClassName
{
background-color: #DB6F85;
}
.BgClassName
{
background-color: #DB6F85;
}
</style>
border-color css
<style>
span { border-color: #DB6F85; }
span { border-color: rgb(219,111,133); }
td.TdClassName
{
border-color: #DB6F85;
}
.TagClassName
{
border-color: #DB6F85;
}
</style>