Shades of Dark Pink #DB518F
Tints of Dark Pink #DB518F
RGB
CMYK
RGB Variations
Color information
#DB518F (or 0xDB518F) is known color: Dark Pink. HEX triplet: DB, 51 and 8F. RGB value is (219,81,143). Sum of RGB (Red+Green+Blue) = 219+81+143=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB518F is #24AE70. Grayscale: #818181. Windows color (decimal): -2403953 or 9392603. OLE color: 9392603.
HSL color Cylindrical-coordinate representation of color #DB518F: hue angle of 333.04º 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 #DB518F is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 143 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.14 |
| HSL | 333.04º | 0.66% | 0.59% | - |
| HSV(B) | 333.04º | 0.63% | 0.86% | - |
| XYZ | 37.11 | 22.93 | 28.46 | - |
| YUV | 129.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 143 | 0 | 0.63 | 0.35 | 0.14 | 333.04 | 0.66 | 0.59 |
| Hex | DB | 51 | 8F | 0 | 3F | 23 | E | 14D | 42 | 3B |
| Octal | 333 | 121 | 217 | 0 | 77 | 43 | 16 | 515 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10001111 | 0 | 111111 | 100011 | 1110 | 101001101 | 1000010 | 111011 |
Color Harmonies of #DB518F
Complementary color
Monochromatic Colors of #DB518F
Black with #DB518F
Text Example
Text Example
White with #DB518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB518F; }
p { color: rgb(219,81,143); }
H1.HeaderClassName
{
color: #DB518F;
}
.AnyTagClassName
{
color: #DB518F;
}
</style>
background-color css
<style>
a { background-color: #DB518F; }
a { background-color: rgb(219,81,143); }
div.DivClassName
{
background-color: #DB518F;
}
.BgClassName
{
background-color: #DB518F;
}
</style>
border-color css
<style>
span { border-color: #DB518F; }
span { border-color: rgb(219,81,143); }
td.TdClassName
{
border-color: #DB518F;
}
.TagClassName
{
border-color: #DB518F;
}
</style>