Shades of Dark Pink #D95A8C
Tints of Dark Pink #D95A8C
RGB
CMYK
RGB Variations
Color information
#D95A8C (or 0xD95A8C) is known color: Dark Pink. HEX triplet: D9, 5A and 8C. RGB value is (217,90,140). Sum of RGB (Red+Green+Blue) = 217+90+140=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95A8C is #26A573. Grayscale: #858585. Windows color (decimal): -2532724 or 9198297. OLE color: 9198297.
HSL color Cylindrical-coordinate representation of color #D95A8C: hue angle of 336.38º 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 #D95A8C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 140 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.15 |
| HSL | 336.38º | 0.63% | 0.6% | - |
| HSV(B) | 336.38º | 0.59% | 0.85% | - |
| XYZ | 37.01 | 23.96 | 27.48 | - |
| YUV | 133.67 | 131.58 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 140 | 0 | 0.59 | 0.35 | 0.15 | 336.38 | 0.63 | 0.6 |
| Hex | D9 | 5A | 8C | 0 | 3B | 23 | F | 150 | 3F | 3C |
| Octal | 331 | 132 | 214 | 0 | 73 | 43 | 17 | 520 | 77 | 74 |
| Binary | 11011001 | 1011010 | 10001100 | 0 | 111011 | 100011 | 1111 | 101010000 | 111111 | 111100 |
Color Harmonies of #D95A8C
Complementary color
Monochromatic Colors of #D95A8C
Black with #D95A8C
Text Example
Text Example
White with #D95A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95A8C; }
p { color: rgb(217,90,140); }
H1.HeaderClassName
{
color: #D95A8C;
}
.AnyTagClassName
{
color: #D95A8C;
}
</style>
background-color css
<style>
a { background-color: #D95A8C; }
a { background-color: rgb(217,90,140); }
div.DivClassName
{
background-color: #D95A8C;
}
.BgClassName
{
background-color: #D95A8C;
}
</style>
border-color css
<style>
span { border-color: #D95A8C; }
span { border-color: rgb(217,90,140); }
td.TdClassName
{
border-color: #D95A8C;
}
.TagClassName
{
border-color: #D95A8C;
}
</style>