Html Css Color HEX #DD8471 New York Pink

📋 copy color: '#DD8471'

red 221 ◦ green 132 ◦ blue 113

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

Shades of New York Pink #DD8471

Tints of New York Pink #DD8471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.33%

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

R = 47.42%
G = 28.33%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD8471 (or 0xDD8471) is known color: New York Pink. HEX triplet: DD, 84 and 71. RGB value is (221,132,113). Sum of RGB (Red+Green+Blue) = 221+132+113=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8471 is #227B8E. Grayscale: #9C9C9C. Windows color (decimal): -2259855 or 7439581. OLE color: 7439581.

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

Color convert

RGB 221 132 113 -
CMYK 0 0.40 0.49 0.13
HSL 10.56º 0.61% 0.65% -
HSV(B) 10.56º 0.49% 0.87% -
XYZ 41.05 33.07 19.84 -
YUV 156.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 221 132 113 0 0.40 0.49 0.13 10.56 0.61 0.65
Hex DD 84 71 0 28 31 D B 3D 41
Octal 335 204 161 0 50 61 15 13 75 101
Binary 11011101 10000100 1110001 0 101000 110001 1101 1011 111101 1000001

Color Harmonies of #DD8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8471

Black with #DD8471

Text Example


Text Example

White with #DD8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8471; }

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

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

background-color css

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

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

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

border-color css

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

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

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