Html Css Color HEX #DD8979 New York Pink

📋 copy color: '#DD8979'

red 221 ◦ green 137 ◦ blue 121

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

Shades of New York Pink #DD8979

Tints of New York Pink #DD8979

RGB

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

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

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

R = 46.14%
G = 28.6%
B = 25.26%

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

#DD8979 (or 0xDD8979) is known color: New York Pink. HEX triplet: DD, 89 and 79. RGB value is (221,137,121). Sum of RGB (Red+Green+Blue) = 221+137+121=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8979 is #227686. Grayscale: #A0A0A0. Windows color (decimal): -2258567 or 7965149. OLE color: 7965149.

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

Color convert

RGB 221 137 121 -
CMYK 0 0.38 0.45 0.13
HSL 9.6º 0.6% 0.67% -
HSV(B) 9.6º 0.45% 0.87% -
XYZ 42.22 34.64 22.55 -
YUV 160.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 221 137 121 0 0.38 0.45 0.13 9.6 0.6 0.67
Hex DD 89 79 0 26 2D D A 3C 43
Octal 335 211 171 0 46 55 15 12 74 103
Binary 11011101 10001001 1111001 0 100110 101101 1101 1010 111100 1000011

Color Harmonies of #DD8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8979

Black with #DD8979

Text Example


Text Example

White with #DD8979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8979; }

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

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

background-color css

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

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

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

border-color css

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

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

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