#D68175

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

Shades of New York Pink #D68175

Tints of New York Pink #D68175

Color information

#D68175 (or 0xD68175) is unknown color: approx New York Pink. HEX triplet: D6, 81 and 75. RGB value is (214,129,117). Sum of RGB (Red+Green+Blue) = 214+129+117=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D68175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68175 is #297E8A. Grayscale: #999999. Windows color (decimal): -2719371 or 7700950. OLE color: 7700950.

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

Color convert

RGB214129117-
CMYK00.400.450.16
HSL7.42º54.19%64.9%-
HSV(B)7.42º45.33%83.92%-
XYZ38.7931.2820.82-
YUV153.05107.66171.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.52%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=46.52%
G=28.04%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412911700.400.450.167.4254.1964.9
HexD681750282D1073641
Octal3262011650505520766101
Binary110101101000000111101010101000101101100001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68175; }

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

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

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

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

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

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

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

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