#de7e69

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

Shades of New York Pink #DE7E69

Tints of New York Pink #DE7E69

Color information

#DE7E69 (or 0xDE7E69) is unknown color: approx New York Pink. HEX triplet: DE, 7E and 69. RGB value is (222,126,105). Sum of RGB (Red+Green+Blue) = 222+126+105=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E69 is #218196. Grayscale: #989898. Windows color (decimal): -2195863 or 6913758. OLE color: 6913758.

HSL color Cylindrical-coordinate representation of color #DE7E69: hue angle of 10.77º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE7E69 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB222126105-
CMYK00.430.530.13
HSL10.77º63.93%64.12%-
HSV(B)10.77º52.7%87.06%-
XYZ40.1331.4717.32-
YUV152.31101.3177.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.01%
GREEN value IS 126 (49.61% from 255) = 27.81%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=49.01%
G=27.81%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212610500.430.530.1310.7763.9364.12
HexDE7E6902B35Db4040
Octal336176151053651513100100
Binary110111101111110110100101010111101011101101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de7e69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de7e69; }

 p { color: rgb(222,126,105); }

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

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

 a { background-color: rgb(222,126,105); }

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

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

 span { border-color: rgb(222,126,105); }

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