#DA7D6B

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

Shades of New York Pink #DA7D6B

Tints of New York Pink #DA7D6B

Color information

#DA7D6B (or 0xDA7D6B) is unknown color: approx New York Pink. HEX triplet: DA, 7D and 6B. RGB value is (218,125,107). Sum of RGB (Red+Green+Blue) = 218+125+107=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D6B is #258294. Grayscale: #969696. Windows color (decimal): -2458261 or 7044570. OLE color: 7044570.

HSL color Cylindrical-coordinate representation of color #DA7D6B: hue angle of 9.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA7D6B is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB218125107-
CMYK00.430.510.15
HSL9.73º60%63.73%-
HSV(B)9.73º50.92%85.49%-
XYZ38.930.6317.77-
YUV150.76103.31175.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.44%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 107 (42.19% from 255) = 23.78%
R=48.44%
G=27.78%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812510700.430.510.159.736063.73
HexDA7D6B02B33Fa3c40
Octal33217515305363171274100
Binary11011010111110111010110101011110011111110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7D6B; }

 p { color: rgb(218,125,107); }

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

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

 a { background-color: rgb(218,125,107); }

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

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

 span { border-color: rgb(218,125,107); }

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