Html Css Color HEX #DD897A New York Pink

📋 copy color: '#DD897A'

red 221 ◦ green 137 ◦ blue 122

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

Shades of New York Pink #DD897A

Tints of New York Pink #DD897A

RGB

 RED value IS 221 (86.72% from 255) = 46.04%

 GREEN value IS 137 (53.91% from 255) = 28.54%

 BLUE value IS 122 (48.05% from 255) = 25.42%

R = 46.04%
G = 28.54%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD897A (or 0xDD897A) is known color: New York Pink. HEX triplet: DD, 89 and 7A. RGB value is (221,137,122). Sum of RGB (Red+Green+Blue) = 221+137+122=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD897A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD897A is #227685. Grayscale: #A0A0A0. Windows color (decimal): -2258566 or 8030685. OLE color: 8030685.

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

Color convert

RGB 221 137 122 -
CMYK 0 0.38 0.45 0.13
HSL 9.09º 0.59% 0.67% -
HSV(B) 9.09º 0.45% 0.87% -
XYZ 42.28 34.67 22.88 -
YUV 160.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 221 137 122 0 0.38 0.45 0.13 9.09 0.59 0.67
Hex DD 89 7A 0 26 2D D 9 3B 43
Octal 335 211 172 0 46 55 15 11 73 103
Binary 11011101 10001001 1111010 0 100110 101101 1101 1001 111011 1000011

Color Harmonies of #DD897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD897A

Black with #DD897A

Text Example


Text Example

White with #DD897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD897A; }

 p { color: rgb(221,137,122); }

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

background-color css

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

 a { background-color: rgb(221,137,122); }

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

border-color css

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

 span { border-color: rgb(221,137,122); }

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