#D5826E

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

Shades of New York Pink #D5826E

Tints of New York Pink #D5826E

Color information

#D5826E (or 0xD5826E) is unknown color: approx New York Pink. HEX triplet: D5, 82 and 6E. RGB value is (213,130,110). Sum of RGB (Red+Green+Blue) = 213+130+110=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5826E is #2A7D91. Grayscale: #989898. Windows color (decimal): -2784658 or 7242453. OLE color: 7242453.

HSL color Cylindrical-coordinate representation of color #D5826E: hue angle of 11.65º 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 #D5826E is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213130110-
CMYK00.390.480.16
HSL11.65º55.08%63.33%-
HSV(B)11.65º48.36%83.53%-
XYZ38.2431.2418.77-
YUV152.54104171.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=47.02%
G=28.70%
B=24.28%

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
Decimal21313011000.390.480.1611.6555.0863.33
HexD5826E0273010c373f
Octal3252021560476020146777
Binary110101011000001011011100100111110000100001100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5826E; }

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

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

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

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

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

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

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

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