Shades of Dark Pink #DB528D
Tints of Dark Pink #DB528D
RGB
CMYK
RGB Variations
Color information
#DB528D (or 0xDB528D) is known color: Dark Pink. HEX triplet: DB, 52 and 8D. RGB value is (219,82,141). Sum of RGB (Red+Green+Blue) = 219+82+141=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB528D is #24AD72. Grayscale: #818181. Windows color (decimal): -2403699 or 9261787. OLE color: 9261787.
HSL color Cylindrical-coordinate representation of color #DB528D: hue angle of 334.16º 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 #DB528D is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 141 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.14 |
| HSL | 334.16º | 0.66% | 0.59% | - |
| HSV(B) | 334.16º | 0.63% | 0.86% | - |
| XYZ | 37.04 | 23.02 | 27.69 | - |
| YUV | 129.69 | 134.39 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 141 | 0 | 0.63 | 0.36 | 0.14 | 334.16 | 0.66 | 0.59 |
| Hex | DB | 52 | 8D | 0 | 3F | 24 | E | 14E | 42 | 3B |
| Octal | 333 | 122 | 215 | 0 | 77 | 44 | 16 | 516 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10001101 | 0 | 111111 | 100100 | 1110 | 101001110 | 1000010 | 111011 |
Color Harmonies of #DB528D
Complementary color
Monochromatic Colors of #DB528D
Black with #DB528D
Text Example
Text Example
White with #DB528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB528D; }
p { color: rgb(219,82,141); }
H1.HeaderClassName
{
color: #DB528D;
}
.AnyTagClassName
{
color: #DB528D;
}
</style>
background-color css
<style>
a { background-color: #DB528D; }
a { background-color: rgb(219,82,141); }
div.DivClassName
{
background-color: #DB528D;
}
.BgClassName
{
background-color: #DB528D;
}
</style>
border-color css
<style>
span { border-color: #DB528D; }
span { border-color: rgb(219,82,141); }
td.TdClassName
{
border-color: #DB528D;
}
.TagClassName
{
border-color: #DB528D;
}
</style>