Shades of Dark Pink #DB5D83
Tints of Dark Pink #DB5D83
RGB
CMYK
RGB Variations
Color information
#DB5D83 (or 0xDB5D83) is known color: Dark Pink. HEX triplet: DB, 5D and 83. RGB value is (219,93,131). Sum of RGB (Red+Green+Blue) = 219+93+131=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5D83 is #24A27C. Grayscale: #868686. Windows color (decimal): -2400893 or 8609243. OLE color: 8609243.
HSL color Cylindrical-coordinate representation of color #DB5D83: hue angle of 341.9º 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 #DB5D83 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 131 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.14 |
| HSL | 341.9º | 0.64% | 0.61% | - |
| HSV(B) | 341.9º | 0.58% | 0.86% | - |
| XYZ | 37.22 | 24.53 | 24.25 | - |
| YUV | 135.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 131 | 0 | 0.58 | 0.40 | 0.14 | 341.9 | 0.64 | 0.61 |
| Hex | DB | 5D | 83 | 0 | 3A | 28 | E | 156 | 40 | 3D |
| Octal | 333 | 135 | 203 | 0 | 72 | 50 | 16 | 526 | 100 | 75 |
| Binary | 11011011 | 1011101 | 10000011 | 0 | 111010 | 101000 | 1110 | 101010110 | 1000000 | 111101 |
Color Harmonies of #DB5D83
Complementary color
Monochromatic Colors of #DB5D83
Black with #DB5D83
Text Example
Text Example
White with #DB5D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D83; }
p { color: rgb(219,93,131); }
H1.HeaderClassName
{
color: #DB5D83;
}
.AnyTagClassName
{
color: #DB5D83;
}
</style>
background-color css
<style>
a { background-color: #DB5D83; }
a { background-color: rgb(219,93,131); }
div.DivClassName
{
background-color: #DB5D83;
}
.BgClassName
{
background-color: #DB5D83;
}
</style>
border-color css
<style>
span { border-color: #DB5D83; }
span { border-color: rgb(219,93,131); }
td.TdClassName
{
border-color: #DB5D83;
}
.TagClassName
{
border-color: #DB5D83;
}
</style>