Shades of Dark Pink #D9578D
Tints of Dark Pink #D9578D
RGB
CMYK
RGB Variations
Color information
#D9578D (or 0xD9578D) is known color: Dark Pink. HEX triplet: D9, 57 and 8D. RGB value is (217,87,141). Sum of RGB (Red+Green+Blue) = 217+87+141=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9578D is #26A872. Grayscale: #838383. Windows color (decimal): -2533491 or 9263065. OLE color: 9263065.
HSL color Cylindrical-coordinate representation of color #D9578D: hue angle of 335.08º 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 #D9578D is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 141 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.15 |
| HSL | 335.08º | 0.63% | 0.6% | - |
| HSV(B) | 335.08º | 0.6% | 0.85% | - |
| XYZ | 36.83 | 23.49 | 27.79 | - |
| YUV | 132.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 141 | 0 | 0.60 | 0.35 | 0.15 | 335.08 | 0.63 | 0.6 |
| Hex | D9 | 57 | 8D | 0 | 3C | 23 | F | 14F | 3F | 3C |
| Octal | 331 | 127 | 215 | 0 | 74 | 43 | 17 | 517 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10001101 | 0 | 111100 | 100011 | 1111 | 101001111 | 111111 | 111100 |
Color Harmonies of #D9578D
Complementary color
Monochromatic Colors of #D9578D
Black with #D9578D
Text Example
Text Example
White with #D9578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9578D; }
p { color: rgb(217,87,141); }
H1.HeaderClassName
{
color: #D9578D;
}
.AnyTagClassName
{
color: #D9578D;
}
</style>
background-color css
<style>
a { background-color: #D9578D; }
a { background-color: rgb(217,87,141); }
div.DivClassName
{
background-color: #D9578D;
}
.BgClassName
{
background-color: #D9578D;
}
</style>
border-color css
<style>
span { border-color: #D9578D; }
span { border-color: rgb(217,87,141); }
td.TdClassName
{
border-color: #D9578D;
}
.TagClassName
{
border-color: #D9578D;
}
</style>