Shades of Deep Blush #DB7684
Tints of Deep Blush #DB7684
RGB
CMYK
RGB Variations
Color information
#DB7684 (or 0xDB7684) is known color: Deep Blush. HEX triplet: DB, 76 and 84. RGB value is (219,118,132). Sum of RGB (Red+Green+Blue) = 219+118+132=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7684 is #24897B. Grayscale: #959595. Windows color (decimal): -2394492 or 8681179. OLE color: 8681179.
HSL color Cylindrical-coordinate representation of color #DB7684: hue angle of 351.68º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7684 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 118 | 132 | - |
CMYK | 0 | 0.46 | 0.40 | 0.14 |
HSL | 351.68º | 0.58% | 0.66% | - |
HSV(B) | 351.68º | 0.46% | 0.86% | - |
XYZ | 39.86 | 29.68 | 25.46 | - |
YUV | 149.8 | 117.96 | 177.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 118 | 132 | 0 | 0.46 | 0.40 | 0.14 | 351.68 | 0.58 | 0.66 |
Hex | DB | 76 | 84 | 0 | 2E | 28 | E | 160 | 3A | 42 |
Octal | 333 | 166 | 204 | 0 | 56 | 50 | 16 | 540 | 72 | 102 |
Binary | 11011011 | 1110110 | 10000100 | 0 | 101110 | 101000 | 1110 | 101100000 | 111010 | 1000010 |
Color Harmonies of #DB7684
Complementary color
Monochromatic Colors of #DB7684
Black with #DB7684
Text Example
Text Example
White with #DB7684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7684; }
p { color: rgb(219,118,132); }
H1.HeaderClassName
{
color: #DB7684;
}
.AnyTagClassName
{
color: #DB7684;
}
</style>
background-color css
<style>
a { background-color: #DB7684; }
a { background-color: rgb(219,118,132); }
div.DivClassName
{
background-color: #DB7684;
}
.BgClassName
{
background-color: #DB7684;
}
</style>
border-color css
<style>
span { border-color: #DB7684; }
span { border-color: rgb(219,118,132); }
td.TdClassName
{
border-color: #DB7684;
}
.TagClassName
{
border-color: #DB7684;
}
</style>