#D29188

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

Shades of My Pink #D29188

Tints of My Pink #D29188

Color information

#D29188 (or 0xD29188) is unknown color: approx My Pink. HEX triplet: D2, 91 and 88. RGB value is (210,145,136). Sum of RGB (Red+Green+Blue) = 210+145+136=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D29188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29188 is #2D6E77. Grayscale: #A3A3A3. Windows color (decimal): -2977400 or 8950226. OLE color: 8950226.

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

Color convert

RGB210145136-
CMYK00.310.350.18
HSL7.3º45.12%67.84%-
HSV(B)7.3º35.24%82.35%-
XYZ41.1535.7328.02-
YUV163.41112.53161.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 145 (57.03% from 255) = 29.53%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=42.77%
G=29.53%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014513600.310.350.187.345.1267.84
HexD2918801F231272d44
Octal3222212100374322755104
Binary110100101001000110001000011111100011100101111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29188; }

 p { color: rgb(210,145,136); }

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

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

 a { background-color: rgb(210,145,136); }

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

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

 span { border-color: rgb(210,145,136); }

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