#D29481

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

Shades of My Pink #D29481

Tints of My Pink #D29481

Color information

#D29481 (or 0xD29481) is unknown color: approx My Pink. HEX triplet: D2, 94 and 81. RGB value is (210,148,129). Sum of RGB (Red+Green+Blue) = 210+148+129=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D29481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29481 is #2D6B7E. Grayscale: #A4A4A4. Windows color (decimal): -2976639 or 8492242. OLE color: 8492242.

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

Color convert

RGB210148129-
CMYK00.300.390.18
HSL14.07º47.37%66.47%-
HSV(B)14.07º38.57%82.35%-
XYZ41.1336.4725.64-
YUV164.37108.04160.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.12%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=43.12%
G=30.39%
B=26.49%

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
Decimal21014812900.300.390.1814.0747.3766.47
HexD2948101E2712e2f42
Octal32222420103647221657102
Binary1101001010010100100000010111101001111001011101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29481; }

 p { color: rgb(210,148,129); }

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

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

 a { background-color: rgb(210,148,129); }

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

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

 span { border-color: rgb(210,148,129); }

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