Html Css Color HEX #DE8471 New York Pink

📋 copy color: '#DE8471'

red 222 ◦ green 132 ◦ blue 113

#DE8471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #DE8471

Tints of New York Pink #DE8471

RGB

 RED value IS 222 (87.11% from 255) = 47.54%

 GREEN value IS 132 (51.95% from 255) = 28.27%

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 47.54%
G = 28.27%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE8471 (or 0xDE8471) is known color: New York Pink. HEX triplet: DE, 84 and 71. RGB value is (222,132,113). Sum of RGB (Red+Green+Blue) = 222+132+113=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8471 is #217B8E. Grayscale: #9C9C9C. Windows color (decimal): -2194319 or 7439582. OLE color: 7439582.

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

Color convert

RGB 222 132 113 -
CMYK 0 0.41 0.49 0.13
HSL 10.46º 0.62% 0.66% -
HSV(B) 10.46º 0.49% 0.87% -
XYZ 41.36 33.22 19.86 -
YUV 156.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 222 132 113 0 0.41 0.49 0.13 10.46 0.62 0.66
Hex DE 84 71 0 29 31 D A 3E 42
Octal 336 204 161 0 51 61 15 12 76 102
Binary 11011110 10000100 1110001 0 101001 110001 1101 1010 111110 1000010

Color Harmonies of #DE8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8471

Black with #DE8471

Text Example


Text Example

White with #DE8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8471; }

 p { color: rgb(222,132,113); }

 H1.HeaderClassName
 {
   color: #DE8471;
 }
 .AnyTagClassName
 {
   color: #DE8471;
 }
</style>

background-color css

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

 a { background-color: rgb(222,132,113); }

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

border-color css

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

 span { border-color: rgb(222,132,113); }

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