Shades of Deep Blush #DB6186
Tints of Deep Blush #DB6186
RGB
CMYK
RGB Variations
Color information
#DB6186 (or 0xDB6186) is known color: Deep Blush. HEX triplet: DB, 61 and 86. RGB value is (219,97,134). Sum of RGB (Red+Green+Blue) = 219+97+134=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6186 is #249E79. Grayscale: #898989. Windows color (decimal): -2399866 or 8806875. OLE color: 8806875.
HSL color Cylindrical-coordinate representation of color #DB6186: hue angle of 341.8º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6186 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 134 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.14 |
| HSL | 341.8º | 0.63% | 0.62% | - |
| HSV(B) | 341.8º | 0.56% | 0.86% | - |
| XYZ | 37.79 | 25.33 | 25.45 | - |
| YUV | 137.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 134 | 0 | 0.56 | 0.39 | 0.14 | 341.8 | 0.63 | 0.62 |
| Hex | DB | 61 | 86 | 0 | 38 | 27 | E | 156 | 3F | 3E |
| Octal | 333 | 141 | 206 | 0 | 70 | 47 | 16 | 526 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10000110 | 0 | 111000 | 100111 | 1110 | 101010110 | 111111 | 111110 |
Color Harmonies of #DB6186
Complementary color
Monochromatic Colors of #DB6186
Black with #DB6186
Text Example
Text Example
White with #DB6186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6186; }
p { color: rgb(219,97,134); }
H1.HeaderClassName
{
color: #DB6186;
}
.AnyTagClassName
{
color: #DB6186;
}
</style>
background-color css
<style>
a { background-color: #DB6186; }
a { background-color: rgb(219,97,134); }
div.DivClassName
{
background-color: #DB6186;
}
.BgClassName
{
background-color: #DB6186;
}
</style>
border-color css
<style>
span { border-color: #DB6186; }
span { border-color: rgb(219,97,134); }
td.TdClassName
{
border-color: #DB6186;
}
.TagClassName
{
border-color: #DB6186;
}
</style>