Shades of Dark Pink #DB528E
Tints of Dark Pink #DB528E
RGB
CMYK
RGB Variations
Color information
#DB528E (or 0xDB528E) is known color: Dark Pink. HEX triplet: DB, 52 and 8E. RGB value is (219,82,142). Sum of RGB (Red+Green+Blue) = 219+82+142=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB528E is #24AD71. Grayscale: #818181. Windows color (decimal): -2403698 or 9327323. OLE color: 9327323.
HSL color Cylindrical-coordinate representation of color #DB528E: hue angle of 333.72º 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 #DB528E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 142 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.14 |
| HSL | 333.72º | 0.66% | 0.59% | - |
| HSV(B) | 333.72º | 0.63% | 0.86% | - |
| XYZ | 37.11 | 23.05 | 28.08 | - |
| YUV | 129.8 | 134.89 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 142 | 0 | 0.63 | 0.35 | 0.14 | 333.72 | 0.66 | 0.59 |
| Hex | DB | 52 | 8E | 0 | 3F | 23 | E | 14E | 42 | 3B |
| Octal | 333 | 122 | 216 | 0 | 77 | 43 | 16 | 516 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10001110 | 0 | 111111 | 100011 | 1110 | 101001110 | 1000010 | 111011 |
Color Harmonies of #DB528E
Complementary color
Monochromatic Colors of #DB528E
Black with #DB528E
Text Example
Text Example
White with #DB528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB528E; }
p { color: rgb(219,82,142); }
H1.HeaderClassName
{
color: #DB528E;
}
.AnyTagClassName
{
color: #DB528E;
}
</style>
background-color css
<style>
a { background-color: #DB528E; }
a { background-color: rgb(219,82,142); }
div.DivClassName
{
background-color: #DB528E;
}
.BgClassName
{
background-color: #DB528E;
}
</style>
border-color css
<style>
span { border-color: #DB528E; }
span { border-color: rgb(219,82,142); }
td.TdClassName
{
border-color: #DB528E;
}
.TagClassName
{
border-color: #DB528E;
}
</style>