#DA877A

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

Shades of New York Pink #DA877A

Tints of New York Pink #DA877A

Color information

#DA877A (or 0xDA877A) is unknown color: approx New York Pink. HEX triplet: DA, 87 and 7A. RGB value is (218,135,122). Sum of RGB (Red+Green+Blue) = 218+135+122=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA877A is #257885. Grayscale: #9E9E9E. Windows color (decimal): -2455686 or 8030170. OLE color: 8030170.

HSL color Cylindrical-coordinate representation of color #DA877A: hue angle of 8.13º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA877A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB218135122-
CMYK00.380.440.15
HSL8.13º56.47%66.67%-
HSV(B)8.13º44.04%85.49%-
XYZ41.0933.6422.74-
YUV158.33107.5170.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=45.89%
G=28.42%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813512200.380.440.158.1356.4766.67
HexDA877A0262CF83843
Octal33220717204654171070103
Binary110110101000011111110100100110101100111110001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA877A; }

 p { color: rgb(218,135,122); }

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

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

 a { background-color: rgb(218,135,122); }

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

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

 span { border-color: rgb(218,135,122); }

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