#D29280

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

Shades of My Pink #D29280

Tints of My Pink #D29280

Color information

#D29280 (or 0xD29280) is unknown color: approx My Pink. HEX triplet: D2, 92 and 80. RGB value is (210,146,128). Sum of RGB (Red+Green+Blue) = 210+146+128=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D29280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29280 is #2D6D7F. Grayscale: #A3A3A3. Windows color (decimal): -2977152 or 8426194. OLE color: 8426194.

HSL color Cylindrical-coordinate representation of color #D29280: hue angle of 13.17º 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 #D29280 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB210146128-
CMYK00.300.390.18
HSL13.17º47.67%66.27%-
HSV(B)13.17º39.05%82.35%-
XYZ40.7535.8225.19-
YUV163.08108.2161.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.39%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=43.39%
G=30.17%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014612800.300.390.1813.1747.6766.27
HexD2928001E2712d3042
Octal32222220003647221560102
Binary1101001010010010100000000111101001111001011011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29280; }

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

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

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

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

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

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

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

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