#D68275

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

Shades of New York Pink #D68275

Tints of New York Pink #D68275

Color information

#D68275 (or 0xD68275) is unknown color: approx New York Pink. HEX triplet: D6, 82 and 75. RGB value is (214,130,117). Sum of RGB (Red+Green+Blue) = 214+130+117=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68275 is #297D8A. Grayscale: #999999. Windows color (decimal): -2719115 or 7701206. OLE color: 7701206.

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

Color convert

RGB214130117-
CMYK00.390.450.16
HSL8.04º54.19%64.9%-
HSV(B)8.04º45.33%83.92%-
XYZ38.9331.5520.87-
YUV153.63107.33171.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=46.42%
G=28.20%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413011700.390.450.168.0454.1964.9
HexD682750272D1083641
Octal32620216504755201066101
Binary1101011010000010111010101001111011011000010001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68275; }

 p { color: rgb(214,130,117); }

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

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

 a { background-color: rgb(214,130,117); }

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

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

 span { border-color: rgb(214,130,117); }

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