Shades of Dark Pink #D95789
Tints of Dark Pink #D95789
RGB
CMYK
RGB Variations
Color information
#D95789 (or 0xD95789) is known color: Dark Pink. HEX triplet: D9, 57 and 89. RGB value is (217,87,137). Sum of RGB (Red+Green+Blue) = 217+87+137=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D95789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95789 is #26A876. Grayscale: #838383. Windows color (decimal): -2533495 or 9000921. OLE color: 9000921.
HSL color Cylindrical-coordinate representation of color #D95789: hue angle of 336.92º 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 #D95789 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 137 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.15 |
| HSL | 336.92º | 0.63% | 0.6% | - |
| HSV(B) | 336.92º | 0.6% | 0.85% | - |
| XYZ | 36.54 | 23.37 | 26.25 | - |
| YUV | 131.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 137 | 0 | 0.60 | 0.37 | 0.15 | 336.92 | 0.63 | 0.6 |
| Hex | D9 | 57 | 89 | 0 | 3C | 25 | F | 151 | 3F | 3C |
| Octal | 331 | 127 | 211 | 0 | 74 | 45 | 17 | 521 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10001001 | 0 | 111100 | 100101 | 1111 | 101010001 | 111111 | 111100 |
Color Harmonies of #D95789
Complementary color
Monochromatic Colors of #D95789
Black with #D95789
Text Example
Text Example
White with #D95789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95789; }
p { color: rgb(217,87,137); }
H1.HeaderClassName
{
color: #D95789;
}
.AnyTagClassName
{
color: #D95789;
}
</style>
background-color css
<style>
a { background-color: #D95789; }
a { background-color: rgb(217,87,137); }
div.DivClassName
{
background-color: #D95789;
}
.BgClassName
{
background-color: #D95789;
}
</style>
border-color css
<style>
span { border-color: #D95789; }
span { border-color: rgb(217,87,137); }
td.TdClassName
{
border-color: #D95789;
}
.TagClassName
{
border-color: #D95789;
}
</style>