#DE7D6D

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

Shades of New York Pink #DE7D6D

Tints of New York Pink #DE7D6D

Color information

#DE7D6D (or 0xDE7D6D) is unknown color: approx New York Pink. HEX triplet: DE, 7D and 6D. RGB value is (222,125,109). Sum of RGB (Red+Green+Blue) = 222+125+109=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D6D is #218292. Grayscale: #989898. Windows color (decimal): -2196115 or 7175646. OLE color: 7175646.

HSL color Cylindrical-coordinate representation of color #DE7D6D: hue angle of 8.5º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE7D6D is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB222125109-
CMYK00.440.510.13
HSL8.5º63.13%64.9%-
HSV(B)8.5º50.9%87.06%-
XYZ40.2231.318.39-
YUV152.18103.64177.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.68%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=48.68%
G=27.41%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212510900.440.510.138.563.1364.9
HexDE7D6D02C33D83f41
Octal33617515505463151077101
Binary11011110111110111011010101100110011110110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D6D; }

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

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

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

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

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

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

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

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