#D5857B

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

Shades of My Pink #D5857B

Tints of My Pink #D5857B

Color information

#D5857B (or 0xD5857B) is unknown color: approx My Pink. HEX triplet: D5, 85 and 7B. RGB value is (213,133,123). Sum of RGB (Red+Green+Blue) = 213+133+123=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5857B is #2A7A84. Grayscale: #9B9B9B. Windows color (decimal): -2783877 or 8095189. OLE color: 8095189.

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

Color convert

RGB213133123-
CMYK00.380.420.16
HSL6.67º51.72%65.88%-
HSV(B)6.67º42.25%83.53%-
XYZ39.432.3522.91-
YUV155.78109.5168.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=45.42%
G=28.36%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313312300.380.420.166.6751.7265.88
HexD5857B0262A1073442
Octal3252051730465220764102
Binary110101011000010111110110100110101010100001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5857B; }

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

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

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

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

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

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

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

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