Html Css Color HEX #D85B8A Dark Pink

📋 copy color: '#D85B8A'

red 216 ◦ green 91 ◦ blue 138

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

Shades of Dark Pink #D85B8A

Tints of Dark Pink #D85B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 48.54%
G = 20.45%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D85B8A (or 0xD85B8A) is known color: Dark Pink. HEX triplet: D8, 5B and 8A. RGB value is (216,91,138). Sum of RGB (Red+Green+Blue) = 216+91+138=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B8A is #27A475. Grayscale: #858585. Windows color (decimal): -2598006 or 9067480. OLE color: 9067480.

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

Color convert

RGB 216 91 138 -
CMYK 0 0.58 0.36 0.15
HSL 337.44º 0.62% 0.6% -
HSV(B) 337.44º 0.58% 0.85% -
XYZ 36.65 23.92 26.73 -
YUV 133.73 130.41 186.68 -
System Red Green Blue C M Y K H S L
Decimal 216 91 138 0 0.58 0.36 0.15 337.44 0.62 0.6
Hex D8 5B 8A 0 3A 24 F 151 3E 3C
Octal 330 133 212 0 72 44 17 521 76 74
Binary 11011000 1011011 10001010 0 111010 100100 1111 101010001 111110 111100

Color Harmonies of #D85B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B8A

Black with #D85B8A

Text Example


Text Example

White with #D85B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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