Shades of Dark Pink #DB508E
Tints of Dark Pink #DB508E
RGB
CMYK
RGB Variations
Color information
#DB508E (or 0xDB508E) is known color: Dark Pink. HEX triplet: DB, 50 and 8E. RGB value is (219,80,142). Sum of RGB (Red+Green+Blue) = 219+80+142=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB508E is #24AF71. Grayscale: #808080. Windows color (decimal): -2404210 or 9326811. OLE color: 9326811.
HSL color Cylindrical-coordinate representation of color #DB508E: hue angle of 333.24º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB508E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 142 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.14 |
| HSL | 333.24º | 0.66% | 0.59% | - |
| HSV(B) | 333.24º | 0.63% | 0.86% | - |
| XYZ | 36.96 | 22.75 | 28.03 | - |
| YUV | 128.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 142 | 0 | 0.63 | 0.35 | 0.14 | 333.24 | 0.66 | 0.59 |
| Hex | DB | 50 | 8E | 0 | 3F | 23 | E | 14D | 42 | 3B |
| Octal | 333 | 120 | 216 | 0 | 77 | 43 | 16 | 515 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10001110 | 0 | 111111 | 100011 | 1110 | 101001101 | 1000010 | 111011 |
Color Harmonies of #DB508E
Complementary color
Monochromatic Colors of #DB508E
Black with #DB508E
Text Example
Text Example
White with #DB508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB508E; }
p { color: rgb(219,80,142); }
H1.HeaderClassName
{
color: #DB508E;
}
.AnyTagClassName
{
color: #DB508E;
}
</style>
background-color css
<style>
a { background-color: #DB508E; }
a { background-color: rgb(219,80,142); }
div.DivClassName
{
background-color: #DB508E;
}
.BgClassName
{
background-color: #DB508E;
}
</style>
border-color css
<style>
span { border-color: #DB508E; }
span { border-color: rgb(219,80,142); }
td.TdClassName
{
border-color: #DB508E;
}
.TagClassName
{
border-color: #DB508E;
}
</style>