Shades of Deep Blush #DB6784
Tints of Deep Blush #DB6784
RGB
CMYK
RGB Variations
Color information
#DB6784 (or 0xDB6784) is known color: Deep Blush. HEX triplet: DB, 67 and 84. RGB value is (219,103,132). Sum of RGB (Red+Green+Blue) = 219+103+132=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6784 is #24987B. Grayscale: #8C8C8C. Windows color (decimal): -2398332 or 8677339. OLE color: 8677339.
HSL color Cylindrical-coordinate representation of color #DB6784: hue angle of 345º 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 #DB6784 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 132 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.14 |
| HSL | 345º | 0.62% | 0.63% | - |
| HSV(B) | 345º | 0.53% | 0.86% | - |
| XYZ | 38.23 | 26.43 | 24.92 | - |
| YUV | 140.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 132 | 0 | 0.53 | 0.40 | 0.14 | 345 | 0.62 | 0.63 |
| Hex | DB | 67 | 84 | 0 | 35 | 28 | E | 159 | 3E | 3F |
| Octal | 333 | 147 | 204 | 0 | 65 | 50 | 16 | 531 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10000100 | 0 | 110101 | 101000 | 1110 | 101011001 | 111110 | 111111 |
Color Harmonies of #DB6784
Complementary color
Monochromatic Colors of #DB6784
Black with #DB6784
Text Example
Text Example
White with #DB6784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6784; }
p { color: rgb(219,103,132); }
H1.HeaderClassName
{
color: #DB6784;
}
.AnyTagClassName
{
color: #DB6784;
}
</style>
background-color css
<style>
a { background-color: #DB6784; }
a { background-color: rgb(219,103,132); }
div.DivClassName
{
background-color: #DB6784;
}
.BgClassName
{
background-color: #DB6784;
}
</style>
border-color css
<style>
span { border-color: #DB6784; }
span { border-color: rgb(219,103,132); }
td.TdClassName
{
border-color: #DB6784;
}
.TagClassName
{
border-color: #DB6784;
}
</style>