Html Css Color HEX #D1877D My Pink

📋 copy color: '#D1877D'

red 209 ◦ green 135 ◦ blue 125

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

Shades of My Pink #D1877D

Tints of My Pink #D1877D

RGB

 RED value IS 209 (82.03% from 255) = 44.56%

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

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

R = 44.56%
G = 28.78%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1877D (or 0xD1877D) is known color: My Pink. HEX triplet: D1, 87 and 7D. RGB value is (209,135,125). Sum of RGB (Red+Green+Blue) = 209+135+125=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1877D is #2E7882. Grayscale: #9C9C9C. Windows color (decimal): -3045507 or 8226769. OLE color: 8226769.

HSL color Cylindrical-coordinate representation of color #D1877D: hue angle of 7.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1877D is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 135 125 -
CMYK 0 0.35 0.40 0.18
HSL 7.14º 0.48% 0.65% -
HSV(B) 7.14º 0.4% 0.82% -
XYZ 38.66 32.36 23.61 -
YUV 155.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 209 135 125 0 0.35 0.40 0.18 7.14 0.48 0.65
Hex D1 87 7D 0 23 28 12 7 30 41
Octal 321 207 175 0 43 50 22 7 60 101
Binary 11010001 10000111 1111101 0 100011 101000 10010 111 110000 1000001

Color Harmonies of #D1877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1877D

Black with #D1877D

Text Example


Text Example

White with #D1877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1877D; }

 p { color: rgb(209,135,125); }

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

background-color css

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

 a { background-color: rgb(209,135,125); }

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

border-color css

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

 span { border-color: rgb(209,135,125); }

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