Shades of Dark Pink #DB558D
Tints of Dark Pink #DB558D
RGB
CMYK
RGB Variations
Color information
#DB558D (or 0xDB558D) is known color: Dark Pink. HEX triplet: DB, 55 and 8D. RGB value is (219,85,141). Sum of RGB (Red+Green+Blue) = 219+85+141=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB558D is #24AA72. Grayscale: #838383. Windows color (decimal): -2402931 or 9262555. OLE color: 9262555.
HSL color Cylindrical-coordinate representation of color #DB558D: hue angle of 334.93º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB558D is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 141 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.14 |
| HSL | 334.93º | 0.65% | 0.6% | - |
| HSV(B) | 334.93º | 0.61% | 0.86% | - |
| XYZ | 37.27 | 23.48 | 27.77 | - |
| YUV | 131.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 141 | 0 | 0.61 | 0.36 | 0.14 | 334.93 | 0.65 | 0.6 |
| Hex | DB | 55 | 8D | 0 | 3D | 24 | E | 14F | 41 | 3C |
| Octal | 333 | 125 | 215 | 0 | 75 | 44 | 16 | 517 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10001101 | 0 | 111101 | 100100 | 1110 | 101001111 | 1000001 | 111100 |
Color Harmonies of #DB558D
Complementary color
Monochromatic Colors of #DB558D
Black with #DB558D
Text Example
Text Example
White with #DB558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB558D; }
p { color: rgb(219,85,141); }
H1.HeaderClassName
{
color: #DB558D;
}
.AnyTagClassName
{
color: #DB558D;
}
</style>
background-color css
<style>
a { background-color: #DB558D; }
a { background-color: rgb(219,85,141); }
div.DivClassName
{
background-color: #DB558D;
}
.BgClassName
{
background-color: #DB558D;
}
</style>
border-color css
<style>
span { border-color: #DB558D; }
span { border-color: rgb(219,85,141); }
td.TdClassName
{
border-color: #DB558D;
}
.TagClassName
{
border-color: #DB558D;
}
</style>