Shades of Deep Blush #DB6382
Tints of Deep Blush #DB6382
RGB
CMYK
RGB Variations
Color information
#DB6382 (or 0xDB6382) is known color: Deep Blush. HEX triplet: DB, 63 and 82. RGB value is (219,99,130). Sum of RGB (Red+Green+Blue) = 219+99+130=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6382 is #249C7D. Grayscale: #8A8A8A. Windows color (decimal): -2399358 or 8545243. OLE color: 8545243.
HSL color Cylindrical-coordinate representation of color #DB6382: hue angle of 344.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6382 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 130 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.14 |
| HSL | 344.5º | 0.63% | 0.62% | - |
| HSV(B) | 344.5º | 0.55% | 0.86% | - |
| XYZ | 37.7 | 25.6 | 24.07 | - |
| YUV | 138.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 130 | 0 | 0.55 | 0.41 | 0.14 | 344.5 | 0.63 | 0.62 |
| Hex | DB | 63 | 82 | 0 | 37 | 29 | E | 158 | 3E | 3E |
| Octal | 333 | 143 | 202 | 0 | 67 | 51 | 16 | 530 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10000010 | 0 | 110111 | 101001 | 1110 | 101011000 | 111110 | 111110 |
Color Harmonies of #DB6382
Complementary color
Monochromatic Colors of #DB6382
Black with #DB6382
Text Example
Text Example
White with #DB6382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6382; }
p { color: rgb(219,99,130); }
H1.HeaderClassName
{
color: #DB6382;
}
.AnyTagClassName
{
color: #DB6382;
}
</style>
background-color css
<style>
a { background-color: #DB6382; }
a { background-color: rgb(219,99,130); }
div.DivClassName
{
background-color: #DB6382;
}
.BgClassName
{
background-color: #DB6382;
}
</style>
border-color css
<style>
span { border-color: #DB6382; }
span { border-color: rgb(219,99,130); }
td.TdClassName
{
border-color: #DB6382;
}
.TagClassName
{
border-color: #DB6382;
}
</style>