#D2816E

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

Shades of New York Pink #D2816E

Tints of New York Pink #D2816E

Color information

#D2816E (or 0xD2816E) is unknown color: approx New York Pink. HEX triplet: D2, 81 and 6E. RGB value is (210,129,110). Sum of RGB (Red+Green+Blue) = 210+129+110=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2816E is #2D7E91. Grayscale: #979797. Windows color (decimal): -2981522 or 7242194. OLE color: 7242194.

HSL color Cylindrical-coordinate representation of color #D2816E: hue angle of 11.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2816E is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB210129110-
CMYK00.390.480.18
HSL11.4º52.63%62.75%-
HSV(B)11.4º47.62%82.35%-
XYZ37.2430.5318.68-
YUV151.05104.84170.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.77%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=46.77%
G=28.73%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012911000.390.480.1811.452.6362.75
HexD2816E0273012b353f
Octal3222011560476022136577
Binary110100101000000111011100100111110000100101011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2816E; }

 p { color: rgb(210,129,110); }

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

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

 a { background-color: rgb(210,129,110); }

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

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

 span { border-color: rgb(210,129,110); }

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