Shades of Dark Pink #DB5B8E
Tints of Dark Pink #DB5B8E
RGB
CMYK
RGB Variations
Color information
#DB5B8E (or 0xDB5B8E) is known color: Dark Pink. HEX triplet: DB, 5B and 8E. RGB value is (219,91,142). Sum of RGB (Red+Green+Blue) = 219+91+142=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5B8E is #24A471. Grayscale: #878787. Windows color (decimal): -2401394 or 9329627. OLE color: 9329627.
HSL color Cylindrical-coordinate representation of color #DB5B8E: hue angle of 336.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5B8E is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 142 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.14 |
| HSL | 336.09º | 0.64% | 0.61% | - |
| HSV(B) | 336.09º | 0.58% | 0.86% | - |
| XYZ | 37.84 | 24.5 | 28.33 | - |
| YUV | 135.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 142 | 0 | 0.58 | 0.35 | 0.14 | 336.09 | 0.64 | 0.61 |
| Hex | DB | 5B | 8E | 0 | 3A | 23 | E | 150 | 40 | 3D |
| Octal | 333 | 133 | 216 | 0 | 72 | 43 | 16 | 520 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10001110 | 0 | 111010 | 100011 | 1110 | 101010000 | 1000000 | 111101 |
Color Harmonies of #DB5B8E
Complementary color
Monochromatic Colors of #DB5B8E
Black with #DB5B8E
Text Example
Text Example
White with #DB5B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B8E; }
p { color: rgb(219,91,142); }
H1.HeaderClassName
{
color: #DB5B8E;
}
.AnyTagClassName
{
color: #DB5B8E;
}
</style>
background-color css
<style>
a { background-color: #DB5B8E; }
a { background-color: rgb(219,91,142); }
div.DivClassName
{
background-color: #DB5B8E;
}
.BgClassName
{
background-color: #DB5B8E;
}
</style>
border-color css
<style>
span { border-color: #DB5B8E; }
span { border-color: rgb(219,91,142); }
td.TdClassName
{
border-color: #DB5B8E;
}
.TagClassName
{
border-color: #DB5B8E;
}
</style>