Shades of Dark Pink #D9598D
Tints of Dark Pink #D9598D
RGB
CMYK
RGB Variations
Color information
#D9598D (or 0xD9598D) is known color: Dark Pink. HEX triplet: D9, 59 and 8D. RGB value is (217,89,141). Sum of RGB (Red+Green+Blue) = 217+89+141=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9598D is #26A672. Grayscale: #858585. Windows color (decimal): -2532979 or 9263577. OLE color: 9263577.
HSL color Cylindrical-coordinate representation of color #D9598D: hue angle of 335.62º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9598D is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 141 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.15 |
| HSL | 335.63º | 0.63% | 0.6% | - |
| HSV(B) | 335.63º | 0.59% | 0.85% | - |
| XYZ | 37 | 23.82 | 27.85 | - |
| YUV | 133.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 141 | 0 | 0.59 | 0.35 | 0.15 | 335.63 | 0.63 | 0.6 |
| Hex | D9 | 59 | 8D | 0 | 3B | 23 | F | 150 | 3F | 3C |
| Octal | 331 | 131 | 215 | 0 | 73 | 43 | 17 | 520 | 77 | 74 |
| Binary | 11011001 | 1011001 | 10001101 | 0 | 111011 | 100011 | 1111 | 101010000 | 111111 | 111100 |
Color Harmonies of #D9598D
Complementary color
Monochromatic Colors of #D9598D
Black with #D9598D
Text Example
Text Example
White with #D9598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9598D; }
p { color: rgb(217,89,141); }
H1.HeaderClassName
{
color: #D9598D;
}
.AnyTagClassName
{
color: #D9598D;
}
</style>
background-color css
<style>
a { background-color: #D9598D; }
a { background-color: rgb(217,89,141); }
div.DivClassName
{
background-color: #D9598D;
}
.BgClassName
{
background-color: #D9598D;
}
</style>
border-color css
<style>
span { border-color: #D9598D; }
span { border-color: rgb(217,89,141); }
td.TdClassName
{
border-color: #D9598D;
}
.TagClassName
{
border-color: #D9598D;
}
</style>