#DA957F

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

Shades of My Pink #DA957F

Tints of My Pink #DA957F

Color information

#DA957F (or 0xDA957F) is unknown color: approx My Pink. HEX triplet: DA, 95 and 7F. RGB value is (218,149,127). Sum of RGB (Red+Green+Blue) = 218+149+127=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA957F is #256A80. Grayscale: #A7A7A7. Windows color (decimal): -2452097 or 8361434. OLE color: 8361434.

HSL color Cylindrical-coordinate representation of color #DA957F: hue angle of 14.51º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA957F is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB218149127-
CMYK00.320.420.15
HSL14.51º55.15%67.65%-
HSV(B)14.51º41.74%85.49%-
XYZ43.4937.9325.11-
YUV167.12105.36164.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 127 (50% from 255) = 25.71%
R=44.13%
G=30.16%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814912700.320.420.1514.5155.1567.65
HexDA957F0202AFf3744
Octal33222517704052171767104
Binary110110101001010111111110100000101010111111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA957F; }

 p { color: rgb(218,149,127); }

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

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

 a { background-color: rgb(218,149,127); }

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

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

 span { border-color: rgb(218,149,127); }

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