#DA9385

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

Shades of My Pink #DA9385

Tints of My Pink #DA9385

Color information

#DA9385 (or 0xDA9385) is unknown color: approx My Pink. HEX triplet: DA, 93 and 85. RGB value is (218,147,133). Sum of RGB (Red+Green+Blue) = 218+147+133=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9385 is #256C7A. Grayscale: #A6A6A6. Windows color (decimal): -2452603 or 8754138. OLE color: 8754138.

HSL color Cylindrical-coordinate representation of color #DA9385: hue angle of 9.88º degrees, saturation: 0.53, 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 #DA9385 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218147133-
CMYK00.330.390.15
HSL9.88º53.46%68.82%-
HSV(B)9.88º38.99%85.49%-
XYZ43.5837.4727.13-
YUV166.63109.02164.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.78%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=43.78%
G=29.52%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814713300.330.390.159.8853.4668.82
HexDA938502127Fa3545
Octal33222320504147171265105
Binary1101101010010011100001010100001100111111110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9385; }

 p { color: rgb(218,147,133); }

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

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

 a { background-color: rgb(218,147,133); }

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

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

 span { border-color: rgb(218,147,133); }

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