#D85F86

Color #D85F86 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #D85F86

Tints of Dark Pink #D85F86

Color information

#D85F86 (or 0xD85F86) is unknown color: approx Dark Pink. HEX triplet: D8, 5F and 86. RGB value is (216,95,134). Sum of RGB (Red+Green+Blue) = 216+95+134=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85F86 is #27A079. Grayscale: #878787. Windows color (decimal): -2596986 or 8806360. OLE color: 8806360.

HSL color Cylindrical-coordinate representation of color #D85F86: hue angle of 340.66º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85F86 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB21695134-
CMYK00.560.380.15
HSL340.66º60.8%60.98%-
HSV(B)340.66º56.02%84.71%-
XYZ36.7124.525.35-
YUV135.62127.09185.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 48.54%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=48.54%
G=21.35%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169513400.560.380.15340.6660.860.98
HexD85F8603826F1553d3d
Octal33013720607046175257575
Binary1101100010111111000011001110001001101111101010101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85F86; }

 p { color: rgb(216,95,134); }

 H1.HeaderClassName
 {
   color: #D85F86;
 }
 .AnyTagClassName
 {
   color: #D85F86;
 }
</style>
background-color css

<style>
 a { background-color: #D85F86; }

 a { background-color: rgb(216,95,134); }

 div.DivClassName
 {
   background-color: #D85F86;
 }
 .BgClassName
 {
   background-color: #D85F86;
 }
</style>
border-color css

<style>
 span { border-color: #D85F86; }

 span { border-color: rgb(216,95,134); }

 td.TdClassName
 {
   border-color: #D85F86;
 }
 .TagClassName
 {
   border-color: #D85F86;
 }
</style>