#DA8D84

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

Shades of My Pink #DA8D84

Tints of My Pink #DA8D84

Color information

#DA8D84 (or 0xDA8D84) is unknown color: approx My Pink. HEX triplet: DA, 8D and 84. RGB value is (218,141,132). Sum of RGB (Red+Green+Blue) = 218+141+132=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D84 is #25727B. Grayscale: #A3A3A3. Windows color (decimal): -2454140 or 8687066. OLE color: 8687066.

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

Color convert

RGB218141132-
CMYK00.350.390.15
HSL6.28º53.75%68.63%-
HSV(B)6.28º39.45%85.49%-
XYZ42.635.6226.46-
YUV163110.51167.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=44.40%
G=28.72%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814113200.350.390.156.2853.7568.63
HexDA8D8402327F63645
Octal3322152040434717666105
Binary110110101000110110000100010001110011111111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D84; }

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

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

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

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

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

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

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

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