#D68375

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

Shades of New York Pink #D68375

Tints of New York Pink #D68375

Color information

#D68375 (or 0xD68375) is unknown color: approx New York Pink. HEX triplet: D6, 83 and 75. RGB value is (214,131,117). Sum of RGB (Red+Green+Blue) = 214+131+117=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68375 is #297C8A. Grayscale: #9A9A9A. Windows color (decimal): -2718859 or 7701462. OLE color: 7701462.

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

Color convert

RGB214131117-
CMYK00.390.450.16
HSL8.66º54.19%64.9%-
HSV(B)8.66º45.33%83.92%-
XYZ39.0631.8120.91-
YUV154.22107170.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=46.32%
G=28.35%
B=25.32%

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
Decimal21413111700.390.450.168.6654.1964.9
HexD683750272D1093641
Octal32620316504755201166101
Binary1101011010000011111010101001111011011000010011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68375; }

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

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

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

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

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

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

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

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