#D5857A

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

Shades of My Pink #D5857A

Tints of My Pink #D5857A

Color information

#D5857A (or 0xD5857A) is unknown color: approx My Pink. HEX triplet: D5, 85 and 7A. RGB value is (213,133,122). Sum of RGB (Red+Green+Blue) = 213+133+122=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5857A is #2A7A85. Grayscale: #9B9B9B. Windows color (decimal): -2783878 or 8029653. OLE color: 8029653.

HSL color Cylindrical-coordinate representation of color #D5857A: hue angle of 7.25º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5857A is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB213133122-
CMYK00.380.430.16
HSL7.25º52%65.69%-
HSV(B)7.25º42.72%83.53%-
XYZ39.3432.3322.58-
YUV155.67109168.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=45.51%
G=28.42%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313312200.380.430.167.255265.69
HexD5857A0262B1073442
Octal3252051720465320764102
Binary110101011000010111110100100110101011100001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5857A; }

 p { color: rgb(213,133,122); }

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

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

 a { background-color: rgb(213,133,122); }

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

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

 span { border-color: rgb(213,133,122); }

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