Shades of Deep Blush #DB6682
Tints of Deep Blush #DB6682
RGB
CMYK
RGB Variations
Color information
#DB6682 (or 0xDB6682) is known color: Deep Blush. HEX triplet: DB, 66 and 82. RGB value is (219,102,130). Sum of RGB (Red+Green+Blue) = 219+102+130=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6682 is #24997D. Grayscale: #8C8C8C. Windows color (decimal): -2398590 or 8546011. OLE color: 8546011.
HSL color Cylindrical-coordinate representation of color #DB6682: hue angle of 345.64º 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 #DB6682 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 130 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.14 |
| HSL | 345.64º | 0.62% | 0.63% | - |
| HSV(B) | 345.64º | 0.53% | 0.86% | - |
| XYZ | 37.99 | 26.17 | 24.17 | - |
| YUV | 140.18 | 122.26 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 130 | 0 | 0.53 | 0.41 | 0.14 | 345.64 | 0.62 | 0.63 |
| Hex | DB | 66 | 82 | 0 | 35 | 29 | E | 15A | 3E | 3F |
| Octal | 333 | 146 | 202 | 0 | 65 | 51 | 16 | 532 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10000010 | 0 | 110101 | 101001 | 1110 | 101011010 | 111110 | 111111 |
Color Harmonies of #DB6682
Complementary color
Monochromatic Colors of #DB6682
Black with #DB6682
Text Example
Text Example
White with #DB6682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6682; }
p { color: rgb(219,102,130); }
H1.HeaderClassName
{
color: #DB6682;
}
.AnyTagClassName
{
color: #DB6682;
}
</style>
background-color css
<style>
a { background-color: #DB6682; }
a { background-color: rgb(219,102,130); }
div.DivClassName
{
background-color: #DB6682;
}
.BgClassName
{
background-color: #DB6682;
}
</style>
border-color css
<style>
span { border-color: #DB6682; }
span { border-color: rgb(219,102,130); }
td.TdClassName
{
border-color: #DB6682;
}
.TagClassName
{
border-color: #DB6682;
}
</style>