Shades of Dark Pink #DB4F89
Tints of Dark Pink #DB4F89
RGB
CMYK
RGB Variations
Color information
#DB4F89 (or 0xDB4F89) is known color: Dark Pink. HEX triplet: DB, 4F and 89. RGB value is (219,79,137). Sum of RGB (Red+Green+Blue) = 219+79+137=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F89 is #24B076. Grayscale: #7F7F7F. Windows color (decimal): -2404471 or 8998875. OLE color: 8998875.
HSL color Cylindrical-coordinate representation of color #DB4F89: hue angle of 335.14º 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 #DB4F89 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 137 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.14 |
| HSL | 335.14º | 0.66% | 0.58% | - |
| HSV(B) | 335.14º | 0.64% | 0.86% | - |
| XYZ | 36.52 | 22.46 | 26.08 | - |
| YUV | 127.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 137 | 0 | 0.64 | 0.37 | 0.14 | 335.14 | 0.66 | 0.58 |
| Hex | DB | 4F | 89 | 0 | 40 | 25 | E | 14F | 42 | 3A |
| Octal | 333 | 117 | 211 | 0 | 100 | 45 | 16 | 517 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10001001 | 0 | 1000000 | 100101 | 1110 | 101001111 | 1000010 | 111010 |
Color Harmonies of #DB4F89
Complementary color
Monochromatic Colors of #DB4F89
Black with #DB4F89
Text Example
Text Example
White with #DB4F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F89; }
p { color: rgb(219,79,137); }
H1.HeaderClassName
{
color: #DB4F89;
}
.AnyTagClassName
{
color: #DB4F89;
}
</style>
background-color css
<style>
a { background-color: #DB4F89; }
a { background-color: rgb(219,79,137); }
div.DivClassName
{
background-color: #DB4F89;
}
.BgClassName
{
background-color: #DB4F89;
}
</style>
border-color css
<style>
span { border-color: #DB4F89; }
span { border-color: rgb(219,79,137); }
td.TdClassName
{
border-color: #DB4F89;
}
.TagClassName
{
border-color: #DB4F89;
}
</style>