Html Css Color HEX #DE8479 New York Pink

📋 copy color: '#DE8479'

red 222 ◦ green 132 ◦ blue 121

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

Shades of New York Pink #DE8479

Tints of New York Pink #DE8479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.47%

R = 46.74%
G = 27.79%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE8479 (or 0xDE8479) is known color: New York Pink. HEX triplet: DE, 84 and 79. RGB value is (222,132,121). Sum of RGB (Red+Green+Blue) = 222+132+121=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8479 is #217B86. Grayscale: #9D9D9D. Windows color (decimal): -2194311 or 7963870. OLE color: 7963870.

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

Color convert

RGB 222 132 121 -
CMYK 0 0.41 0.45 0.13
HSL 6.53º 0.6% 0.67% -
HSV(B) 6.53º 0.45% 0.87% -
XYZ 41.83 33.41 22.33 -
YUV 157.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 222 132 121 0 0.41 0.45 0.13 6.53 0.6 0.67
Hex DE 84 79 0 29 2D D 7 3C 43
Octal 336 204 171 0 51 55 15 7 74 103
Binary 11011110 10000100 1111001 0 101001 101101 1101 111 111100 1000011

Color Harmonies of #DE8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8479

Black with #DE8479

Text Example


Text Example

White with #DE8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8479; }

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

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

background-color css

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

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

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

border-color css

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

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

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