#D4867E

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

Shades of My Pink #D4867E

Tints of My Pink #D4867E

Color information

#D4867E (or 0xD4867E) is unknown color: approx My Pink. HEX triplet: D4, 86 and 7E. RGB value is (212,134,126). Sum of RGB (Red+Green+Blue) = 212+134+126=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4867E is #2B7981. Grayscale: #9C9C9C. Windows color (decimal): -2849154 or 8292052. OLE color: 8292052.

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

Color convert

RGB212134126-
CMYK00.370.410.17
HSL5.58º50%66.27%-
HSV(B)5.58º40.57%83.14%-
XYZ39.4432.5523.94-
YUV156.41110.84167.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=44.92%
G=28.39%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213412600.370.410.175.585066.27
HexD4867E025291163242
Octal3242061760455121662102
Binary110101001000011011111100100101101001100011101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4867E; }

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

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

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

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

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

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

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

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