Shades of Deep Blush #DB667E
Tints of Deep Blush #DB667E
RGB
CMYK
RGB Variations
Color information
#DB667E (or 0xDB667E) is known color: Deep Blush. HEX triplet: DB, 66 and 7E. RGB value is (219,102,126). Sum of RGB (Red+Green+Blue) = 219+102+126=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB667E is #249981. Grayscale: #8B8B8B. Windows color (decimal): -2398594 or 8283867. OLE color: 8283867.
HSL color Cylindrical-coordinate representation of color #DB667E: hue angle of 347.69º 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 #DB667E is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 126 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.14 |
| HSL | 347.69º | 0.62% | 0.63% | - |
| HSV(B) | 347.69º | 0.53% | 0.86% | - |
| XYZ | 37.73 | 26.07 | 22.78 | - |
| YUV | 139.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 126 | 0 | 0.53 | 0.42 | 0.14 | 347.69 | 0.62 | 0.63 |
| Hex | DB | 66 | 7E | 0 | 35 | 2A | E | 15C | 3E | 3F |
| Octal | 333 | 146 | 176 | 0 | 65 | 52 | 16 | 534 | 76 | 77 |
| Binary | 11011011 | 1100110 | 1111110 | 0 | 110101 | 101010 | 1110 | 101011100 | 111110 | 111111 |
Color Harmonies of #DB667E
Complementary color
Monochromatic Colors of #DB667E
Black with #DB667E
Text Example
Text Example
White with #DB667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB667E; }
p { color: rgb(219,102,126); }
H1.HeaderClassName
{
color: #DB667E;
}
.AnyTagClassName
{
color: #DB667E;
}
</style>
background-color css
<style>
a { background-color: #DB667E; }
a { background-color: rgb(219,102,126); }
div.DivClassName
{
background-color: #DB667E;
}
.BgClassName
{
background-color: #DB667E;
}
</style>
border-color css
<style>
span { border-color: #DB667E; }
span { border-color: rgb(219,102,126); }
td.TdClassName
{
border-color: #DB667E;
}
.TagClassName
{
border-color: #DB667E;
}
</style>