Shades of Dark Pink #D9578B
Tints of Dark Pink #D9578B
RGB
CMYK
RGB Variations
Color information
#D9578B (or 0xD9578B) is known color: Dark Pink. HEX triplet: D9, 57 and 8B. RGB value is (217,87,139). Sum of RGB (Red+Green+Blue) = 217+87+139=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9578B is #26A874. Grayscale: #838383. Windows color (decimal): -2533493 or 9131993. OLE color: 9131993.
HSL color Cylindrical-coordinate representation of color #D9578B: hue angle of 336º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9578B is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 139 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.15 |
| HSL | 336º | 0.63% | 0.6% | - |
| HSV(B) | 336º | 0.6% | 0.85% | - |
| XYZ | 36.68 | 23.43 | 27.02 | - |
| YUV | 131.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 139 | 0 | 0.60 | 0.36 | 0.15 | 336 | 0.63 | 0.6 |
| Hex | D9 | 57 | 8B | 0 | 3C | 24 | F | 150 | 3F | 3C |
| Octal | 331 | 127 | 213 | 0 | 74 | 44 | 17 | 520 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10001011 | 0 | 111100 | 100100 | 1111 | 101010000 | 111111 | 111100 |
Color Harmonies of #D9578B
Complementary color
Monochromatic Colors of #D9578B
Black with #D9578B
Text Example
Text Example
White with #D9578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9578B; }
p { color: rgb(217,87,139); }
H1.HeaderClassName
{
color: #D9578B;
}
.AnyTagClassName
{
color: #D9578B;
}
</style>
background-color css
<style>
a { background-color: #D9578B; }
a { background-color: rgb(217,87,139); }
div.DivClassName
{
background-color: #D9578B;
}
.BgClassName
{
background-color: #D9578B;
}
</style>
border-color css
<style>
span { border-color: #D9578B; }
span { border-color: rgb(217,87,139); }
td.TdClassName
{
border-color: #D9578B;
}
.TagClassName
{
border-color: #D9578B;
}
</style>