#DE7F6F

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

Shades of New York Pink #DE7F6F

Tints of New York Pink #DE7F6F

Color information

#DE7F6F (or 0xDE7F6F) is unknown color: approx New York Pink. HEX triplet: DE, 7F and 6F. RGB value is (222,127,111). Sum of RGB (Red+Green+Blue) = 222+127+111=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7F6F is #218090. Grayscale: #999999. Windows color (decimal): -2195601 or 7307230. OLE color: 7307230.

HSL color Cylindrical-coordinate representation of color #DE7F6F: hue angle of 8.65º 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 #DE7F6F is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB222127111-
CMYK00.430.50.13
HSL8.65º62.71%65.29%-
HSV(B)8.65º50%87.06%-
XYZ40.5831.8619.05-
YUV153.58103.97176.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.26%
GREEN value IS 127 (50% from 255) = 27.61%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=48.26%
G=27.61%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212711100.430.50.138.6562.7165.29
HexDE7F6F02B32D93f41
Octal33617715705362151177101
Binary11011110111111111011110101011110010110110011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7F6F; }

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

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

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

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

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

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

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

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