Html Css Color HEX #DD8371 New York Pink

📋 copy color: '#DD8371'

red 221 ◦ green 131 ◦ blue 113

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

Shades of New York Pink #DD8371

Tints of New York Pink #DD8371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

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

R = 47.53%
G = 28.17%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD8371 (or 0xDD8371) is known color: New York Pink. HEX triplet: DD, 83 and 71. RGB value is (221,131,113). Sum of RGB (Red+Green+Blue) = 221+131+113=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8371 is #227C8E. Grayscale: #9C9C9C. Windows color (decimal): -2260111 or 7439325. OLE color: 7439325.

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

Color convert

RGB 221 131 113 -
CMYK 0 0.41 0.49 0.13
HSL 10º 0.61% 0.65% -
HSV(B) 10º 0.49% 0.87% -
XYZ 40.92 32.8 19.8 -
YUV 155.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 221 131 113 0 0.41 0.49 0.13 10 0.61 0.65
Hex DD 83 71 0 29 31 D A 3D 41
Octal 335 203 161 0 51 61 15 12 75 101
Binary 11011101 10000011 1110001 0 101001 110001 1101 1010 111101 1000001

Color Harmonies of #DD8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8371

Black with #DD8371

Text Example


Text Example

White with #DD8371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8371; }

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

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

background-color css

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

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

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

border-color css

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

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

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