#DE8378

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

Shades of New York Pink #DE8378

Tints of New York Pink #DE8378

Color information

#DE8378 (or 0xDE8378) is unknown color: approx New York Pink. HEX triplet: DE, 83 and 78. RGB value is (222,131,120). Sum of RGB (Red+Green+Blue) = 222+131+120=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8378 is #217C87. Grayscale: #9D9D9D. Windows color (decimal): -2194568 or 7898078. OLE color: 7898078.

HSL color Cylindrical-coordinate representation of color #DE8378: hue angle of 6.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE8378 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB222131120-
CMYK00.410.460.13
HSL6.47º60.71%67.06%-
HSV(B)6.47º45.95%87.06%-
XYZ41.6333.1221.97-
YUV156.95107.15174.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.93%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 120 (47.27% from 255) = 25.37%
R=46.93%
G=27.70%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213112000.410.460.136.4760.7167.06
HexDE83780292ED63d43
Octal3362031700515615675103
Binary11011110100000111111000010100110111011011101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8378; }

 p { color: rgb(222,131,120); }

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

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

 a { background-color: rgb(222,131,120); }

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

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

 span { border-color: rgb(222,131,120); }

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