#D4897F

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

Shades of My Pink #D4897F

Tints of My Pink #D4897F

Color information

#D4897F (or 0xD4897F) is unknown color: approx My Pink. HEX triplet: D4, 89 and 7F. RGB value is (212,137,127). Sum of RGB (Red+Green+Blue) = 212+137+127=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4897F is #2B7680. Grayscale: #9E9E9E. Windows color (decimal): -2848385 or 8358356. OLE color: 8358356.

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

Color convert

RGB212137127-
CMYK00.350.400.17
HSL7.06º49.71%66.47%-
HSV(B)7.06º40.09%83.14%-
XYZ39.9333.4224.43-
YUV158.28110.35166.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 127 (50% from 255) = 26.68%
R=44.54%
G=28.78%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213712700.350.400.177.0649.7166.47
HexD4897F023281173242
Octal3242111770435021762102
Binary110101001000100111111110100011101000100011111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4897F; }

 p { color: rgb(212,137,127); }

 H1.HeaderClassName
 {
   color: #D4897F;
 }
 .AnyTagClassName
 {
   color: #D4897F;
 }
</style>
background-color css

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

 a { background-color: rgb(212,137,127); }

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

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

 span { border-color: rgb(212,137,127); }

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