#D29080

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

Shades of My Pink #D29080

Tints of My Pink #D29080

Color information

#D29080 (or 0xD29080) is unknown color: approx My Pink. HEX triplet: D2, 90 and 80. RGB value is (210,144,128). Sum of RGB (Red+Green+Blue) = 210+144+128=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D29080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29080 is #2D6F7F. Grayscale: #A2A2A2. Windows color (decimal): -2977664 or 8425682. OLE color: 8425682.

HSL color Cylindrical-coordinate representation of color #D29080: hue angle of 11.71º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D29080 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB210144128-
CMYK00.310.390.18
HSL11.71º47.67%66.27%-
HSV(B)11.71º39.05%82.35%-
XYZ40.4535.2125.09-
YUV161.91108.87162.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=43.57%
G=29.88%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014412800.310.390.1811.7147.6766.27
HexD2908001F2712c3042
Octal32222020003747221460102
Binary1101001010010000100000000111111001111001011001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29080; }

 p { color: rgb(210,144,128); }

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

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

 a { background-color: rgb(210,144,128); }

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

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

 span { border-color: rgb(210,144,128); }

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