#D29386

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

Shades of My Pink #D29386

Tints of My Pink #D29386

Color information

#D29386 (or 0xD29386) is unknown color: approx My Pink. HEX triplet: D2, 93 and 86. RGB value is (210,147,134). Sum of RGB (Red+Green+Blue) = 210+147+134=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D29386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29386 is #2D6C79. Grayscale: #A4A4A4. Windows color (decimal): -2976890 or 8819666. OLE color: 8819666.

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

Color convert

RGB210147134-
CMYK00.300.360.18
HSL10.26º45.78%67.45%-
HSV(B)10.26º36.19%82.35%-
XYZ41.3236.2927.38-
YUV164.36110.87160.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=42.77%
G=29.94%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014713400.300.360.1810.2645.7867.45
HexD2938601E2412a2e43
Octal32222320603644221256103
Binary1101001010010011100001100111101001001001010101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29386; }

 p { color: rgb(210,147,134); }

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

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

 a { background-color: rgb(210,147,134); }

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

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

 span { border-color: rgb(210,147,134); }

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