Shades of Deep Blush #DB677F
Tints of Deep Blush #DB677F
RGB
CMYK
RGB Variations
Color information
#DB677F (or 0xDB677F) is known color: Deep Blush. HEX triplet: DB, 67 and 7F. RGB value is (219,103,127). Sum of RGB (Red+Green+Blue) = 219+103+127=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB677F is #249880. Grayscale: #8C8C8C. Windows color (decimal): -2398337 or 8349659. OLE color: 8349659.
HSL color Cylindrical-coordinate representation of color #DB677F: hue angle of 347.59º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB677F is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 127 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.14 |
| HSL | 347.59º | 0.62% | 0.63% | - |
| HSV(B) | 347.59º | 0.53% | 0.86% | - |
| XYZ | 37.89 | 26.29 | 23.16 | - |
| YUV | 140.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 127 | 0 | 0.53 | 0.42 | 0.14 | 347.59 | 0.62 | 0.63 |
| Hex | DB | 67 | 7F | 0 | 35 | 2A | E | 15C | 3E | 3F |
| Octal | 333 | 147 | 177 | 0 | 65 | 52 | 16 | 534 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1111111 | 0 | 110101 | 101010 | 1110 | 101011100 | 111110 | 111111 |
Color Harmonies of #DB677F
Complementary color
Monochromatic Colors of #DB677F
Black with #DB677F
Text Example
Text Example
White with #DB677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB677F; }
p { color: rgb(219,103,127); }
H1.HeaderClassName
{
color: #DB677F;
}
.AnyTagClassName
{
color: #DB677F;
}
</style>
background-color css
<style>
a { background-color: #DB677F; }
a { background-color: rgb(219,103,127); }
div.DivClassName
{
background-color: #DB677F;
}
.BgClassName
{
background-color: #DB677F;
}
</style>
border-color css
<style>
span { border-color: #DB677F; }
span { border-color: rgb(219,103,127); }
td.TdClassName
{
border-color: #DB677F;
}
.TagClassName
{
border-color: #DB677F;
}
</style>