#D4867F

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

Shades of My Pink #D4867F

Tints of My Pink #D4867F

Color information

#D4867F (or 0xD4867F) is unknown color: approx My Pink. HEX triplet: D4, 86 and 7F. RGB value is (212,134,127). Sum of RGB (Red+Green+Blue) = 212+134+127=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D4867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4867F is #2B7980. Grayscale: #9C9C9C. Windows color (decimal): -2849153 or 8357588. OLE color: 8357588.

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

Color convert

RGB212134127-
CMYK00.370.400.17
HSL4.94º49.71%66.47%-
HSV(B)4.94º40.09%83.14%-
XYZ39.5132.5824.28-
YUV156.52111.34167.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.82%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 127 (50% from 255) = 26.85%
R=44.82%
G=28.33%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213412700.370.400.174.9449.7166.47
HexD4867F025281153242
Octal3242061770455021562102
Binary110101001000011011111110100101101000100011011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4867F; }

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

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

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

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

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

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

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

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