Shades of Dark Pink #D95C8C
Tints of Dark Pink #D95C8C
RGB
CMYK
RGB Variations
Color information
#D95C8C (or 0xD95C8C) is known color: Dark Pink. HEX triplet: D9, 5C and 8C. RGB value is (217,92,140). Sum of RGB (Red+Green+Blue) = 217+92+140=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95C8C is #26A373. Grayscale: #868686. Windows color (decimal): -2532212 or 9198809. OLE color: 9198809.
HSL color Cylindrical-coordinate representation of color #D95C8C: hue angle of 336.96º 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 #D95C8C is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 140 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.15 |
| HSL | 336.96º | 0.62% | 0.61% | - |
| HSV(B) | 336.96º | 0.58% | 0.85% | - |
| XYZ | 37.18 | 24.3 | 27.54 | - |
| YUV | 134.85 | 130.91 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 140 | 0 | 0.58 | 0.35 | 0.15 | 336.96 | 0.62 | 0.61 |
| Hex | D9 | 5C | 8C | 0 | 3A | 23 | F | 151 | 3E | 3D |
| Octal | 331 | 134 | 214 | 0 | 72 | 43 | 17 | 521 | 76 | 75 |
| Binary | 11011001 | 1011100 | 10001100 | 0 | 111010 | 100011 | 1111 | 101010001 | 111110 | 111101 |
Color Harmonies of #D95C8C
Complementary color
Monochromatic Colors of #D95C8C
Black with #D95C8C
Text Example
Text Example
White with #D95C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C8C; }
p { color: rgb(217,92,140); }
H1.HeaderClassName
{
color: #D95C8C;
}
.AnyTagClassName
{
color: #D95C8C;
}
</style>
background-color css
<style>
a { background-color: #D95C8C; }
a { background-color: rgb(217,92,140); }
div.DivClassName
{
background-color: #D95C8C;
}
.BgClassName
{
background-color: #D95C8C;
}
</style>
border-color css
<style>
span { border-color: #D95C8C; }
span { border-color: rgb(217,92,140); }
td.TdClassName
{
border-color: #D95C8C;
}
.TagClassName
{
border-color: #D95C8C;
}
</style>