#DA7E6A

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

Shades of New York Pink #DA7E6A

Tints of New York Pink #DA7E6A

Color information

#DA7E6A (or 0xDA7E6A) is unknown color: approx New York Pink. HEX triplet: DA, 7E and 6A. RGB value is (218,126,106). Sum of RGB (Red+Green+Blue) = 218+126+106=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E6A is #258195. Grayscale: #979797. Windows color (decimal): -2458006 or 6979290. OLE color: 6979290.

HSL color Cylindrical-coordinate representation of color #DA7E6A: hue angle of 10.71º 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 #DA7E6A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB218126106-
CMYK00.420.510.15
HSL10.71º60.22%63.53%-
HSV(B)10.71º51.38%85.49%-
XYZ38.9830.8717.54-
YUV151.23102.48175.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.44%
GREEN value IS 126 (49.61% from 255) = 28%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=48.44%
G=28%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812610600.420.510.1510.7160.2263.53
HexDA7E6A02A33Fb3c40
Octal33217615205263171374100
Binary11011010111111011010100101010110011111110111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7E6A; }

 p { color: rgb(218,126,106); }

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

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

 a { background-color: rgb(218,126,106); }

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

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

 span { border-color: rgb(218,126,106); }

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