Shades of Deep Blush #DB718B
Tints of Deep Blush #DB718B
RGB
CMYK
RGB Variations
Color information
#DB718B (or 0xDB718B) is known color: Deep Blush. HEX triplet: DB, 71 and 8B. RGB value is (219,113,139). Sum of RGB (Red+Green+Blue) = 219+113+139=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB718B is #248E74. Grayscale: #939393. Windows color (decimal): -2395765 or 9138651. OLE color: 9138651.
HSL color Cylindrical-coordinate representation of color #DB718B: hue angle of 345.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB718B is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 139 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.14 |
| HSL | 345.28º | 0.6% | 0.65% | - |
| HSV(B) | 345.28º | 0.48% | 0.86% | - |
| XYZ | 39.78 | 28.73 | 27.88 | - |
| YUV | 147.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 139 | 0 | 0.48 | 0.37 | 0.14 | 345.28 | 0.6 | 0.65 |
| Hex | DB | 71 | 8B | 0 | 30 | 25 | E | 159 | 3C | 41 |
| Octal | 333 | 161 | 213 | 0 | 60 | 45 | 16 | 531 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10001011 | 0 | 110000 | 100101 | 1110 | 101011001 | 111100 | 1000001 |
Color Harmonies of #DB718B
Complementary color
Monochromatic Colors of #DB718B
Black with #DB718B
Text Example
Text Example
White with #DB718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB718B; }
p { color: rgb(219,113,139); }
H1.HeaderClassName
{
color: #DB718B;
}
.AnyTagClassName
{
color: #DB718B;
}
</style>
background-color css
<style>
a { background-color: #DB718B; }
a { background-color: rgb(219,113,139); }
div.DivClassName
{
background-color: #DB718B;
}
.BgClassName
{
background-color: #DB718B;
}
</style>
border-color css
<style>
span { border-color: #DB718B; }
span { border-color: rgb(219,113,139); }
td.TdClassName
{
border-color: #DB718B;
}
.TagClassName
{
border-color: #DB718B;
}
</style>