Shades of Dark Pink #DB508B
Tints of Dark Pink #DB508B
RGB
CMYK
RGB Variations
Color information
#DB508B (or 0xDB508B) is known color: Dark Pink. HEX triplet: DB, 50 and 8B. RGB value is (219,80,139). Sum of RGB (Red+Green+Blue) = 219+80+139=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB508B is #24AF74. Grayscale: #808080. Windows color (decimal): -2404213 or 9130203. OLE color: 9130203.
HSL color Cylindrical-coordinate representation of color #DB508B: hue angle of 334.53º 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 #DB508B is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 139 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.14 |
| HSL | 334.53º | 0.66% | 0.59% | - |
| HSV(B) | 334.53º | 0.63% | 0.86% | - |
| XYZ | 36.74 | 22.66 | 26.86 | - |
| YUV | 128.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 139 | 0 | 0.63 | 0.37 | 0.14 | 334.53 | 0.66 | 0.59 |
| Hex | DB | 50 | 8B | 0 | 3F | 25 | E | 14F | 42 | 3B |
| Octal | 333 | 120 | 213 | 0 | 77 | 45 | 16 | 517 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10001011 | 0 | 111111 | 100101 | 1110 | 101001111 | 1000010 | 111011 |
Color Harmonies of #DB508B
Complementary color
Monochromatic Colors of #DB508B
Black with #DB508B
Text Example
Text Example
White with #DB508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB508B; }
p { color: rgb(219,80,139); }
H1.HeaderClassName
{
color: #DB508B;
}
.AnyTagClassName
{
color: #DB508B;
}
</style>
background-color css
<style>
a { background-color: #DB508B; }
a { background-color: rgb(219,80,139); }
div.DivClassName
{
background-color: #DB508B;
}
.BgClassName
{
background-color: #DB508B;
}
</style>
border-color css
<style>
span { border-color: #DB508B; }
span { border-color: rgb(219,80,139); }
td.TdClassName
{
border-color: #DB508B;
}
.TagClassName
{
border-color: #DB508B;
}
</style>