#D8816D

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

Shades of New York Pink #D8816D

Tints of New York Pink #D8816D

Color information

#D8816D (or 0xD8816D) is unknown color: approx New York Pink. HEX triplet: D8, 81 and 6D. RGB value is (216,129,109). Sum of RGB (Red+Green+Blue) = 216+129+109=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8816D is #277E92. Grayscale: #989898. Windows color (decimal): -2588307 or 7176664. OLE color: 7176664.

HSL color Cylindrical-coordinate representation of color #D8816D: hue angle of 11.21º degrees, saturation: 0.58, 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 #D8816D is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216129109-
CMYK00.400.500.15
HSL11.21º57.84%63.73%-
HSV(B)11.21º49.54%84.71%-
XYZ38.9331.418.48-
YUV152.73103.32173.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.58%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=47.58%
G=28.41%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612910900.400.500.1511.2157.8463.73
HexD8816D02832Fb3a40
Octal33020115505062171372100
Binary110110001000000111011010101000110010111110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8816D; }

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

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

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

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

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

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

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

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