#D58A7C

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

Shades of My Pink #D58A7C

Tints of My Pink #D58A7C

Color information

#D58A7C (or 0xD58A7C) is unknown color: approx My Pink. HEX triplet: D5, 8A and 7C. RGB value is (213,138,124). Sum of RGB (Red+Green+Blue) = 213+138+124=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A7C is #2A7583. Grayscale: #9E9E9E. Windows color (decimal): -2782596 or 8162005. OLE color: 8162005.

HSL color Cylindrical-coordinate representation of color #D58A7C: hue angle of 9.44º degrees, saturation: 0.51, 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 #D58A7C is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213138124-
CMYK00.350.420.16
HSL9.44º51.45%66.08%-
HSV(B)9.44º41.78%83.53%-
XYZ40.1733.7823.47-
YUV158.83108.35166.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=44.84%
G=29.05%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313812400.350.420.169.4451.4566.08
HexD58A7C0232A1093342
Octal32521217404352201163102
Binary1101010110001010111110001000111010101000010011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A7C; }

 p { color: rgb(213,138,124); }

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

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

 a { background-color: rgb(213,138,124); }

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

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

 span { border-color: rgb(213,138,124); }

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