#DE7D6E

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

Shades of New York Pink #DE7D6E

Tints of New York Pink #DE7D6E

Color information

#DE7D6E (or 0xDE7D6E) is unknown color: approx New York Pink. HEX triplet: DE, 7D and 6E. RGB value is (222,125,110). Sum of RGB (Red+Green+Blue) = 222+125+110=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D6E is #218291. Grayscale: #989898. Windows color (decimal): -2196114 or 7241182. OLE color: 7241182.

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

Color convert

RGB222125110-
CMYK00.440.500.13
HSL8.04º62.92%65.1%-
HSV(B)8.04º50.45%87.06%-
XYZ40.2731.3218.68-
YUV152.29104.14177.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 125 (49.22% from 255) = 27.35%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=48.58%
G=27.35%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212511000.440.500.138.0462.9265.1
HexDE7D6E02C32D83f41
Octal33617515605462151077101
Binary11011110111110111011100101100110010110110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D6E; }

 p { color: rgb(222,125,110); }

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

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

 a { background-color: rgb(222,125,110); }

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

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

 span { border-color: rgb(222,125,110); }

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