Shades of Dark Pink #DB5E89
Tints of Dark Pink #DB5E89
RGB
CMYK
RGB Variations
Color information
#DB5E89 (or 0xDB5E89) is known color: Dark Pink. HEX triplet: DB, 5E and 89. RGB value is (219,94,137). Sum of RGB (Red+Green+Blue) = 219+94+137=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5E89 is #24A176. Grayscale: #888888. Windows color (decimal): -2400631 or 9002715. OLE color: 9002715.
HSL color Cylindrical-coordinate representation of color #DB5E89: hue angle of 339.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E89 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 137 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.14 |
| HSL | 339.36º | 0.63% | 0.61% | - |
| HSV(B) | 339.36º | 0.57% | 0.86% | - |
| XYZ | 37.73 | 24.87 | 26.48 | - |
| YUV | 136.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 137 | 0 | 0.57 | 0.37 | 0.14 | 339.36 | 0.63 | 0.61 |
| Hex | DB | 5E | 89 | 0 | 39 | 25 | E | 153 | 3F | 3D |
| Octal | 333 | 136 | 211 | 0 | 71 | 45 | 16 | 523 | 77 | 75 |
| Binary | 11011011 | 1011110 | 10001001 | 0 | 111001 | 100101 | 1110 | 101010011 | 111111 | 111101 |
Color Harmonies of #DB5E89
Complementary color
Monochromatic Colors of #DB5E89
Black with #DB5E89
Text Example
Text Example
White with #DB5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E89; }
p { color: rgb(219,94,137); }
H1.HeaderClassName
{
color: #DB5E89;
}
.AnyTagClassName
{
color: #DB5E89;
}
</style>
background-color css
<style>
a { background-color: #DB5E89; }
a { background-color: rgb(219,94,137); }
div.DivClassName
{
background-color: #DB5E89;
}
.BgClassName
{
background-color: #DB5E89;
}
</style>
border-color css
<style>
span { border-color: #DB5E89; }
span { border-color: rgb(219,94,137); }
td.TdClassName
{
border-color: #DB5E89;
}
.TagClassName
{
border-color: #DB5E89;
}
</style>