#d68a75

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

Shades of New York Pink #D68A75

Tints of New York Pink #D68A75

Color information

#D68A75 (or 0xD68A75) is unknown color: approx New York Pink. HEX triplet: D6, 8A and 75. RGB value is (214,138,117). Sum of RGB (Red+Green+Blue) = 214+138+117=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A75 is #29758A. Grayscale: #9E9E9E. Windows color (decimal): -2717067 or 7703254. OLE color: 7703254.

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

Color convert

RGB214138117-
CMYK00.360.450.16
HSL12.99º54.19%64.9%-
HSV(B)12.99º45.33%83.92%-
XYZ40.0333.7621.24-
YUV158.33104.68167.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.63%
GREEN value IS 138 (54.30% from 255) = 29.42%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=45.63%
G=29.42%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413811700.360.450.1612.9954.1964.9
HexD68A750242D10d3641
Octal32621216504455201566101
Binary1101011010001010111010101001001011011000011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d68a75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d68a75; }

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

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

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

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

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

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

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

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