Html Css Color HEX #D5887E My Pink

📋 copy color: '#D5887E'

red 213 ◦ green 136 ◦ blue 126

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

Shades of My Pink #D5887E

Tints of My Pink #D5887E

RGB

 RED value IS 213 (83.59% from 255) = 44.84%

 GREEN value IS 136 (53.52% from 255) = 28.63%

 BLUE value IS 126 (49.61% from 255) = 26.53%

R = 44.84%
G = 28.63%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5887E (or 0xD5887E) is known color: My Pink. HEX triplet: D5, 88 and 7E. RGB value is (213,136,126). Sum of RGB (Red+Green+Blue) = 213+136+126=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5887E is #2A7781. Grayscale: #9E9E9E. Windows color (decimal): -2783106 or 8292565. OLE color: 8292565.

HSL color Cylindrical-coordinate representation of color #D5887E: hue angle of 6.9º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5887E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 136 126 -
CMYK 0 0.36 0.41 0.16
HSL 6.9º 0.51% 0.66% -
HSV(B) 6.9º 0.41% 0.84% -
XYZ 40.01 33.26 24.05 -
YUV 157.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 213 136 126 0 0.36 0.41 0.16 6.9 0.51 0.66
Hex D5 88 7E 0 24 29 10 7 33 42
Octal 325 210 176 0 44 51 20 7 63 102
Binary 11010101 10001000 1111110 0 100100 101001 10000 111 110011 1000010

Color Harmonies of #D5887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5887E

Black with #D5887E

Text Example


Text Example

White with #D5887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5887E; }

 p { color: rgb(213,136,126); }

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

background-color css

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

 a { background-color: rgb(213,136,126); }

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

border-color css

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

 span { border-color: rgb(213,136,126); }

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