#D59084

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

Shades of My Pink #D59084

Tints of My Pink #D59084

Color information

#D59084 (or 0xD59084) is unknown color: approx My Pink. HEX triplet: D5, 90 and 84. RGB value is (213,144,132). Sum of RGB (Red+Green+Blue) = 213+144+132=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D59084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59084 is #2A6F7B. Grayscale: #A3A3A3. Windows color (decimal): -2781052 or 8687829. OLE color: 8687829.

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

Color convert

RGB213144132-
CMYK00.320.380.16
HSL8.89º49.09%67.65%-
HSV(B)8.89º38.03%83.53%-
XYZ41.5835.7626.54-
YUV163.26110.36163.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=43.56%
G=29.45%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314413200.320.380.168.8949.0967.65
HexD59084020261093144
Octal32522020404046201161104
Binary11010101100100001000010001000001001101000010011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59084; }

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

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

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

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

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

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

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

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