Html Css Color HEX #D85E86 Dark Pink

📋 copy color: '#D85E86'

red 216 ◦ green 94 ◦ blue 134

#D85E86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #D85E86

Tints of Dark Pink #D85E86

RGB

 RED value IS 216 (84.77% from 255) = 48.65%

 GREEN value IS 94 (37.11% from 255) = 21.17%

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 48.65%
G = 21.17%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85E86 (or 0xD85E86) is known color: Dark Pink. HEX triplet: D8, 5E and 86. RGB value is (216,94,134). Sum of RGB (Red+Green+Blue) = 216+94+134=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85E86 is #27A179. Grayscale: #878787. Windows color (decimal): -2597242 or 8806104. OLE color: 8806104.

HSL color Cylindrical-coordinate representation of color #D85E86: hue angle of 340.33º 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 #D85E86 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 94 134 -
CMYK 0 0.56 0.38 0.15
HSL 340.33º 0.61% 0.61% -
HSV(B) 340.33º 0.56% 0.85% -
XYZ 36.62 24.33 25.32 -
YUV 135.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 216 94 134 0 0.56 0.38 0.15 340.33 0.61 0.61
Hex D8 5E 86 0 38 26 F 154 3D 3D
Octal 330 136 206 0 70 46 17 524 75 75
Binary 11011000 1011110 10000110 0 111000 100110 1111 101010100 111101 111101

Color Harmonies of #D85E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E86

Black with #D85E86

Text Example


Text Example

White with #D85E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E86; }

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

 H1.HeaderClassName
 {
   color: #D85E86;
 }
 .AnyTagClassName
 {
   color: #D85E86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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