Html Css Color HEX #D85F86 Dark Pink

📋 copy color: '#D85F86'

red 216 ◦ green 95 ◦ blue 134

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

Shades of Dark Pink #D85F86

Tints of Dark Pink #D85F86

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 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

#D85F86 (or 0xD85F86) is known color: 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

RGB 216 95 134 -
CMYK 0 0.56 0.38 0.15
HSL 340.66º 0.61% 0.61% -
HSV(B) 340.66º 0.56% 0.85% -
XYZ 36.71 24.5 25.35 -
YUV 135.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 216 95 134 0 0.56 0.38 0.15 340.66 0.61 0.61
Hex D8 5F 86 0 38 26 F 155 3D 3D
Octal 330 137 206 0 70 46 17 525 75 75
Binary 11011000 1011111 10000110 0 111000 100110 1111 101010101 111101 111101

Color Harmonies of #D85F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F86

Black with #D85F86

Text Example


Text Example

White with #D85F86

Text Example


Text Example

HTML Codes & Css Web 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>