#D58979

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

Shades of My Pink #D58979

Tints of My Pink #D58979

Color information

#D58979 (or 0xD58979) is unknown color: approx My Pink. HEX triplet: D5, 89 and 79. RGB value is (213,137,121). Sum of RGB (Red+Green+Blue) = 213+137+121=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D58979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58979 is #2A7686. Grayscale: #9E9E9E. Windows color (decimal): -2782855 or 7965141. OLE color: 7965141.

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

Color convert

RGB213137121-
CMYK00.360.430.16
HSL10.43º52.27%65.49%-
HSV(B)10.43º43.19%83.53%-
XYZ39.8433.4222.44-
YUV157.9107.18167.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=45.22%
G=29.09%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313712100.360.430.1610.4352.2765.49
HexD589790242B10a3441
Octal32521117104453201264101
Binary1101010110001001111100101001001010111000010101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58979; }

 p { color: rgb(213,137,121); }

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

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

 a { background-color: rgb(213,137,121); }

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

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

 span { border-color: rgb(213,137,121); }

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