Shades of Deep Blush #DB657F
Tints of Deep Blush #DB657F
RGB
CMYK
RGB Variations
Color information
#DB657F (or 0xDB657F) is known color: Deep Blush. HEX triplet: DB, 65 and 7F. RGB value is (219,101,127). Sum of RGB (Red+Green+Blue) = 219+101+127=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB657F is #249A80. Grayscale: #8B8B8B. Windows color (decimal): -2398849 or 8349147. OLE color: 8349147.
HSL color Cylindrical-coordinate representation of color #DB657F: hue angle of 346.78º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB657F is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 127 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.14 |
| HSL | 346.78º | 0.62% | 0.63% | - |
| HSV(B) | 346.78º | 0.54% | 0.86% | - |
| XYZ | 37.7 | 25.9 | 23.09 | - |
| YUV | 139.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 127 | 0 | 0.54 | 0.42 | 0.14 | 346.78 | 0.62 | 0.63 |
| Hex | DB | 65 | 7F | 0 | 36 | 2A | E | 15B | 3E | 3F |
| Octal | 333 | 145 | 177 | 0 | 66 | 52 | 16 | 533 | 76 | 77 |
| Binary | 11011011 | 1100101 | 1111111 | 0 | 110110 | 101010 | 1110 | 101011011 | 111110 | 111111 |
Color Harmonies of #DB657F
Complementary color
Monochromatic Colors of #DB657F
Black with #DB657F
Text Example
Text Example
White with #DB657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB657F; }
p { color: rgb(219,101,127); }
H1.HeaderClassName
{
color: #DB657F;
}
.AnyTagClassName
{
color: #DB657F;
}
</style>
background-color css
<style>
a { background-color: #DB657F; }
a { background-color: rgb(219,101,127); }
div.DivClassName
{
background-color: #DB657F;
}
.BgClassName
{
background-color: #DB657F;
}
</style>
border-color css
<style>
span { border-color: #DB657F; }
span { border-color: rgb(219,101,127); }
td.TdClassName
{
border-color: #DB657F;
}
.TagClassName
{
border-color: #DB657F;
}
</style>