Shades of Dark Pink #DB5B8A
Tints of Dark Pink #DB5B8A
RGB
CMYK
RGB Variations
Color information
#DB5B8A (or 0xDB5B8A) is known color: Dark Pink. HEX triplet: DB, 5B and 8A. RGB value is (219,91,138). Sum of RGB (Red+Green+Blue) = 219+91+138=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5B8A is #24A475. Grayscale: #868686. Windows color (decimal): -2401398 or 9067483. OLE color: 9067483.
HSL color Cylindrical-coordinate representation of color #DB5B8A: hue angle of 337.97º 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 #DB5B8A is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 138 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.14 |
| HSL | 337.97º | 0.64% | 0.61% | - |
| HSV(B) | 337.97º | 0.58% | 0.86% | - |
| XYZ | 37.54 | 24.38 | 26.77 | - |
| YUV | 134.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 138 | 0 | 0.58 | 0.37 | 0.14 | 337.97 | 0.64 | 0.61 |
| Hex | DB | 5B | 8A | 0 | 3A | 25 | E | 152 | 40 | 3D |
| Octal | 333 | 133 | 212 | 0 | 72 | 45 | 16 | 522 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10001010 | 0 | 111010 | 100101 | 1110 | 101010010 | 1000000 | 111101 |
Color Harmonies of #DB5B8A
Complementary color
Monochromatic Colors of #DB5B8A
Black with #DB5B8A
Text Example
Text Example
White with #DB5B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B8A; }
p { color: rgb(219,91,138); }
H1.HeaderClassName
{
color: #DB5B8A;
}
.AnyTagClassName
{
color: #DB5B8A;
}
</style>
background-color css
<style>
a { background-color: #DB5B8A; }
a { background-color: rgb(219,91,138); }
div.DivClassName
{
background-color: #DB5B8A;
}
.BgClassName
{
background-color: #DB5B8A;
}
</style>
border-color css
<style>
span { border-color: #DB5B8A; }
span { border-color: rgb(219,91,138); }
td.TdClassName
{
border-color: #DB5B8A;
}
.TagClassName
{
border-color: #DB5B8A;
}
</style>