Html Css Color HEX #D85D86 Dark Pink

📋 copy color: '#D85D86'

red 216 ◦ green 93 ◦ blue 134

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

Shades of Dark Pink #D85D86

Tints of Dark Pink #D85D86

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.99%

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

R = 48.76%
G = 20.99%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85D86 (or 0xD85D86) is known color: Dark Pink. HEX triplet: D8, 5D and 86. RGB value is (216,93,134). Sum of RGB (Red+Green+Blue) = 216+93+134=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85D86 is #27A279. Grayscale: #868686. Windows color (decimal): -2597498 or 8805848. OLE color: 8805848.

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

Color convert

RGB 216 93 134 -
CMYK 0 0.57 0.38 0.15
HSL 340º 0.61% 0.61% -
HSV(B) 340º 0.57% 0.85% -
XYZ 36.54 24.15 25.29 -
YUV 134.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 216 93 134 0 0.57 0.38 0.15 340 0.61 0.61
Hex D8 5D 86 0 39 26 F 154 3D 3D
Octal 330 135 206 0 71 46 17 524 75 75
Binary 11011000 1011101 10000110 0 111001 100110 1111 101010100 111101 111101

Color Harmonies of #D85D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D86

Black with #D85D86

Text Example


Text Example

White with #D85D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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