#D29380

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

Shades of My Pink #D29380

Tints of My Pink #D29380

Color information

#D29380 (or 0xD29380) is unknown color: approx My Pink. HEX triplet: D2, 93 and 80. RGB value is (210,147,128). Sum of RGB (Red+Green+Blue) = 210+147+128=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D29380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29380 is #2D6C7F. Grayscale: #A3A3A3. Windows color (decimal): -2976896 or 8426450. OLE color: 8426450.

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

Color convert

RGB210147128-
CMYK00.300.390.18
HSL13.9º47.67%66.27%-
HSV(B)13.9º39.05%82.35%-
XYZ40.9136.1325.24-
YUV163.67107.87161.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=43.30%
G=30.31%
B=26.39%

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
Decimal21014712800.300.390.1813.947.6766.27
HexD2938001E2712e3042
Octal32222320003647221660102
Binary1101001010010011100000000111101001111001011101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29380; }

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

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

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

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

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

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

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

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