#DA867A

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

Shades of New York Pink #DA867A

Tints of New York Pink #DA867A

Color information

#DA867A (or 0xDA867A) is unknown color: approx New York Pink. HEX triplet: DA, 86 and 7A. RGB value is (218,134,122). Sum of RGB (Red+Green+Blue) = 218+134+122=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA867A is #257985. Grayscale: #9D9D9D. Windows color (decimal): -2455942 or 8029914. OLE color: 8029914.

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

Color convert

RGB218134122-
CMYK00.390.440.15
HSL7.5º56.47%66.67%-
HSV(B)7.5º44.04%85.49%-
XYZ40.9533.3622.69-
YUV157.75107.83170.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=45.99%
G=28.27%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813412200.390.440.157.556.4766.67
HexDA867A0272CF83843
Octal33220617204754171070103
Binary110110101000011011110100100111101100111110001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA867A; }

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

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

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

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

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

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

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

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