Shades of Deep Blush #DB6C8A
Tints of Deep Blush #DB6C8A
RGB
CMYK
RGB Variations
Color information
#DB6C8A (or 0xDB6C8A) is known color: Deep Blush. HEX triplet: DB, 6C and 8A. RGB value is (219,108,138). Sum of RGB (Red+Green+Blue) = 219+108+138=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C8A is #249375. Grayscale: #909090. Windows color (decimal): -2397046 or 9071835. OLE color: 9071835.
HSL color Cylindrical-coordinate representation of color #DB6C8A: hue angle of 343.78º 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 #DB6C8A is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 138 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.14 |
| HSL | 343.78º | 0.61% | 0.64% | - |
| HSV(B) | 343.78º | 0.51% | 0.86% | - |
| XYZ | 39.16 | 27.62 | 27.31 | - |
| YUV | 144.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 138 | 0 | 0.51 | 0.37 | 0.14 | 343.78 | 0.61 | 0.64 |
| Hex | DB | 6C | 8A | 0 | 33 | 25 | E | 158 | 3D | 40 |
| Octal | 333 | 154 | 212 | 0 | 63 | 45 | 16 | 530 | 75 | 100 |
| Binary | 11011011 | 1101100 | 10001010 | 0 | 110011 | 100101 | 1110 | 101011000 | 111101 | 1000000 |
Color Harmonies of #DB6C8A
Complementary color
Monochromatic Colors of #DB6C8A
Black with #DB6C8A
Text Example
Text Example
White with #DB6C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C8A; }
p { color: rgb(219,108,138); }
H1.HeaderClassName
{
color: #DB6C8A;
}
.AnyTagClassName
{
color: #DB6C8A;
}
</style>
background-color css
<style>
a { background-color: #DB6C8A; }
a { background-color: rgb(219,108,138); }
div.DivClassName
{
background-color: #DB6C8A;
}
.BgClassName
{
background-color: #DB6C8A;
}
</style>
border-color css
<style>
span { border-color: #DB6C8A; }
span { border-color: rgb(219,108,138); }
td.TdClassName
{
border-color: #DB6C8A;
}
.TagClassName
{
border-color: #DB6C8A;
}
</style>