#DA846F

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

Shades of New York Pink #DA846F

Tints of New York Pink #DA846F

Color information

#DA846F (or 0xDA846F) is unknown color: approx New York Pink. HEX triplet: DA, 84 and 6F. RGB value is (218,132,111). Sum of RGB (Red+Green+Blue) = 218+132+111=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA846F is #257B90. Grayscale: #9B9B9B. Windows color (decimal): -2456465 or 7308506. OLE color: 7308506.

HSL color Cylindrical-coordinate representation of color #DA846F: hue angle of 11.78º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA846F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB218132111-
CMYK00.390.490.15
HSL11.78º59.12%64.51%-
HSV(B)11.78º49.08%85.49%-
XYZ40.0332.5619.21-
YUV155.32102.99172.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=47.29%
G=28.63%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813211100.390.490.1511.7859.1264.51
HexDA846F02731Fc3b41
Octal33220415704761171473101
Binary110110101000010011011110100111110001111111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA846F; }

 p { color: rgb(218,132,111); }

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

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

 a { background-color: rgb(218,132,111); }

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

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

 span { border-color: rgb(218,132,111); }

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