Shades of Dark Pink #D9578F
Tints of Dark Pink #D9578F
RGB
CMYK
RGB Variations
Color information
#D9578F (or 0xD9578F) is known color: Dark Pink. HEX triplet: D9, 57 and 8F. RGB value is (217,87,143). Sum of RGB (Red+Green+Blue) = 217+87+143=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9578F is #26A870. Grayscale: #848484. Windows color (decimal): -2533489 or 9394137. OLE color: 9394137.
HSL color Cylindrical-coordinate representation of color #D9578F: hue angle of 334.15º 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 #D9578F is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 143 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.15 |
| HSL | 334.15º | 0.63% | 0.6% | - |
| HSV(B) | 334.15º | 0.6% | 0.85% | - |
| XYZ | 36.98 | 23.55 | 28.58 | - |
| YUV | 132.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 143 | 0 | 0.60 | 0.34 | 0.15 | 334.15 | 0.63 | 0.6 |
| Hex | D9 | 57 | 8F | 0 | 3C | 22 | F | 14E | 3F | 3C |
| Octal | 331 | 127 | 217 | 0 | 74 | 42 | 17 | 516 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10001111 | 0 | 111100 | 100010 | 1111 | 101001110 | 111111 | 111100 |
Color Harmonies of #D9578F
Complementary color
Monochromatic Colors of #D9578F
Black with #D9578F
Text Example
Text Example
White with #D9578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9578F; }
p { color: rgb(217,87,143); }
H1.HeaderClassName
{
color: #D9578F;
}
.AnyTagClassName
{
color: #D9578F;
}
</style>
background-color css
<style>
a { background-color: #D9578F; }
a { background-color: rgb(217,87,143); }
div.DivClassName
{
background-color: #D9578F;
}
.BgClassName
{
background-color: #D9578F;
}
</style>
border-color css
<style>
span { border-color: #D9578F; }
span { border-color: rgb(217,87,143); }
td.TdClassName
{
border-color: #D9578F;
}
.TagClassName
{
border-color: #D9578F;
}
</style>