#DA8D83

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

Shades of My Pink #DA8D83

Tints of My Pink #DA8D83

Color information

#DA8D83 (or 0xDA8D83) is unknown color: approx My Pink. HEX triplet: DA, 8D and 83. RGB value is (218,141,131). Sum of RGB (Red+Green+Blue) = 218+141+131=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D83 is #25727C. Grayscale: #A2A2A2. Windows color (decimal): -2454141 or 8621530. OLE color: 8621530.

HSL color Cylindrical-coordinate representation of color #DA8D83: hue angle of 6.9º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8D83 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218141131-
CMYK00.350.400.15
HSL6.9º54.04%68.43%-
HSV(B)6.9º39.91%85.49%-
XYZ42.5435.5926.1-
YUV162.88110.01167.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.49%
GREEN value IS 141 (55.47% from 255) = 28.78%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=44.49%
G=28.78%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814113100.350.400.156.954.0468.43
HexDA8D8302328F73644
Octal3322152030435017766104
Binary110110101000110110000011010001110100011111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D83; }

 p { color: rgb(218,141,131); }

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

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

 a { background-color: rgb(218,141,131); }

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

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

 span { border-color: rgb(218,141,131); }

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