Shades of Deep Blush #DB6B83
Tints of Deep Blush #DB6B83
RGB
CMYK
RGB Variations
Color information
#DB6B83 (or 0xDB6B83) is known color: Deep Blush. HEX triplet: DB, 6B and 83. RGB value is (219,107,131). Sum of RGB (Red+Green+Blue) = 219+107+131=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6B83 is #24947C. Grayscale: #8F8F8F. Windows color (decimal): -2397309 or 8612827. OLE color: 8612827.
HSL color Cylindrical-coordinate representation of color #DB6B83: hue angle of 347.14º 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 #DB6B83 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 131 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.14 |
| HSL | 347.14º | 0.61% | 0.64% | - |
| HSV(B) | 347.14º | 0.51% | 0.86% | - |
| XYZ | 38.57 | 27.21 | 24.69 | - |
| YUV | 143.22 | 121.11 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 131 | 0 | 0.51 | 0.40 | 0.14 | 347.14 | 0.61 | 0.64 |
| Hex | DB | 6B | 83 | 0 | 33 | 28 | E | 15B | 3D | 40 |
| Octal | 333 | 153 | 203 | 0 | 63 | 50 | 16 | 533 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10000011 | 0 | 110011 | 101000 | 1110 | 101011011 | 111101 | 1000000 |
Color Harmonies of #DB6B83
Complementary color
Monochromatic Colors of #DB6B83
Black with #DB6B83
Text Example
Text Example
White with #DB6B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B83; }
p { color: rgb(219,107,131); }
H1.HeaderClassName
{
color: #DB6B83;
}
.AnyTagClassName
{
color: #DB6B83;
}
</style>
background-color css
<style>
a { background-color: #DB6B83; }
a { background-color: rgb(219,107,131); }
div.DivClassName
{
background-color: #DB6B83;
}
.BgClassName
{
background-color: #DB6B83;
}
</style>
border-color css
<style>
span { border-color: #DB6B83; }
span { border-color: rgb(219,107,131); }
td.TdClassName
{
border-color: #DB6B83;
}
.TagClassName
{
border-color: #DB6B83;
}
</style>