Shades of Deep Blush #DB748B
Tints of Deep Blush #DB748B
RGB
CMYK
RGB Variations
Color information
#DB748B (or 0xDB748B) is known color: Deep Blush. HEX triplet: DB, 74 and 8B. RGB value is (219,116,139). Sum of RGB (Red+Green+Blue) = 219+116+139=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB748B is #248B74. Grayscale: #959595. Windows color (decimal): -2394997 or 9139419. OLE color: 9139419.
HSL color Cylindrical-coordinate representation of color #DB748B: hue angle of 346.6º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB748B is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 139 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.14 |
| HSL | 346.6º | 0.59% | 0.66% | - |
| HSV(B) | 346.6º | 0.47% | 0.86% | - |
| XYZ | 40.12 | 29.41 | 27.99 | - |
| YUV | 149.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 139 | 0 | 0.47 | 0.37 | 0.14 | 346.6 | 0.59 | 0.66 |
| Hex | DB | 74 | 8B | 0 | 2F | 25 | E | 15B | 3B | 42 |
| Octal | 333 | 164 | 213 | 0 | 57 | 45 | 16 | 533 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10001011 | 0 | 101111 | 100101 | 1110 | 101011011 | 111011 | 1000010 |
Color Harmonies of #DB748B
Complementary color
Monochromatic Colors of #DB748B
Black with #DB748B
Text Example
Text Example
White with #DB748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB748B; }
p { color: rgb(219,116,139); }
H1.HeaderClassName
{
color: #DB748B;
}
.AnyTagClassName
{
color: #DB748B;
}
</style>
background-color css
<style>
a { background-color: #DB748B; }
a { background-color: rgb(219,116,139); }
div.DivClassName
{
background-color: #DB748B;
}
.BgClassName
{
background-color: #DB748B;
}
</style>
border-color css
<style>
span { border-color: #DB748B; }
span { border-color: rgb(219,116,139); }
td.TdClassName
{
border-color: #DB748B;
}
.TagClassName
{
border-color: #DB748B;
}
</style>