#D4877D

Color #D4877D My Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Pink #D4877D

Tints of My Pink #D4877D

Color information

#D4877D (or 0xD4877D) is unknown color: approx 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

RGB212135125-
CMYK00.360.410.17
HSL6.9º50.29%66.08%-
HSV(B)6.9º41.04%83.14%-
XYZ39.5232.8123.65-
YUV156.88110.01167.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=44.92%
G=28.60%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213512500.360.410.176.950.2966.08
HexD4877D024291173242
Octal3242071750445121762102
Binary110101001000011111111010100100101001100011111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>