#D5846F

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

Shades of New York Pink #D5846F

Tints of New York Pink #D5846F

Color information

#D5846F (or 0xD5846F) is unknown color: approx New York Pink. HEX triplet: D5, 84 and 6F. RGB value is (213,132,111). Sum of RGB (Red+Green+Blue) = 213+132+111=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5846F is #2A7B90. Grayscale: #999999. Windows color (decimal): -2784145 or 7308501. OLE color: 7308501.

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

Color convert

RGB213132111-
CMYK00.380.480.16
HSL12.35º54.84%63.53%-
HSV(B)12.35º47.89%83.53%-
XYZ38.5631.819.14-
YUV153.82103.84170.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=46.71%
G=28.95%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313211100.380.480.1612.3554.8463.53
HexD5846F0263010c3740
Octal32520415704660201467100
Binary1101010110000100110111101001101100001000011001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5846F; }

 p { color: rgb(213,132,111); }

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

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

 a { background-color: rgb(213,132,111); }

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

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

 span { border-color: rgb(213,132,111); }

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