#D29585

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

Shades of My Pink #D29585

Tints of My Pink #D29585

Color information

#D29585 (or 0xD29585) is unknown color: approx My Pink. HEX triplet: D2, 95 and 85. RGB value is (210,149,133). Sum of RGB (Red+Green+Blue) = 210+149+133=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D29585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29585 is #2D6A7A. Grayscale: #A5A5A5. Windows color (decimal): -2976379 or 8754642. OLE color: 8754642.

HSL color Cylindrical-coordinate representation of color #D29585: hue angle of 12.47º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D29585 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB210149133-
CMYK00.290.370.18
HSL12.47º46.11%67.25%-
HSV(B)12.47º36.67%82.35%-
XYZ41.5636.8927.12-
YUV165.42109.71159.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=42.68%
G=30.28%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014913300.290.370.1812.4746.1167.25
HexD2958501D2512c2e43
Octal32222520503545221456103
Binary1101001010010101100001010111011001011001011001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29585; }

 p { color: rgb(210,149,133); }

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

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

 a { background-color: rgb(210,149,133); }

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

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

 span { border-color: rgb(210,149,133); }

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