Shades of Dark Pink #DB578A
Tints of Dark Pink #DB578A
RGB
CMYK
RGB Variations
Color information
#DB578A (or 0xDB578A) is known color: Dark Pink. HEX triplet: DB, 57 and 8A. RGB value is (219,87,138). Sum of RGB (Red+Green+Blue) = 219+87+138=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB578A is #24A875. Grayscale: #848484. Windows color (decimal): -2402422 or 9066459. OLE color: 9066459.
HSL color Cylindrical-coordinate representation of color #DB578A: hue angle of 336.82º 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 #DB578A is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 138 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.14 |
| HSL | 336.82º | 0.65% | 0.6% | - |
| HSV(B) | 336.82º | 0.6% | 0.86% | - |
| XYZ | 37.21 | 23.71 | 26.66 | - |
| YUV | 132.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 138 | 0 | 0.60 | 0.37 | 0.14 | 336.82 | 0.65 | 0.6 |
| Hex | DB | 57 | 8A | 0 | 3C | 25 | E | 151 | 41 | 3C |
| Octal | 333 | 127 | 212 | 0 | 74 | 45 | 16 | 521 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10001010 | 0 | 111100 | 100101 | 1110 | 101010001 | 1000001 | 111100 |
Color Harmonies of #DB578A
Complementary color
Monochromatic Colors of #DB578A
Black with #DB578A
Text Example
Text Example
White with #DB578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB578A; }
p { color: rgb(219,87,138); }
H1.HeaderClassName
{
color: #DB578A;
}
.AnyTagClassName
{
color: #DB578A;
}
</style>
background-color css
<style>
a { background-color: #DB578A; }
a { background-color: rgb(219,87,138); }
div.DivClassName
{
background-color: #DB578A;
}
.BgClassName
{
background-color: #DB578A;
}
</style>
border-color css
<style>
span { border-color: #DB578A; }
span { border-color: rgb(219,87,138); }
td.TdClassName
{
border-color: #DB578A;
}
.TagClassName
{
border-color: #DB578A;
}
</style>