Shades of Dark Pink #DB528F
Tints of Dark Pink #DB528F
RGB
CMYK
RGB Variations
Color information
#DB528F (or 0xDB528F) is known color: Dark Pink. HEX triplet: DB, 52 and 8F. RGB value is (219,82,143). Sum of RGB (Red+Green+Blue) = 219+82+143=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB528F is #24AD70. Grayscale: #818181. Windows color (decimal): -2403697 or 9392859. OLE color: 9392859.
HSL color Cylindrical-coordinate representation of color #DB528F: hue angle of 333.28º 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 #DB528F is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 143 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.14 |
| HSL | 333.28º | 0.66% | 0.59% | - |
| HSV(B) | 333.28º | 0.63% | 0.86% | - |
| XYZ | 37.19 | 23.08 | 28.48 | - |
| YUV | 129.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 143 | 0 | 0.63 | 0.35 | 0.14 | 333.28 | 0.66 | 0.59 |
| Hex | DB | 52 | 8F | 0 | 3F | 23 | E | 14D | 42 | 3B |
| Octal | 333 | 122 | 217 | 0 | 77 | 43 | 16 | 515 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10001111 | 0 | 111111 | 100011 | 1110 | 101001101 | 1000010 | 111011 |
Color Harmonies of #DB528F
Complementary color
Monochromatic Colors of #DB528F
Black with #DB528F
Text Example
Text Example
White with #DB528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB528F; }
p { color: rgb(219,82,143); }
H1.HeaderClassName
{
color: #DB528F;
}
.AnyTagClassName
{
color: #DB528F;
}
</style>
background-color css
<style>
a { background-color: #DB528F; }
a { background-color: rgb(219,82,143); }
div.DivClassName
{
background-color: #DB528F;
}
.BgClassName
{
background-color: #DB528F;
}
</style>
border-color css
<style>
span { border-color: #DB528F; }
span { border-color: rgb(219,82,143); }
td.TdClassName
{
border-color: #DB528F;
}
.TagClassName
{
border-color: #DB528F;
}
</style>