#DE8275

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

Shades of New York Pink #DE8275

Tints of New York Pink #DE8275

Color information

#DE8275 (or 0xDE8275) is unknown color: approx New York Pink. HEX triplet: DE, 82 and 75. RGB value is (222,130,117). Sum of RGB (Red+Green+Blue) = 222+130+117=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8275 is #217D8A. Grayscale: #9C9C9C. Windows color (decimal): -2194827 or 7701214. OLE color: 7701214.

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

Color convert

RGB222130117-
CMYK00.410.470.13
HSL7.43º61.4%66.47%-
HSV(B)7.43º47.3%87.06%-
XYZ41.3232.7820.98-
YUV156.03105.98175.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=47.33%
G=27.72%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213011700.410.470.137.4361.466.47
HexDE82750292FD73d42
Octal3362021650515715775102
Binary11011110100000101110101010100110111111011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8275; }

 p { color: rgb(222,130,117); }

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

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

 a { background-color: rgb(222,130,117); }

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

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

 span { border-color: rgb(222,130,117); }

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