Shades of Deep Blush #DB6681
Tints of Deep Blush #DB6681
RGB
CMYK
RGB Variations
Color information
#DB6681 (or 0xDB6681) is known color: Deep Blush. HEX triplet: DB, 66 and 81. RGB value is (219,102,129). Sum of RGB (Red+Green+Blue) = 219+102+129=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6681 is #24997E. Grayscale: #8C8C8C. Windows color (decimal): -2398591 or 8480475. OLE color: 8480475.
HSL color Cylindrical-coordinate representation of color #DB6681: hue angle of 346.15º 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 #DB6681 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 129 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.14 |
| HSL | 346.15º | 0.62% | 0.63% | - |
| HSV(B) | 346.15º | 0.53% | 0.86% | - |
| XYZ | 37.93 | 26.15 | 23.82 | - |
| YUV | 140.06 | 121.76 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 129 | 0 | 0.53 | 0.41 | 0.14 | 346.15 | 0.62 | 0.63 |
| Hex | DB | 66 | 81 | 0 | 35 | 29 | E | 15A | 3E | 3F |
| Octal | 333 | 146 | 201 | 0 | 65 | 51 | 16 | 532 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10000001 | 0 | 110101 | 101001 | 1110 | 101011010 | 111110 | 111111 |
Color Harmonies of #DB6681
Complementary color
Monochromatic Colors of #DB6681
Black with #DB6681
Text Example
Text Example
White with #DB6681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6681; }
p { color: rgb(219,102,129); }
H1.HeaderClassName
{
color: #DB6681;
}
.AnyTagClassName
{
color: #DB6681;
}
</style>
background-color css
<style>
a { background-color: #DB6681; }
a { background-color: rgb(219,102,129); }
div.DivClassName
{
background-color: #DB6681;
}
.BgClassName
{
background-color: #DB6681;
}
</style>
border-color css
<style>
span { border-color: #DB6681; }
span { border-color: rgb(219,102,129); }
td.TdClassName
{
border-color: #DB6681;
}
.TagClassName
{
border-color: #DB6681;
}
</style>