#D5816E

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

Shades of New York Pink #D5816E

Tints of New York Pink #D5816E

Color information

#D5816E (or 0xD5816E) is unknown color: approx New York Pink. HEX triplet: D5, 81 and 6E. RGB value is (213,129,110). Sum of RGB (Red+Green+Blue) = 213+129+110=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5816E is #2A7E91. Grayscale: #989898. Windows color (decimal): -2784914 or 7242197. OLE color: 7242197.

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

Color convert

RGB213129110-
CMYK00.390.480.16
HSL11.07º55.08%63.33%-
HSV(B)11.07º48.36%83.53%-
XYZ38.1130.9718.72-
YUV151.95104.33171.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 110 (43.36% from 255) = 24.34%
R=47.12%
G=28.54%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312911000.390.480.1611.0755.0863.33
HexD5816E0273010b373f
Octal3252011560476020136777
Binary110101011000000111011100100111110000100001011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5816E; }

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

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

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

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

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

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

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

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