#D59583

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

Shades of My Pink #D59583

Tints of My Pink #D59583

Color information

#D59583 (or 0xD59583) is unknown color: approx My Pink. HEX triplet: D5, 95 and 83. RGB value is (213,149,131). Sum of RGB (Red+Green+Blue) = 213+149+131=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D59583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59583 is #2A6A7C. Grayscale: #A6A6A6. Windows color (decimal): -2779773 or 8623573. OLE color: 8623573.

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

Color convert

RGB213149131-
CMYK00.300.380.16
HSL13.17º49.4%67.45%-
HSV(B)13.17º38.5%83.53%-
XYZ42.2837.2826.44-
YUV166.08108.2161.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=43.20%
G=30.22%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314913100.300.380.1613.1749.467.45
HexD5958301E2610d3143
Octal32522520303646201561103
Binary1101010110010101100000110111101001101000011011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59583; }

 p { color: rgb(213,149,131); }

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

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

 a { background-color: rgb(213,149,131); }

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

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

 span { border-color: rgb(213,149,131); }

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