Shades of Dark Pink #D95C89
Tints of Dark Pink #D95C89
RGB
CMYK
RGB Variations
Color information
#D95C89 (or 0xD95C89) is known color: Dark Pink. HEX triplet: D9, 5C and 89. RGB value is (217,92,137). Sum of RGB (Red+Green+Blue) = 217+92+137=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95C89 is #26A376. Grayscale: #868686. Windows color (decimal): -2532215 or 9002201. OLE color: 9002201.
HSL color Cylindrical-coordinate representation of color #D95C89: hue angle of 338.4º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95C89 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 137 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.15 |
| HSL | 338.4º | 0.62% | 0.61% | - |
| HSV(B) | 338.4º | 0.58% | 0.85% | - |
| XYZ | 36.96 | 24.21 | 26.39 | - |
| YUV | 134.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 137 | 0 | 0.58 | 0.37 | 0.15 | 338.4 | 0.62 | 0.61 |
| Hex | D9 | 5C | 89 | 0 | 3A | 25 | F | 152 | 3E | 3D |
| Octal | 331 | 134 | 211 | 0 | 72 | 45 | 17 | 522 | 76 | 75 |
| Binary | 11011001 | 1011100 | 10001001 | 0 | 111010 | 100101 | 1111 | 101010010 | 111110 | 111101 |
Color Harmonies of #D95C89
Complementary color
Monochromatic Colors of #D95C89
Black with #D95C89
Text Example
Text Example
White with #D95C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C89; }
p { color: rgb(217,92,137); }
H1.HeaderClassName
{
color: #D95C89;
}
.AnyTagClassName
{
color: #D95C89;
}
</style>
background-color css
<style>
a { background-color: #D95C89; }
a { background-color: rgb(217,92,137); }
div.DivClassName
{
background-color: #D95C89;
}
.BgClassName
{
background-color: #D95C89;
}
</style>
border-color css
<style>
span { border-color: #D95C89; }
span { border-color: rgb(217,92,137); }
td.TdClassName
{
border-color: #D95C89;
}
.TagClassName
{
border-color: #D95C89;
}
</style>