Shades of Deep Blush #DB667F
Tints of Deep Blush #DB667F
RGB
CMYK
RGB Variations
Color information
#DB667F (or 0xDB667F) is known color: Deep Blush. HEX triplet: DB, 66 and 7F. RGB value is (219,102,127). Sum of RGB (Red+Green+Blue) = 219+102+127=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB667F is #249980. Grayscale: #8B8B8B. Windows color (decimal): -2398593 or 8349403. OLE color: 8349403.
HSL color Cylindrical-coordinate representation of color #DB667F: hue angle of 347.18º 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 #DB667F is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 127 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.14 |
| HSL | 347.18º | 0.62% | 0.63% | - |
| HSV(B) | 347.18º | 0.53% | 0.86% | - |
| XYZ | 37.8 | 26.1 | 23.12 | - |
| YUV | 139.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 127 | 0 | 0.53 | 0.42 | 0.14 | 347.18 | 0.62 | 0.63 |
| Hex | DB | 66 | 7F | 0 | 35 | 2A | E | 15B | 3E | 3F |
| Octal | 333 | 146 | 177 | 0 | 65 | 52 | 16 | 533 | 76 | 77 |
| Binary | 11011011 | 1100110 | 1111111 | 0 | 110101 | 101010 | 1110 | 101011011 | 111110 | 111111 |
Color Harmonies of #DB667F
Complementary color
Monochromatic Colors of #DB667F
Black with #DB667F
Text Example
Text Example
White with #DB667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB667F; }
p { color: rgb(219,102,127); }
H1.HeaderClassName
{
color: #DB667F;
}
.AnyTagClassName
{
color: #DB667F;
}
</style>
background-color css
<style>
a { background-color: #DB667F; }
a { background-color: rgb(219,102,127); }
div.DivClassName
{
background-color: #DB667F;
}
.BgClassName
{
background-color: #DB667F;
}
</style>
border-color css
<style>
span { border-color: #DB667F; }
span { border-color: rgb(219,102,127); }
td.TdClassName
{
border-color: #DB667F;
}
.TagClassName
{
border-color: #DB667F;
}
</style>