Html Css Color HEX #D5897D My Pink

📋 copy color: '#D5897D'

red 213 ◦ green 137 ◦ blue 125

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

Shades of My Pink #D5897D

Tints of My Pink #D5897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.84%

 BLUE value IS 125 (49.22% from 255) = 26.32%

R = 44.84%
G = 28.84%
B = 26.32%

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

#D5897D (or 0xD5897D) is known color: My Pink. HEX triplet: D5, 89 and 7D. RGB value is (213,137,125). Sum of RGB (Red+Green+Blue) = 213+137+125=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5897D is #2A7682. Grayscale: #9E9E9E. Windows color (decimal): -2782851 or 8227285. OLE color: 8227285.

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

Color convert

RGB 213 137 125 -
CMYK 0 0.36 0.41 0.16
HSL 8.18º 0.51% 0.66% -
HSV(B) 8.18º 0.41% 0.84% -
XYZ 40.09 33.52 23.76 -
YUV 158.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 213 137 125 0 0.36 0.41 0.16 8.18 0.51 0.66
Hex D5 89 7D 0 24 29 10 8 33 42
Octal 325 211 175 0 44 51 20 10 63 102
Binary 11010101 10001001 1111101 0 100100 101001 10000 1000 110011 1000010

Color Harmonies of #D5897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5897D

Black with #D5897D

Text Example


Text Example

White with #D5897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5897D; }

 p { color: rgb(213,137,125); }

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

background-color css

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

 a { background-color: rgb(213,137,125); }

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

border-color css

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

 span { border-color: rgb(213,137,125); }

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