#D59086

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

Shades of My Pink #D59086

Tints of My Pink #D59086

Color information

#D59086 (or 0xD59086) is unknown color: approx My Pink. HEX triplet: D5, 90 and 86. RGB value is (213,144,134). Sum of RGB (Red+Green+Blue) = 213+144+134=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D59086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59086 is #2A6F79. Grayscale: #A3A3A3. Windows color (decimal): -2781050 or 8818901. OLE color: 8818901.

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

Color convert

RGB213144134-
CMYK00.320.370.16
HSL7.59º48.47%68.04%-
HSV(B)7.59º37.09%83.53%-
XYZ41.7235.8127.27-
YUV163.49111.36163.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=43.38%
G=29.33%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314413400.320.370.167.5948.4768.04
HexD59086020251083044
Octal32522020604045201060104
Binary11010101100100001000011001000001001011000010001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59086; }

 p { color: rgb(213,144,134); }

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

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

 a { background-color: rgb(213,144,134); }

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

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

 span { border-color: rgb(213,144,134); }

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