#DE7E67

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

Shades of New York Pink #DE7E67

Tints of New York Pink #DE7E67

Color information

#DE7E67 (or 0xDE7E67) is unknown color: approx New York Pink. HEX triplet: DE, 7E and 67. RGB value is (222,126,103). Sum of RGB (Red+Green+Blue) = 222+126+103=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E67 is #218198. Grayscale: #989898. Windows color (decimal): -2195865 or 6782686. OLE color: 6782686.

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

Color convert

RGB222126103-
CMYK00.430.540.13
HSL11.6º64.32%63.73%-
HSV(B)11.6º53.6%87.06%-
XYZ40.0331.4316.79-
YUV152.08100.3177.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.22%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 103 (40.62% from 255) = 22.84%
R=49.22%
G=27.94%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212610300.430.540.1311.664.3263.73
HexDE7E6702B36Dc4040
Octal336176147053661514100100
Binary110111101111110110011101010111101101101110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7E67; }

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

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

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

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

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

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

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

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