Shades of Deep Blush #DB758C
Tints of Deep Blush #DB758C
RGB
CMYK
RGB Variations
Color information
#DB758C (or 0xDB758C) is known color: Deep Blush. HEX triplet: DB, 75 and 8C. RGB value is (219,117,140). Sum of RGB (Red+Green+Blue) = 219+117+140=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB758C is #248A73. Grayscale: #969696. Windows color (decimal): -2394740 or 9205211. OLE color: 9205211.
HSL color Cylindrical-coordinate representation of color #DB758C: hue angle of 346.47º 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 #DB758C is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 140 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.14 |
| HSL | 346.47º | 0.59% | 0.66% | - |
| HSV(B) | 346.47º | 0.47% | 0.86% | - |
| XYZ | 40.31 | 29.68 | 28.41 | - |
| YUV | 150.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 140 | 0 | 0.47 | 0.36 | 0.14 | 346.47 | 0.59 | 0.66 |
| Hex | DB | 75 | 8C | 0 | 2F | 24 | E | 15A | 3B | 42 |
| Octal | 333 | 165 | 214 | 0 | 57 | 44 | 16 | 532 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10001100 | 0 | 101111 | 100100 | 1110 | 101011010 | 111011 | 1000010 |
Color Harmonies of #DB758C
Complementary color
Monochromatic Colors of #DB758C
Black with #DB758C
Text Example
Text Example
White with #DB758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB758C; }
p { color: rgb(219,117,140); }
H1.HeaderClassName
{
color: #DB758C;
}
.AnyTagClassName
{
color: #DB758C;
}
</style>
background-color css
<style>
a { background-color: #DB758C; }
a { background-color: rgb(219,117,140); }
div.DivClassName
{
background-color: #DB758C;
}
.BgClassName
{
background-color: #DB758C;
}
</style>
border-color css
<style>
span { border-color: #DB758C; }
span { border-color: rgb(219,117,140); }
td.TdClassName
{
border-color: #DB758C;
}
.TagClassName
{
border-color: #DB758C;
}
</style>