#D59182

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

Shades of My Pink #D59182

Tints of My Pink #D59182

Color information

#D59182 (or 0xD59182) is unknown color: approx My Pink. HEX triplet: D5, 91 and 82. RGB value is (213,145,130). Sum of RGB (Red+Green+Blue) = 213+145+130=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D59182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59182 is #2A6E7D. Grayscale: #A3A3A3. Windows color (decimal): -2780798 or 8557013. OLE color: 8557013.

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

Color convert

RGB213145130-
CMYK00.320.390.16
HSL10.84º49.7%67.25%-
HSV(B)10.84º38.97%83.53%-
XYZ41.636.0125.88-
YUV163.62109.03163.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=43.65%
G=29.71%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314513000.320.390.1610.8449.767.25
HexD591820202710b3243
Octal32522120204047201362103
Binary11010101100100011000001001000001001111000010111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59182; }

 p { color: rgb(213,145,130); }

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

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

 a { background-color: rgb(213,145,130); }

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

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

 span { border-color: rgb(213,145,130); }

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