Shades of Deep Blush #DB677E
Tints of Deep Blush #DB677E
RGB
CMYK
RGB Variations
Color information
#DB677E (or 0xDB677E) is known color: Deep Blush. HEX triplet: DB, 67 and 7E. RGB value is (219,103,126). Sum of RGB (Red+Green+Blue) = 219+103+126=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB677E is #249881. Grayscale: #8C8C8C. Windows color (decimal): -2398338 or 8284123. OLE color: 8284123.
HSL color Cylindrical-coordinate representation of color #DB677E: hue angle of 348.1º 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 #DB677E is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 126 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.14 |
| HSL | 348.1º | 0.62% | 0.63% | - |
| HSV(B) | 348.1º | 0.53% | 0.86% | - |
| XYZ | 37.83 | 26.27 | 22.81 | - |
| YUV | 140.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 126 | 0 | 0.53 | 0.42 | 0.14 | 348.1 | 0.62 | 0.63 |
| Hex | DB | 67 | 7E | 0 | 35 | 2A | E | 15C | 3E | 3F |
| Octal | 333 | 147 | 176 | 0 | 65 | 52 | 16 | 534 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1111110 | 0 | 110101 | 101010 | 1110 | 101011100 | 111110 | 111111 |
Color Harmonies of #DB677E
Complementary color
Monochromatic Colors of #DB677E
Black with #DB677E
Text Example
Text Example
White with #DB677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB677E; }
p { color: rgb(219,103,126); }
H1.HeaderClassName
{
color: #DB677E;
}
.AnyTagClassName
{
color: #DB677E;
}
</style>
background-color css
<style>
a { background-color: #DB677E; }
a { background-color: rgb(219,103,126); }
div.DivClassName
{
background-color: #DB677E;
}
.BgClassName
{
background-color: #DB677E;
}
</style>
border-color css
<style>
span { border-color: #DB677E; }
span { border-color: rgb(219,103,126); }
td.TdClassName
{
border-color: #DB677E;
}
.TagClassName
{
border-color: #DB677E;
}
</style>