#D18379

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

Shades of My Pink #D18379

Tints of My Pink #D18379

Color information

#D18379 (or 0xD18379) is unknown color: approx My Pink. HEX triplet: D1, 83 and 79. RGB value is (209,131,121). Sum of RGB (Red+Green+Blue) = 209+131+121=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D18379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18379 is #2E7C86. Grayscale: #999999. Windows color (decimal): -3046535 or 7963601. OLE color: 7963601.

HSL color Cylindrical-coordinate representation of color #D18379: hue angle of 6.82º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D18379 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB209131121-
CMYK00.370.420.18
HSL6.82º48.89%64.71%-
HSV(B)6.82º42.11%81.96%-
XYZ37.8631.1722.11-
YUV153.18109.84167.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=45.34%
G=28.42%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913112100.370.420.186.8248.8964.71
HexD183790252A1273141
Octal3212031710455222761101
Binary110100011000001111110010100101101010100101111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18379; }

 p { color: rgb(209,131,121); }

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

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

 a { background-color: rgb(209,131,121); }

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

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

 span { border-color: rgb(209,131,121); }

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