Shades of Dark Pink #D9558F
Tints of Dark Pink #D9558F
RGB
CMYK
RGB Variations
Color information
#D9558F (or 0xD9558F) is known color: Dark Pink. HEX triplet: D9, 55 and 8F. RGB value is (217,85,143). Sum of RGB (Red+Green+Blue) = 217+85+143=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9558F is #26AA70. Grayscale: #828282. Windows color (decimal): -2534001 or 9393625. OLE color: 9393625.
HSL color Cylindrical-coordinate representation of color #D9558F: hue angle of 333.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9558F is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 143 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.15 |
| HSL | 333.64º | 0.63% | 0.59% | - |
| HSV(B) | 333.64º | 0.61% | 0.85% | - |
| XYZ | 36.82 | 23.23 | 28.53 | - |
| YUV | 131.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 143 | 0 | 0.61 | 0.34 | 0.15 | 333.64 | 0.63 | 0.59 |
| Hex | D9 | 55 | 8F | 0 | 3D | 22 | F | 14E | 3F | 3B |
| Octal | 331 | 125 | 217 | 0 | 75 | 42 | 17 | 516 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10001111 | 0 | 111101 | 100010 | 1111 | 101001110 | 111111 | 111011 |
Color Harmonies of #D9558F
Complementary color
Monochromatic Colors of #D9558F
Black with #D9558F
Text Example
Text Example
White with #D9558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9558F; }
p { color: rgb(217,85,143); }
H1.HeaderClassName
{
color: #D9558F;
}
.AnyTagClassName
{
color: #D9558F;
}
</style>
background-color css
<style>
a { background-color: #D9558F; }
a { background-color: rgb(217,85,143); }
div.DivClassName
{
background-color: #D9558F;
}
.BgClassName
{
background-color: #D9558F;
}
</style>
border-color css
<style>
span { border-color: #D9558F; }
span { border-color: rgb(217,85,143); }
td.TdClassName
{
border-color: #D9558F;
}
.TagClassName
{
border-color: #D9558F;
}
</style>