Shades of Dark Pink #D85A8C
Tints of Dark Pink #D85A8C
RGB
CMYK
RGB Variations
Color information
#D85A8C (or 0xD85A8C) is known color: Dark Pink. HEX triplet: D8, 5A and 8C. RGB value is (216,90,140). Sum of RGB (Red+Green+Blue) = 216+90+140=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85A8C is #27A573. Grayscale: #858585. Windows color (decimal): -2598260 or 9198296. OLE color: 9198296.
HSL color Cylindrical-coordinate representation of color #D85A8C: hue angle of 336.19º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A8C is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 140 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.15 |
| HSL | 336.19º | 0.62% | 0.6% | - |
| HSV(B) | 336.19º | 0.58% | 0.85% | - |
| XYZ | 36.71 | 23.8 | 27.47 | - |
| YUV | 133.37 | 131.74 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 140 | 0 | 0.58 | 0.35 | 0.15 | 336.19 | 0.62 | 0.6 |
| Hex | D8 | 5A | 8C | 0 | 3A | 23 | F | 150 | 3E | 3C |
| Octal | 330 | 132 | 214 | 0 | 72 | 43 | 17 | 520 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10001100 | 0 | 111010 | 100011 | 1111 | 101010000 | 111110 | 111100 |
Color Harmonies of #D85A8C
Complementary color
Monochromatic Colors of #D85A8C
Black with #D85A8C
Text Example
Text Example
White with #D85A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A8C; }
p { color: rgb(216,90,140); }
H1.HeaderClassName
{
color: #D85A8C;
}
.AnyTagClassName
{
color: #D85A8C;
}
</style>
background-color css
<style>
a { background-color: #D85A8C; }
a { background-color: rgb(216,90,140); }
div.DivClassName
{
background-color: #D85A8C;
}
.BgClassName
{
background-color: #D85A8C;
}
</style>
border-color css
<style>
span { border-color: #D85A8C; }
span { border-color: rgb(216,90,140); }
td.TdClassName
{
border-color: #D85A8C;
}
.TagClassName
{
border-color: #D85A8C;
}
</style>