Html Css Color HEX #D4877D My Pink

📋 copy color: '#D4877D'

red 212 ◦ green 135 ◦ blue 125

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

Shades of My Pink #D4877D

Tints of My Pink #D4877D

RGB

 RED value IS 212 (83.2% from 255) = 44.92%

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

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

R = 44.92%
G = 28.6%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4877D (or 0xD4877D) is known color: My Pink. HEX triplet: D4, 87 and 7D. RGB value is (212,135,125). Sum of RGB (Red+Green+Blue) = 212+135+125=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4877D is #2B7882. Grayscale: #9D9D9D. Windows color (decimal): -2848899 or 8226772. OLE color: 8226772.

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

Color convert

RGB 212 135 125 -
CMYK 0 0.36 0.41 0.17
HSL 6.9º 0.5% 0.66% -
HSV(B) 6.9º 0.41% 0.83% -
XYZ 39.52 32.81 23.65 -
YUV 156.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 212 135 125 0 0.36 0.41 0.17 6.9 0.5 0.66
Hex D4 87 7D 0 24 29 11 7 32 42
Octal 324 207 175 0 44 51 21 7 62 102
Binary 11010100 10000111 1111101 0 100100 101001 10001 111 110010 1000010

Color Harmonies of #D4877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4877D

Black with #D4877D

Text Example


Text Example

White with #D4877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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