Shades of Deep Blush #DB627E
Tints of Deep Blush #DB627E
RGB
CMYK
RGB Variations
Color information
#DB627E (or 0xDB627E) is known color: Deep Blush. HEX triplet: DB, 62 and 7E. RGB value is (219,98,126). Sum of RGB (Red+Green+Blue) = 219+98+126=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB627E is #249D81. Grayscale: #898989. Windows color (decimal): -2399618 or 8282843. OLE color: 8282843.
HSL color Cylindrical-coordinate representation of color #DB627E: hue angle of 346.12º 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 #DB627E is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 126 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.14 |
| HSL | 346.12º | 0.63% | 0.62% | - |
| HSV(B) | 346.12º | 0.55% | 0.86% | - |
| XYZ | 37.35 | 25.3 | 22.65 | - |
| YUV | 137.37 | 121.59 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 126 | 0 | 0.55 | 0.42 | 0.14 | 346.12 | 0.63 | 0.62 |
| Hex | DB | 62 | 7E | 0 | 37 | 2A | E | 15A | 3F | 3E |
| Octal | 333 | 142 | 176 | 0 | 67 | 52 | 16 | 532 | 77 | 76 |
| Binary | 11011011 | 1100010 | 1111110 | 0 | 110111 | 101010 | 1110 | 101011010 | 111111 | 111110 |
Color Harmonies of #DB627E
Complementary color
Monochromatic Colors of #DB627E
Black with #DB627E
Text Example
Text Example
White with #DB627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB627E; }
p { color: rgb(219,98,126); }
H1.HeaderClassName
{
color: #DB627E;
}
.AnyTagClassName
{
color: #DB627E;
}
</style>
background-color css
<style>
a { background-color: #DB627E; }
a { background-color: rgb(219,98,126); }
div.DivClassName
{
background-color: #DB627E;
}
.BgClassName
{
background-color: #DB627E;
}
</style>
border-color css
<style>
span { border-color: #DB627E; }
span { border-color: rgb(219,98,126); }
td.TdClassName
{
border-color: #DB627E;
}
.TagClassName
{
border-color: #DB627E;
}
</style>