Html Css Color HEX #DD8279 New York Pink

📋 copy color: '#DD8279'

red 221 ◦ green 130 ◦ blue 121

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

Shades of New York Pink #DD8279

Tints of New York Pink #DD8279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.54%

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

R = 46.82%
G = 27.54%
B = 25.64%

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

#DD8279 (or 0xDD8279) is known color: New York Pink. HEX triplet: DD, 82 and 79. RGB value is (221,130,121). Sum of RGB (Red+Green+Blue) = 221+130+121=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8279 is #227D86. Grayscale: #9C9C9C. Windows color (decimal): -2260359 or 7963357. OLE color: 7963357.

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

Color convert

RGB 221 130 121 -
CMYK 0 0.41 0.45 0.13
HSL 5.4º 0.6% 0.67% -
HSV(B) 5.4º 0.45% 0.87% -
XYZ 41.25 32.72 22.23 -
YUV 156.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 221 130 121 0 0.41 0.45 0.13 5.4 0.6 0.67
Hex DD 82 79 0 29 2D D 5 3C 43
Octal 335 202 171 0 51 55 15 5 74 103
Binary 11011101 10000010 1111001 0 101001 101101 1101 101 111100 1000011

Color Harmonies of #DD8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8279

Black with #DD8279

Text Example


Text Example

White with #DD8279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8279; }

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

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

background-color css

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

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

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

border-color css

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

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

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