Shades of Dark Pink #DB548D
Tints of Dark Pink #DB548D
RGB
CMYK
RGB Variations
Color information
#DB548D (or 0xDB548D) is known color: Dark Pink. HEX triplet: DB, 54 and 8D. RGB value is (219,84,141). Sum of RGB (Red+Green+Blue) = 219+84+141=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB548D is #24AB72. Grayscale: #828282. Windows color (decimal): -2403187 or 9262299. OLE color: 9262299.
HSL color Cylindrical-coordinate representation of color #DB548D: hue angle of 334.67º 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 #DB548D is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 141 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.14 |
| HSL | 334.67º | 0.65% | 0.59% | - |
| HSV(B) | 334.67º | 0.62% | 0.86% | - |
| XYZ | 37.19 | 23.32 | 27.74 | - |
| YUV | 130.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 141 | 0 | 0.62 | 0.36 | 0.14 | 334.67 | 0.65 | 0.59 |
| Hex | DB | 54 | 8D | 0 | 3E | 24 | E | 14F | 41 | 3B |
| Octal | 333 | 124 | 215 | 0 | 76 | 44 | 16 | 517 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10001101 | 0 | 111110 | 100100 | 1110 | 101001111 | 1000001 | 111011 |
Color Harmonies of #DB548D
Complementary color
Monochromatic Colors of #DB548D
Black with #DB548D
Text Example
Text Example
White with #DB548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB548D; }
p { color: rgb(219,84,141); }
H1.HeaderClassName
{
color: #DB548D;
}
.AnyTagClassName
{
color: #DB548D;
}
</style>
background-color css
<style>
a { background-color: #DB548D; }
a { background-color: rgb(219,84,141); }
div.DivClassName
{
background-color: #DB548D;
}
.BgClassName
{
background-color: #DB548D;
}
</style>
border-color css
<style>
span { border-color: #DB548D; }
span { border-color: rgb(219,84,141); }
td.TdClassName
{
border-color: #DB548D;
}
.TagClassName
{
border-color: #DB548D;
}
</style>