Html Css Color HEX #D85B8B Dark Pink

📋 copy color: '#D85B8B'

red 216 ◦ green 91 ◦ blue 139

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

Shades of Dark Pink #D85B8B

Tints of Dark Pink #D85B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 48.43%
G = 20.4%
B = 31.17%

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

#D85B8B (or 0xD85B8B) is known color: Dark Pink. HEX triplet: D8, 5B and 8B. RGB value is (216,91,139). Sum of RGB (Red+Green+Blue) = 216+91+139=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B8B is #27A474. Grayscale: #858585. Windows color (decimal): -2598005 or 9133016. OLE color: 9133016.

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

Color convert

RGB 216 91 139 -
CMYK 0 0.58 0.36 0.15
HSL 336.96º 0.62% 0.6% -
HSV(B) 336.96º 0.58% 0.85% -
XYZ 36.72 23.95 27.11 -
YUV 133.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 216 91 139 0 0.58 0.36 0.15 336.96 0.62 0.6
Hex D8 5B 8B 0 3A 24 F 151 3E 3C
Octal 330 133 213 0 72 44 17 521 76 74
Binary 11011000 1011011 10001011 0 111010 100100 1111 101010001 111110 111100

Color Harmonies of #D85B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B8B

Black with #D85B8B

Text Example


Text Example

White with #D85B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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