Shades of Deep Blush #DB758D
Tints of Deep Blush #DB758D
RGB
CMYK
RGB Variations
Color information
#DB758D (or 0xDB758D) is known color: Deep Blush. HEX triplet: DB, 75 and 8D. RGB value is (219,117,141). Sum of RGB (Red+Green+Blue) = 219+117+141=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB758D is #248A72. Grayscale: #969696. Windows color (decimal): -2394739 or 9270747. OLE color: 9270747.
HSL color Cylindrical-coordinate representation of color #DB758D: hue angle of 345.88º 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 #DB758D is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 141 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.14 |
| HSL | 345.88º | 0.59% | 0.66% | - |
| HSV(B) | 345.88º | 0.47% | 0.86% | - |
| XYZ | 40.38 | 29.71 | 28.8 | - |
| YUV | 150.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 141 | 0 | 0.47 | 0.36 | 0.14 | 345.88 | 0.59 | 0.66 |
| Hex | DB | 75 | 8D | 0 | 2F | 24 | E | 15A | 3B | 42 |
| Octal | 333 | 165 | 215 | 0 | 57 | 44 | 16 | 532 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10001101 | 0 | 101111 | 100100 | 1110 | 101011010 | 111011 | 1000010 |
Color Harmonies of #DB758D
Complementary color
Monochromatic Colors of #DB758D
Black with #DB758D
Text Example
Text Example
White with #DB758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB758D; }
p { color: rgb(219,117,141); }
H1.HeaderClassName
{
color: #DB758D;
}
.AnyTagClassName
{
color: #DB758D;
}
</style>
background-color css
<style>
a { background-color: #DB758D; }
a { background-color: rgb(219,117,141); }
div.DivClassName
{
background-color: #DB758D;
}
.BgClassName
{
background-color: #DB758D;
}
</style>
border-color css
<style>
span { border-color: #DB758D; }
span { border-color: rgb(219,117,141); }
td.TdClassName
{
border-color: #DB758D;
}
.TagClassName
{
border-color: #DB758D;
}
</style>