Shades of Dark Pink #DB4E8C
Tints of Dark Pink #DB4E8C
RGB
CMYK
RGB Variations
Color information
#DB4E8C (or 0xDB4E8C) is known color: Dark Pink. HEX triplet: DB, 4E and 8C. RGB value is (219,78,140). Sum of RGB (Red+Green+Blue) = 219+78+140=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4E8C is #24B173. Grayscale: #7F7F7F. Windows color (decimal): -2404724 or 9195227. OLE color: 9195227.
HSL color Cylindrical-coordinate representation of color #DB4E8C: hue angle of 333.62º 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 #DB4E8C is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 140 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.14 |
| HSL | 333.62º | 0.66% | 0.58% | - |
| HSV(B) | 333.62º | 0.64% | 0.86% | - |
| XYZ | 36.67 | 22.4 | 27.2 | - |
| YUV | 127.23 | 135.21 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 140 | 0 | 0.64 | 0.36 | 0.14 | 333.62 | 0.66 | 0.58 |
| Hex | DB | 4E | 8C | 0 | 40 | 24 | E | 14E | 42 | 3A |
| Octal | 333 | 116 | 214 | 0 | 100 | 44 | 16 | 516 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10001100 | 0 | 1000000 | 100100 | 1110 | 101001110 | 1000010 | 111010 |
Color Harmonies of #DB4E8C
Complementary color
Monochromatic Colors of #DB4E8C
Black with #DB4E8C
Text Example
Text Example
White with #DB4E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E8C; }
p { color: rgb(219,78,140); }
H1.HeaderClassName
{
color: #DB4E8C;
}
.AnyTagClassName
{
color: #DB4E8C;
}
</style>
background-color css
<style>
a { background-color: #DB4E8C; }
a { background-color: rgb(219,78,140); }
div.DivClassName
{
background-color: #DB4E8C;
}
.BgClassName
{
background-color: #DB4E8C;
}
</style>
border-color css
<style>
span { border-color: #DB4E8C; }
span { border-color: rgb(219,78,140); }
td.TdClassName
{
border-color: #DB4E8C;
}
.TagClassName
{
border-color: #DB4E8C;
}
</style>