#D4897E

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

Shades of My Pink #D4897E

Tints of My Pink #D4897E

Color information

#D4897E (or 0xD4897E) is unknown color: approx My Pink. HEX triplet: D4, 89 and 7E. RGB value is (212,137,126). Sum of RGB (Red+Green+Blue) = 212+137+126=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4897E is #2B7681. Grayscale: #9E9E9E. Windows color (decimal): -2848386 or 8292820. OLE color: 8292820.

HSL color Cylindrical-coordinate representation of color #D4897E: hue angle of 7.67º 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 #D4897E is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB212137126-
CMYK00.350.410.17
HSL7.67º50%66.27%-
HSV(B)7.67º40.57%83.14%-
XYZ39.8633.3924.08-
YUV158.17109.85166.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=44.63%
G=28.84%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213712600.350.410.177.675066.27
HexD4897E023291183242
Octal32421117604351211062102
Binary1101010010001001111111001000111010011000110001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4897E; }

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

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

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

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

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

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

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

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