Shades of Dark Pink #D95A8D
Tints of Dark Pink #D95A8D
RGB
CMYK
RGB Variations
Color information
#D95A8D (or 0xD95A8D) is known color: Dark Pink. HEX triplet: D9, 5A and 8D. RGB value is (217,90,141). Sum of RGB (Red+Green+Blue) = 217+90+141=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95A8D is #26A572. Grayscale: #858585. Windows color (decimal): -2532723 or 9263833. OLE color: 9263833.
HSL color Cylindrical-coordinate representation of color #D95A8D: hue angle of 335.91º 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 #D95A8D is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 141 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.15 |
| HSL | 335.91º | 0.63% | 0.6% | - |
| HSV(B) | 335.91º | 0.59% | 0.85% | - |
| XYZ | 37.08 | 23.99 | 27.88 | - |
| YUV | 133.79 | 132.08 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 141 | 0 | 0.59 | 0.35 | 0.15 | 335.91 | 0.63 | 0.6 |
| Hex | D9 | 5A | 8D | 0 | 3B | 23 | F | 150 | 3F | 3C |
| Octal | 331 | 132 | 215 | 0 | 73 | 43 | 17 | 520 | 77 | 74 |
| Binary | 11011001 | 1011010 | 10001101 | 0 | 111011 | 100011 | 1111 | 101010000 | 111111 | 111100 |
Color Harmonies of #D95A8D
Complementary color
Monochromatic Colors of #D95A8D
Black with #D95A8D
Text Example
Text Example
White with #D95A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95A8D; }
p { color: rgb(217,90,141); }
H1.HeaderClassName
{
color: #D95A8D;
}
.AnyTagClassName
{
color: #D95A8D;
}
</style>
background-color css
<style>
a { background-color: #D95A8D; }
a { background-color: rgb(217,90,141); }
div.DivClassName
{
background-color: #D95A8D;
}
.BgClassName
{
background-color: #D95A8D;
}
</style>
border-color css
<style>
span { border-color: #D95A8D; }
span { border-color: rgb(217,90,141); }
td.TdClassName
{
border-color: #D95A8D;
}
.TagClassName
{
border-color: #D95A8D;
}
</style>