Shades of Dark Pink #DB4E8B
Tints of Dark Pink #DB4E8B
RGB
CMYK
RGB Variations
Color information
#DB4E8B (or 0xDB4E8B) is known color: Dark Pink. HEX triplet: DB, 4E and 8B. RGB value is (219,78,139). Sum of RGB (Red+Green+Blue) = 219+78+139=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4E8B is #24B174. Grayscale: #7F7F7F. Windows color (decimal): -2404725 or 9129691. OLE color: 9129691.
HSL color Cylindrical-coordinate representation of color #DB4E8B: hue angle of 334.04º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4E8B is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 139 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.14 |
| HSL | 334.04º | 0.66% | 0.58% | - |
| HSV(B) | 334.04º | 0.64% | 0.86% | - |
| XYZ | 36.6 | 22.37 | 26.82 | - |
| YUV | 127.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 139 | 0 | 0.64 | 0.37 | 0.14 | 334.04 | 0.66 | 0.58 |
| Hex | DB | 4E | 8B | 0 | 40 | 25 | E | 14E | 42 | 3A |
| Octal | 333 | 116 | 213 | 0 | 100 | 45 | 16 | 516 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10001011 | 0 | 1000000 | 100101 | 1110 | 101001110 | 1000010 | 111010 |
Color Harmonies of #DB4E8B
Complementary color
Monochromatic Colors of #DB4E8B
Black with #DB4E8B
Text Example
Text Example
White with #DB4E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E8B; }
p { color: rgb(219,78,139); }
H1.HeaderClassName
{
color: #DB4E8B;
}
.AnyTagClassName
{
color: #DB4E8B;
}
</style>
background-color css
<style>
a { background-color: #DB4E8B; }
a { background-color: rgb(219,78,139); }
div.DivClassName
{
background-color: #DB4E8B;
}
.BgClassName
{
background-color: #DB4E8B;
}
</style>
border-color css
<style>
span { border-color: #DB4E8B; }
span { border-color: rgb(219,78,139); }
td.TdClassName
{
border-color: #DB4E8B;
}
.TagClassName
{
border-color: #DB4E8B;
}
</style>