Shades of Dark Pink #DB538E
Tints of Dark Pink #DB538E
RGB
CMYK
RGB Variations
Color information
#DB538E (or 0xDB538E) is known color: Dark Pink. HEX triplet: DB, 53 and 8E. RGB value is (219,83,142). Sum of RGB (Red+Green+Blue) = 219+83+142=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB538E is #24AC71. Grayscale: #828282. Windows color (decimal): -2403442 or 9327579. OLE color: 9327579.
HSL color Cylindrical-coordinate representation of color #DB538E: hue angle of 333.97º 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 #DB538E is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 142 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.14 |
| HSL | 333.97º | 0.65% | 0.59% | - |
| HSV(B) | 333.97º | 0.62% | 0.86% | - |
| XYZ | 37.19 | 23.2 | 28.11 | - |
| YUV | 130.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 142 | 0 | 0.62 | 0.35 | 0.14 | 333.97 | 0.65 | 0.59 |
| Hex | DB | 53 | 8E | 0 | 3E | 23 | E | 14E | 41 | 3B |
| Octal | 333 | 123 | 216 | 0 | 76 | 43 | 16 | 516 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10001110 | 0 | 111110 | 100011 | 1110 | 101001110 | 1000001 | 111011 |
Color Harmonies of #DB538E
Complementary color
Monochromatic Colors of #DB538E
Black with #DB538E
Text Example
Text Example
White with #DB538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB538E; }
p { color: rgb(219,83,142); }
H1.HeaderClassName
{
color: #DB538E;
}
.AnyTagClassName
{
color: #DB538E;
}
</style>
background-color css
<style>
a { background-color: #DB538E; }
a { background-color: rgb(219,83,142); }
div.DivClassName
{
background-color: #DB538E;
}
.BgClassName
{
background-color: #DB538E;
}
</style>
border-color css
<style>
span { border-color: #DB538E; }
span { border-color: rgb(219,83,142); }
td.TdClassName
{
border-color: #DB538E;
}
.TagClassName
{
border-color: #DB538E;
}
</style>