#DA816D

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

Shades of New York Pink #DA816D

Tints of New York Pink #DA816D

Color information

#DA816D (or 0xDA816D) is unknown color: approx New York Pink. HEX triplet: DA, 81 and 6D. RGB value is (218,129,109). Sum of RGB (Red+Green+Blue) = 218+129+109=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA816D is #257E92. Grayscale: #999999. Windows color (decimal): -2457235 or 7176666. OLE color: 7176666.

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

Color convert

RGB218129109-
CMYK00.410.50.15
HSL11.01º59.56%64.12%-
HSV(B)11.01º50%85.49%-
XYZ39.5231.7118.51-
YUV153.33102.99174.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.81%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=47.81%
G=28.29%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812910900.410.50.1511.0159.5664.12
HexDA816D02932Fb3c40
Octal33220115505162171374100
Binary110110101000000111011010101001110010111110111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA816D; }

 p { color: rgb(218,129,109); }

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

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

 a { background-color: rgb(218,129,109); }

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

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

 span { border-color: rgb(218,129,109); }

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