#DE7C6F

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

Shades of New York Pink #DE7C6F

Tints of New York Pink #DE7C6F

Color information

#DE7C6F (or 0xDE7C6F) is unknown color: approx New York Pink. HEX triplet: DE, 7C and 6F. RGB value is (222,124,111). Sum of RGB (Red+Green+Blue) = 222+124+111=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C6F is #218390. Grayscale: #979797. Windows color (decimal): -2196369 or 7306462. OLE color: 7306462.

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

Color convert

RGB222124111-
CMYK00.440.50.13
HSL7.03º62.71%65.29%-
HSV(B)7.03º50%87.06%-
XYZ40.231.0918.92-
YUV151.82104.97178.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=48.58%
G=27.13%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212411100.440.50.137.0362.7165.29
HexDE7C6F02C32D73f41
Octal3361741570546215777101
Binary1101111011111001101111010110011001011011111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C6F; }

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

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

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

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

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

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

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

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