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