#D58C7D

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

Shades of My Pink #D58C7D

Tints of My Pink #D58C7D

Color information

#D58C7D (or 0xD58C7D) is unknown color: approx My Pink. HEX triplet: D5, 8C and 7D. RGB value is (213,140,125). Sum of RGB (Red+Green+Blue) = 213+140+125=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C7D is #2A7382. Grayscale: #A0A0A0. Windows color (decimal): -2782083 or 8228053. OLE color: 8228053.

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

Color convert

RGB213140125-
CMYK00.340.410.16
HSL10.23º51.16%66.27%-
HSV(B)10.23º41.31%83.53%-
XYZ40.5234.3823.9-
YUV160.12108.18165.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 140 (55.08% from 255) = 29.29%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=44.56%
G=29.29%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314012500.340.410.1610.2351.1666.27
HexD58C7D0222910a3342
Octal32521417504251201263102
Binary1101010110001100111110101000101010011000010101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58C7D; }

 p { color: rgb(213,140,125); }

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

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

 a { background-color: rgb(213,140,125); }

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

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

 span { border-color: rgb(213,140,125); }

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