#D59380

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

Shades of My Pink #D59380

Tints of My Pink #D59380

Color information

#D59380 (or 0xD59380) is unknown color: approx My Pink. HEX triplet: D5, 93 and 80. RGB value is (213,147,128). Sum of RGB (Red+Green+Blue) = 213+147+128=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D59380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59380 is #2A6C7F. Grayscale: #A4A4A4. Windows color (decimal): -2780288 or 8426453. OLE color: 8426453.

HSL color Cylindrical-coordinate representation of color #D59380: hue angle of 13.41º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D59380 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213147128-
CMYK00.310.400.16
HSL13.41º50.3%66.86%-
HSV(B)13.41º39.91%83.53%-
XYZ41.7736.5725.28-
YUV164.57107.37162.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=43.65%
G=30.12%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314712800.310.400.1613.4150.366.86
HexD5938001F2810d3243
Octal32522320003750201562103
Binary1101010110010011100000000111111010001000011011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59380; }

 p { color: rgb(213,147,128); }

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

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

 a { background-color: rgb(213,147,128); }

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

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

 span { border-color: rgb(213,147,128); }

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