#d38680

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

Shades of My Pink #D38680

Tints of My Pink #D38680

Color information

#D38680 (or 0xD38680) is unknown color: approx My Pink. HEX triplet: D3, 86 and 80. RGB value is (211,134,128). Sum of RGB (Red+Green+Blue) = 211+134+128=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D38680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38680 is #2C797F. Grayscale: #9C9C9C. Windows color (decimal): -2914688 or 8423123. OLE color: 8423123.

HSL color Cylindrical-coordinate representation of color #D38680: hue angle of 4.34º 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 #D38680 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB211134128-
CMYK00.360.390.17
HSL4.34º48.54%66.47%-
HSV(B)4.34º39.34%82.75%-
XYZ39.2932.4624.62-
YUV156.34112.01166.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.61%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=44.61%
G=28.33%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113412800.360.390.174.3448.5466.47
HexD38680024271143142
Octal3232062000444721461102
Binary1101001110000110100000000100100100111100011001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d38680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d38680; }

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

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

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

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

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

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

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

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