#D18A78

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

Shades of My Pink #D18A78

Tints of My Pink #D18A78

Color information

#D18A78 (or 0xD18A78) is unknown color: approx My Pink. HEX triplet: D1, 8A and 78. RGB value is (209,138,120). Sum of RGB (Red+Green+Blue) = 209+138+120=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A78 is #2E7587. Grayscale: #9D9D9D. Windows color (decimal): -3044744 or 7899857. OLE color: 7899857.

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

Color convert

RGB209138120-
CMYK00.340.430.18
HSL12.13º49.17%64.51%-
HSV(B)12.13º42.58%81.96%-
XYZ38.7733.0922.11-
YUV157.18107.02164.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=44.75%
G=29.55%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913812000.340.430.1812.1349.1764.51
HexD18A780222B12c3141
Octal32121217004253221461101
Binary1101000110001010111100001000101010111001011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18A78; }

 p { color: rgb(209,138,120); }

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

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

 a { background-color: rgb(209,138,120); }

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

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

 span { border-color: rgb(209,138,120); }

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