#D39380

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

Shades of My Pink #D39380

Tints of My Pink #D39380

Color information

#D39380 (or 0xD39380) is unknown color: approx My Pink. HEX triplet: D3, 93 and 80. RGB value is (211,147,128). Sum of RGB (Red+Green+Blue) = 211+147+128=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D39380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39380 is #2C6C7F. Grayscale: #A4A4A4. Windows color (decimal): -2911360 or 8426451. OLE color: 8426451.

HSL color Cylindrical-coordinate representation of color #D39380: hue angle of 13.73º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D39380 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB211147128-
CMYK00.300.390.17
HSL13.73º48.54%66.47%-
HSV(B)13.73º39.34%82.75%-
XYZ41.1936.2725.25-
YUV163.97107.7161.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.42%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=43.42%
G=30.25%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114712800.300.390.1713.7348.5466.47
HexD3938001E2711e3142
Octal32322320003647211661102
Binary1101001110010011100000000111101001111000111101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39380; }

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

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

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

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

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

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

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

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