#DE7B69

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

Shades of New York Pink #DE7B69

Tints of New York Pink #DE7B69

Color information

#DE7B69 (or 0xDE7B69) is unknown color: approx New York Pink. HEX triplet: DE, 7B and 69. RGB value is (222,123,105). Sum of RGB (Red+Green+Blue) = 222+123+105=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B69 is #218496. Grayscale: #969696. Windows color (decimal): -2196631 or 6912990. OLE color: 6912990.

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

Color convert

RGB222123105-
CMYK00.450.530.13
HSL9.23º63.93%64.12%-
HSV(B)9.23º52.7%87.06%-
XYZ39.7630.7217.2-
YUV150.55102.3178.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.33%
GREEN value IS 123 (48.44% from 255) = 27.33%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=49.33%
G=27.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212310500.450.530.139.2363.9364.12
HexDE7B6902D35D94040
Octal336173151055651511100100
Binary110111101111011110100101011011101011101100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7B69; }

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

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

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

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

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

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

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

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