Shades of Dark Pink #DB538D
Tints of Dark Pink #DB538D
RGB
CMYK
RGB Variations
Color information
#DB538D (or 0xDB538D) is known color: Dark Pink. HEX triplet: DB, 53 and 8D. RGB value is (219,83,141). Sum of RGB (Red+Green+Blue) = 219+83+141=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB538D is #24AC72. Grayscale: #828282. Windows color (decimal): -2403443 or 9262043. OLE color: 9262043.
HSL color Cylindrical-coordinate representation of color #DB538D: hue angle of 334.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB538D is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 141 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.14 |
| HSL | 334.41º | 0.65% | 0.59% | - |
| HSV(B) | 334.41º | 0.62% | 0.86% | - |
| XYZ | 37.11 | 23.17 | 27.72 | - |
| YUV | 130.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 141 | 0 | 0.62 | 0.36 | 0.14 | 334.41 | 0.65 | 0.59 |
| Hex | DB | 53 | 8D | 0 | 3E | 24 | E | 14E | 41 | 3B |
| Octal | 333 | 123 | 215 | 0 | 76 | 44 | 16 | 516 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10001101 | 0 | 111110 | 100100 | 1110 | 101001110 | 1000001 | 111011 |
Color Harmonies of #DB538D
Complementary color
Monochromatic Colors of #DB538D
Black with #DB538D
Text Example
Text Example
White with #DB538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB538D; }
p { color: rgb(219,83,141); }
H1.HeaderClassName
{
color: #DB538D;
}
.AnyTagClassName
{
color: #DB538D;
}
</style>
background-color css
<style>
a { background-color: #DB538D; }
a { background-color: rgb(219,83,141); }
div.DivClassName
{
background-color: #DB538D;
}
.BgClassName
{
background-color: #DB538D;
}
</style>
border-color css
<style>
span { border-color: #DB538D; }
span { border-color: rgb(219,83,141); }
td.TdClassName
{
border-color: #DB538D;
}
.TagClassName
{
border-color: #DB538D;
}
</style>