Shades of Dark Pink #D85C8B
Tints of Dark Pink #D85C8B
RGB
CMYK
RGB Variations
Color information
#D85C8B (or 0xD85C8B) is known color: Dark Pink. HEX triplet: D8, 5C and 8B. RGB value is (216,92,139). Sum of RGB (Red+Green+Blue) = 216+92+139=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85C8B is #27A374. Grayscale: #868686. Windows color (decimal): -2597749 or 9133272. OLE color: 9133272.
HSL color Cylindrical-coordinate representation of color #D85C8B: hue angle of 337.26º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85C8B is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 139 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.15 |
| HSL | 337.26º | 0.61% | 0.6% | - |
| HSV(B) | 337.26º | 0.57% | 0.85% | - |
| XYZ | 36.81 | 24.12 | 27.14 | - |
| YUV | 134.43 | 130.58 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 139 | 0 | 0.57 | 0.36 | 0.15 | 337.26 | 0.61 | 0.6 |
| Hex | D8 | 5C | 8B | 0 | 39 | 24 | F | 151 | 3D | 3C |
| Octal | 330 | 134 | 213 | 0 | 71 | 44 | 17 | 521 | 75 | 74 |
| Binary | 11011000 | 1011100 | 10001011 | 0 | 111001 | 100100 | 1111 | 101010001 | 111101 | 111100 |
Color Harmonies of #D85C8B
Complementary color
Monochromatic Colors of #D85C8B
Black with #D85C8B
Text Example
Text Example
White with #D85C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C8B; }
p { color: rgb(216,92,139); }
H1.HeaderClassName
{
color: #D85C8B;
}
.AnyTagClassName
{
color: #D85C8B;
}
</style>
background-color css
<style>
a { background-color: #D85C8B; }
a { background-color: rgb(216,92,139); }
div.DivClassName
{
background-color: #D85C8B;
}
.BgClassName
{
background-color: #D85C8B;
}
</style>
border-color css
<style>
span { border-color: #D85C8B; }
span { border-color: rgb(216,92,139); }
td.TdClassName
{
border-color: #D85C8B;
}
.TagClassName
{
border-color: #D85C8B;
}
</style>