Shades of Deep Blush #DB6482
Tints of Deep Blush #DB6482
RGB
CMYK
RGB Variations
Color information
#DB6482 (or 0xDB6482) is known color: Deep Blush. HEX triplet: DB, 64 and 82. RGB value is (219,100,130). Sum of RGB (Red+Green+Blue) = 219+100+130=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6482 is #249B7D. Grayscale: #8B8B8B. Windows color (decimal): -2399102 or 8545499. OLE color: 8545499.
HSL color Cylindrical-coordinate representation of color #DB6482: hue angle of 344.87º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6482 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 130 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.14 |
| HSL | 344.87º | 0.62% | 0.63% | - |
| HSV(B) | 344.87º | 0.54% | 0.86% | - |
| XYZ | 37.8 | 25.79 | 24.1 | - |
| YUV | 139 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 130 | 0 | 0.54 | 0.41 | 0.14 | 344.87 | 0.62 | 0.63 |
| Hex | DB | 64 | 82 | 0 | 36 | 29 | E | 159 | 3E | 3F |
| Octal | 333 | 144 | 202 | 0 | 66 | 51 | 16 | 531 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10000010 | 0 | 110110 | 101001 | 1110 | 101011001 | 111110 | 111111 |
Color Harmonies of #DB6482
Complementary color
Monochromatic Colors of #DB6482
Black with #DB6482
Text Example
Text Example
White with #DB6482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6482; }
p { color: rgb(219,100,130); }
H1.HeaderClassName
{
color: #DB6482;
}
.AnyTagClassName
{
color: #DB6482;
}
</style>
background-color css
<style>
a { background-color: #DB6482; }
a { background-color: rgb(219,100,130); }
div.DivClassName
{
background-color: #DB6482;
}
.BgClassName
{
background-color: #DB6482;
}
</style>
border-color css
<style>
span { border-color: #DB6482; }
span { border-color: rgb(219,100,130); }
td.TdClassName
{
border-color: #DB6482;
}
.TagClassName
{
border-color: #DB6482;
}
</style>