Html Css Color HEX #D85B89 Dark Pink

📋 copy color: '#D85B89'

red 216 ◦ green 91 ◦ blue 137

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

Shades of Dark Pink #D85B89

Tints of Dark Pink #D85B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.5%

 BLUE value IS 137 (53.91% from 255) = 30.86%

R = 48.65%
G = 20.5%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D85B89 (or 0xD85B89) is known color: Dark Pink. HEX triplet: D8, 5B and 89. RGB value is (216,91,137). Sum of RGB (Red+Green+Blue) = 216+91+137=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B89 is #27A476. Grayscale: #858585. Windows color (decimal): -2598007 or 9001944. OLE color: 9001944.

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

Color convert

RGB 216 91 137 -
CMYK 0 0.58 0.37 0.15
HSL 337.92º 0.62% 0.6% -
HSV(B) 337.92º 0.58% 0.85% -
XYZ 36.58 23.89 26.35 -
YUV 133.62 129.91 186.76 -
System Red Green Blue C M Y K H S L
Decimal 216 91 137 0 0.58 0.37 0.15 337.92 0.62 0.6
Hex D8 5B 89 0 3A 25 F 152 3E 3C
Octal 330 133 211 0 72 45 17 522 76 74
Binary 11011000 1011011 10001001 0 111010 100101 1111 101010010 111110 111100

Color Harmonies of #D85B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B89

Black with #D85B89

Text Example


Text Example

White with #D85B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B89; }

 p { color: rgb(216,91,137); }

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

background-color css

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

 a { background-color: rgb(216,91,137); }

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

border-color css

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

 span { border-color: rgb(216,91,137); }

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