Html Css Color HEX #D85B8C Dark Pink

📋 copy color: '#D85B8C'

red 216 ◦ green 91 ◦ blue 140

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

Shades of Dark Pink #D85B8C

Tints of Dark Pink #D85B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 48.32%
G = 20.36%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D85B8C (or 0xD85B8C) is known color: Dark Pink. HEX triplet: D8, 5B and 8C. RGB value is (216,91,140). Sum of RGB (Red+Green+Blue) = 216+91+140=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B8C is #27A473. Grayscale: #858585. Windows color (decimal): -2598004 or 9198552. OLE color: 9198552.

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

Color convert

RGB 216 91 140 -
CMYK 0 0.58 0.35 0.15
HSL 336.48º 0.62% 0.6% -
HSV(B) 336.48º 0.58% 0.85% -
XYZ 36.79 23.97 27.5 -
YUV 133.96 131.41 186.52 -
System Red Green Blue C M Y K H S L
Decimal 216 91 140 0 0.58 0.35 0.15 336.48 0.62 0.6
Hex D8 5B 8C 0 3A 23 F 150 3E 3C
Octal 330 133 214 0 72 43 17 520 76 74
Binary 11011000 1011011 10001100 0 111010 100011 1111 101010000 111110 111100

Color Harmonies of #D85B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B8C

Black with #D85B8C

Text Example


Text Example

White with #D85B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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