Shades of Dark Pink #DB5F88
Tints of Dark Pink #DB5F88
RGB
CMYK
RGB Variations
Color information
#DB5F88 (or 0xDB5F88) is known color: Dark Pink. HEX triplet: DB, 5F and 88. RGB value is (219,95,136). Sum of RGB (Red+Green+Blue) = 219+95+136=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5F88 is #24A077. Grayscale: #888888. Windows color (decimal): -2400376 or 8937435. OLE color: 8937435.
HSL color Cylindrical-coordinate representation of color #DB5F88: hue angle of 340.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5F88 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 136 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.14 |
| HSL | 340.16º | 0.63% | 0.62% | - |
| HSV(B) | 340.16º | 0.57% | 0.86% | - |
| XYZ | 37.75 | 25.02 | 26.13 | - |
| YUV | 136.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 136 | 0 | 0.57 | 0.38 | 0.14 | 340.16 | 0.63 | 0.62 |
| Hex | DB | 5F | 88 | 0 | 39 | 26 | E | 154 | 3F | 3E |
| Octal | 333 | 137 | 210 | 0 | 71 | 46 | 16 | 524 | 77 | 76 |
| Binary | 11011011 | 1011111 | 10001000 | 0 | 111001 | 100110 | 1110 | 101010100 | 111111 | 111110 |
Color Harmonies of #DB5F88
Complementary color
Monochromatic Colors of #DB5F88
Black with #DB5F88
Text Example
Text Example
White with #DB5F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F88; }
p { color: rgb(219,95,136); }
H1.HeaderClassName
{
color: #DB5F88;
}
.AnyTagClassName
{
color: #DB5F88;
}
</style>
background-color css
<style>
a { background-color: #DB5F88; }
a { background-color: rgb(219,95,136); }
div.DivClassName
{
background-color: #DB5F88;
}
.BgClassName
{
background-color: #DB5F88;
}
</style>
border-color css
<style>
span { border-color: #DB5F88; }
span { border-color: rgb(219,95,136); }
td.TdClassName
{
border-color: #DB5F88;
}
.TagClassName
{
border-color: #DB5F88;
}
</style>