#DE8578

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

Shades of New York Pink #DE8578

Tints of New York Pink #DE8578

Color information

#DE8578 (or 0xDE8578) is unknown color: approx New York Pink. HEX triplet: DE, 85 and 78. RGB value is (222,133,120). Sum of RGB (Red+Green+Blue) = 222+133+120=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8578 is #217A87. Grayscale: #9E9E9E. Windows color (decimal): -2194056 or 7898590. OLE color: 7898590.

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

Color convert

RGB222133120-
CMYK00.400.460.13
HSL7.65º60.71%67.06%-
HSV(B)7.65º45.95%87.06%-
XYZ41.933.6622.06-
YUV158.13106.49173.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 120 (47.27% from 255) = 25.26%
R=46.74%
G=28%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213312000.400.460.137.6560.7167.06
HexDE85780282ED83d43
Octal33620517005056151075103
Binary110111101000010111110000101000101110110110001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8578; }

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

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

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

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

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

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

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

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