#D4867D

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

Shades of My Pink #D4867D

Tints of My Pink #D4867D

Color information

#D4867D (or 0xD4867D) is unknown color: approx My Pink. HEX triplet: D4, 86 and 7D. RGB value is (212,134,125). Sum of RGB (Red+Green+Blue) = 212+134+125=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4867D is #2B7982. Grayscale: #9C9C9C. Windows color (decimal): -2849155 or 8226516. OLE color: 8226516.

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

Color convert

RGB212134125-
CMYK00.370.410.17
HSL6.21º50.29%66.08%-
HSV(B)6.21º41.04%83.14%-
XYZ39.3832.5323.61-
YUV156.3110.34167.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=45.01%
G=28.45%
B=26.54%

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
Decimal21213412500.370.410.176.2150.2966.08
HexD4867D025291163242
Octal3242061750455121662102
Binary110101001000011011111010100101101001100011101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4867D; }

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

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

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

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

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

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

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

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