#D29687

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

Shades of My Pink #D29687

Tints of My Pink #D29687

Color information

#D29687 (or 0xD29687) is unknown color: approx My Pink. HEX triplet: D2, 96 and 87. RGB value is (210,150,135). Sum of RGB (Red+Green+Blue) = 210+150+135=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D29687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29687 is #2D6978. Grayscale: #A6A6A6. Windows color (decimal): -2976121 or 8885970. OLE color: 8885970.

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

Color convert

RGB210150135-
CMYK00.290.360.18
HSL12º45.45%67.65%-
HSV(B)12º35.71%82.35%-
XYZ41.8637.2627.91-
YUV166.23110.38159.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 135 (53.12% from 255) = 27.27%
R=42.42%
G=30.30%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015013500.290.360.181245.4567.65
HexD2968701D2412c2d44
Octal32222620703544221455104
Binary1101001010010110100001110111011001001001011001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29687; }

 p { color: rgb(210,150,135); }

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

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

 a { background-color: rgb(210,150,135); }

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

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

 span { border-color: rgb(210,150,135); }

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