Html Css Color HEX #DD8071 New York Pink

📋 copy color: '#DD8071'

red 221 ◦ green 128 ◦ blue 113

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

Shades of New York Pink #DD8071

Tints of New York Pink #DD8071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.71%

 BLUE value IS 113 (44.53% from 255) = 24.46%

R = 47.84%
G = 27.71%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD8071 (or 0xDD8071) is known color: New York Pink. HEX triplet: DD, 80 and 71. RGB value is (221,128,113). Sum of RGB (Red+Green+Blue) = 221+128+113=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8071 is #227F8E. Grayscale: #9A9A9A. Windows color (decimal): -2260879 or 7438557. OLE color: 7438557.

HSL color Cylindrical-coordinate representation of color #DD8071: hue angle of 8.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD8071 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 113 -
CMYK 0 0.42 0.49 0.13
HSL 8.33º 0.61% 0.65% -
HSV(B) 8.33º 0.49% 0.87% -
XYZ 40.52 32 19.66 -
YUV 154.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 221 128 113 0 0.42 0.49 0.13 8.33 0.61 0.65
Hex DD 80 71 0 2A 31 D 8 3D 41
Octal 335 200 161 0 52 61 15 10 75 101
Binary 11011101 10000000 1110001 0 101010 110001 1101 1000 111101 1000001

Color Harmonies of #DD8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8071

Black with #DD8071

Text Example


Text Example

White with #DD8071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8071; }

 p { color: rgb(221,128,113); }

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

background-color css

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

 a { background-color: rgb(221,128,113); }

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

border-color css

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

 span { border-color: rgb(221,128,113); }

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