Html Css Color HEX #D85D89 Dark Pink

📋 copy color: '#D85D89'

red 216 ◦ green 93 ◦ blue 137

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

Shades of Dark Pink #D85D89

Tints of Dark Pink #D85D89

RGB

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

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

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

R = 48.43%
G = 20.85%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D85D89 (or 0xD85D89) is known color: Dark Pink. HEX triplet: D8, 5D and 89. RGB value is (216,93,137). Sum of RGB (Red+Green+Blue) = 216+93+137=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85D89 is #27A276. Grayscale: #868686. Windows color (decimal): -2597495 or 9002456. OLE color: 9002456.

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

Color convert

RGB 216 93 137 -
CMYK 0 0.57 0.37 0.15
HSL 338.54º 0.61% 0.61% -
HSV(B) 338.54º 0.57% 0.85% -
XYZ 36.75 24.23 26.41 -
YUV 134.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 216 93 137 0 0.57 0.37 0.15 338.54 0.61 0.61
Hex D8 5D 89 0 39 25 F 153 3D 3D
Octal 330 135 211 0 71 45 17 523 75 75
Binary 11011000 1011101 10001001 0 111001 100101 1111 101010011 111101 111101

Color Harmonies of #D85D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D89

Black with #D85D89

Text Example


Text Example

White with #D85D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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