Shades of Dark Pink #DB578F
Tints of Dark Pink #DB578F
RGB
CMYK
RGB Variations
Color information
#DB578F (or 0xDB578F) is known color: Dark Pink. HEX triplet: DB, 57 and 8F. RGB value is (219,87,143). Sum of RGB (Red+Green+Blue) = 219+87+143=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB578F is #24A870. Grayscale: #848484. Windows color (decimal): -2402417 or 9394139. OLE color: 9394139.
HSL color Cylindrical-coordinate representation of color #DB578F: hue angle of 334.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB578F is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 143 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.14 |
| HSL | 334.55º | 0.65% | 0.6% | - |
| HSV(B) | 334.55º | 0.6% | 0.86% | - |
| XYZ | 37.58 | 23.86 | 28.61 | - |
| YUV | 132.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 143 | 0 | 0.60 | 0.35 | 0.14 | 334.55 | 0.65 | 0.6 |
| Hex | DB | 57 | 8F | 0 | 3C | 23 | E | 14F | 41 | 3C |
| Octal | 333 | 127 | 217 | 0 | 74 | 43 | 16 | 517 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10001111 | 0 | 111100 | 100011 | 1110 | 101001111 | 1000001 | 111100 |
Color Harmonies of #DB578F
Complementary color
Monochromatic Colors of #DB578F
Black with #DB578F
Text Example
Text Example
White with #DB578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB578F; }
p { color: rgb(219,87,143); }
H1.HeaderClassName
{
color: #DB578F;
}
.AnyTagClassName
{
color: #DB578F;
}
</style>
background-color css
<style>
a { background-color: #DB578F; }
a { background-color: rgb(219,87,143); }
div.DivClassName
{
background-color: #DB578F;
}
.BgClassName
{
background-color: #DB578F;
}
</style>
border-color css
<style>
span { border-color: #DB578F; }
span { border-color: rgb(219,87,143); }
td.TdClassName
{
border-color: #DB578F;
}
.TagClassName
{
border-color: #DB578F;
}
</style>