#D7816C

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

Shades of New York Pink #D7816C

Tints of New York Pink #D7816C

Color information

#D7816C (or 0xD7816C) is unknown color: approx New York Pink. HEX triplet: D7, 81 and 6C. RGB value is (215,129,108). Sum of RGB (Red+Green+Blue) = 215+129+108=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7816C is #287E93. Grayscale: #989898. Windows color (decimal): -2653844 or 7111127. OLE color: 7111127.

HSL color Cylindrical-coordinate representation of color #D7816C: hue angle of 11.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7816C is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB215129108-
CMYK00.40.500.16
HSL11.78º57.22%63.33%-
HSV(B)11.78º49.77%84.31%-
XYZ38.5831.2318.18-
YUV152.32102.99172.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=47.57%
G=28.54%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512910800.40.500.1611.7857.2263.33
HexD7816C0283210c393f
Octal3272011540506220147177
Binary110101111000000111011000101000110010100001100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7816C; }

 p { color: rgb(215,129,108); }

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

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

 a { background-color: rgb(215,129,108); }

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

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

 span { border-color: rgb(215,129,108); }

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