Html Css Color HEX #D85989 Dark Pink

📋 copy color: '#D85989'

red 216 ◦ green 89 ◦ blue 137

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

Shades of Dark Pink #D85989

Tints of Dark Pink #D85989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.14%

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

R = 48.87%
G = 20.14%
B = 31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D85989 (or 0xD85989) is known color: Dark Pink. HEX triplet: D8, 59 and 89. RGB value is (216,89,137). Sum of RGB (Red+Green+Blue) = 216+89+137=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D85989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85989 is #27A676. Grayscale: #848484. Windows color (decimal): -2598519 or 9001432. OLE color: 9001432.

HSL color Cylindrical-coordinate representation of color #D85989: hue angle of 337.32º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85989 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 89 137 -
CMYK 0 0.59 0.37 0.15
HSL 337.32º 0.62% 0.6% -
HSV(B) 337.32º 0.59% 0.85% -
XYZ 36.41 23.55 26.29 -
YUV 132.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 216 89 137 0 0.59 0.37 0.15 337.32 0.62 0.6
Hex D8 59 89 0 3B 25 F 151 3E 3C
Octal 330 131 211 0 73 45 17 521 76 74
Binary 11011000 1011001 10001001 0 111011 100101 1111 101010001 111110 111100

Color Harmonies of #D85989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85989

Black with #D85989

Text Example


Text Example

White with #D85989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85989; }

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

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

background-color css

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

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

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

border-color css

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

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

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