Html Css Color HEX #DE8879 New York Pink

📋 copy color: '#DE8879'

red 222 ◦ green 136 ◦ blue 121

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

Shades of New York Pink #DE8879

Tints of New York Pink #DE8879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.39%

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

R = 46.35%
G = 28.39%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE8879 (or 0xDE8879) is known color: New York Pink. HEX triplet: DE, 88 and 79. RGB value is (222,136,121). Sum of RGB (Red+Green+Blue) = 222+136+121=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8879 is #217786. Grayscale: #A0A0A0. Windows color (decimal): -2193287 or 7964894. OLE color: 7964894.

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

Color convert

RGB 222 136 121 -
CMYK 0 0.39 0.45 0.13
HSL 8.91º 0.6% 0.67% -
HSV(B) 8.91º 0.45% 0.87% -
XYZ 42.38 34.52 22.52 -
YUV 160 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 222 136 121 0 0.39 0.45 0.13 8.91 0.6 0.67
Hex DE 88 79 0 27 2D D 9 3C 43
Octal 336 210 171 0 47 55 15 11 74 103
Binary 11011110 10001000 1111001 0 100111 101101 1101 1001 111100 1000011

Color Harmonies of #DE8879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8879

Black with #DE8879

Text Example


Text Example

White with #DE8879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8879; }

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

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

background-color css

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

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

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

border-color css

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

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

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