Html Css Color HEX #D5877A My Pink

📋 copy color: '#D5877A'

red 213 ◦ green 135 ◦ blue 122

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

Shades of My Pink #D5877A

Tints of My Pink #D5877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.72%

 BLUE value IS 122 (48.05% from 255) = 25.96%

R = 45.32%
G = 28.72%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5877A (or 0xD5877A) is known color: My Pink. HEX triplet: D5, 87 and 7A. RGB value is (213,135,122). Sum of RGB (Red+Green+Blue) = 213+135+122=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5877A is #2A7885. Grayscale: #9C9C9C. Windows color (decimal): -2783366 or 8030165. OLE color: 8030165.

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

Color convert

RGB 213 135 122 -
CMYK 0 0.37 0.43 0.16
HSL 8.57º 0.52% 0.66% -
HSV(B) 8.57º 0.43% 0.84% -
XYZ 39.62 32.88 22.67 -
YUV 156.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 213 135 122 0 0.37 0.43 0.16 8.57 0.52 0.66
Hex D5 87 7A 0 25 2B 10 9 34 42
Octal 325 207 172 0 45 53 20 11 64 102
Binary 11010101 10000111 1111010 0 100101 101011 10000 1001 110100 1000010

Color Harmonies of #D5877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5877A

Black with #D5877A

Text Example


Text Example

White with #D5877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5877A; }

 p { color: rgb(213,135,122); }

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

background-color css

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

 a { background-color: rgb(213,135,122); }

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

border-color css

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

 span { border-color: rgb(213,135,122); }

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