Shades of Dark Pink #DB528A
Tints of Dark Pink #DB528A
RGB
CMYK
RGB Variations
Color information
#DB528A (or 0xDB528A) is known color: Dark Pink. HEX triplet: DB, 52 and 8A. RGB value is (219,82,138). Sum of RGB (Red+Green+Blue) = 219+82+138=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB528A is #24AD75. Grayscale: #818181. Windows color (decimal): -2403702 or 9065179. OLE color: 9065179.
HSL color Cylindrical-coordinate representation of color #DB528A: hue angle of 335.47º 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 #DB528A is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 138 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.14 |
| HSL | 335.47º | 0.66% | 0.59% | - |
| HSV(B) | 335.47º | 0.63% | 0.86% | - |
| XYZ | 36.82 | 22.93 | 26.53 | - |
| YUV | 129.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 138 | 0 | 0.63 | 0.37 | 0.14 | 335.47 | 0.66 | 0.59 |
| Hex | DB | 52 | 8A | 0 | 3F | 25 | E | 14F | 42 | 3B |
| Octal | 333 | 122 | 212 | 0 | 77 | 45 | 16 | 517 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10001010 | 0 | 111111 | 100101 | 1110 | 101001111 | 1000010 | 111011 |
Color Harmonies of #DB528A
Complementary color
Monochromatic Colors of #DB528A
Black with #DB528A
Text Example
Text Example
White with #DB528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB528A; }
p { color: rgb(219,82,138); }
H1.HeaderClassName
{
color: #DB528A;
}
.AnyTagClassName
{
color: #DB528A;
}
</style>
background-color css
<style>
a { background-color: #DB528A; }
a { background-color: rgb(219,82,138); }
div.DivClassName
{
background-color: #DB528A;
}
.BgClassName
{
background-color: #DB528A;
}
</style>
border-color css
<style>
span { border-color: #DB528A; }
span { border-color: rgb(219,82,138); }
td.TdClassName
{
border-color: #DB528A;
}
.TagClassName
{
border-color: #DB528A;
}
</style>