Shades of Deep Blush #DB6287
Tints of Deep Blush #DB6287
RGB
CMYK
RGB Variations
Color information
#DB6287 (or 0xDB6287) is known color: Deep Blush. HEX triplet: DB, 62 and 87. RGB value is (219,98,135). Sum of RGB (Red+Green+Blue) = 219+98+135=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6287 is #249D78. Grayscale: #8A8A8A. Windows color (decimal): -2399609 or 8872667. OLE color: 8872667.
HSL color Cylindrical-coordinate representation of color #DB6287: hue angle of 341.65º degrees, saturation: 0.63, 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 #DB6287 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 135 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.14 |
| HSL | 341.65º | 0.63% | 0.62% | - |
| HSV(B) | 341.65º | 0.55% | 0.86% | - |
| XYZ | 37.95 | 25.54 | 25.85 | - |
| YUV | 138.4 | 126.09 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 135 | 0 | 0.55 | 0.38 | 0.14 | 341.65 | 0.63 | 0.62 |
| Hex | DB | 62 | 87 | 0 | 37 | 26 | E | 156 | 3F | 3E |
| Octal | 333 | 142 | 207 | 0 | 67 | 46 | 16 | 526 | 77 | 76 |
| Binary | 11011011 | 1100010 | 10000111 | 0 | 110111 | 100110 | 1110 | 101010110 | 111111 | 111110 |
Color Harmonies of #DB6287
Complementary color
Monochromatic Colors of #DB6287
Black with #DB6287
Text Example
Text Example
White with #DB6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6287; }
p { color: rgb(219,98,135); }
H1.HeaderClassName
{
color: #DB6287;
}
.AnyTagClassName
{
color: #DB6287;
}
</style>
background-color css
<style>
a { background-color: #DB6287; }
a { background-color: rgb(219,98,135); }
div.DivClassName
{
background-color: #DB6287;
}
.BgClassName
{
background-color: #DB6287;
}
</style>
border-color css
<style>
span { border-color: #DB6287; }
span { border-color: rgb(219,98,135); }
td.TdClassName
{
border-color: #DB6287;
}
.TagClassName
{
border-color: #DB6287;
}
</style>