#DE7A6F

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

Shades of New York Pink #DE7A6F

Tints of New York Pink #DE7A6F

Color information

#DE7A6F (or 0xDE7A6F) is unknown color: approx New York Pink. HEX triplet: DE, 7A and 6F. RGB value is (222,122,111). Sum of RGB (Red+Green+Blue) = 222+122+111=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A6F is #218590. Grayscale: #969696. Windows color (decimal): -2196881 or 7305950. OLE color: 7305950.

HSL color Cylindrical-coordinate representation of color #DE7A6F: hue angle of 5.95º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7A6F is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB222122111-
CMYK00.450.50.13
HSL5.95º62.71%65.29%-
HSV(B)5.95º50%87.06%-
XYZ39.9530.618.84-
YUV150.65105.63178.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 111 (43.75% from 255) = 24.40%
R=48.79%
G=26.81%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212211100.450.50.135.9562.7165.29
HexDE7A6F02D32D63f41
Octal3361721570556215677101
Binary1101111011110101101111010110111001011011101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7A6F; }

 p { color: rgb(222,122,111); }

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

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

 a { background-color: rgb(222,122,111); }

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

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

 span { border-color: rgb(222,122,111); }

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