Html Css Color HEX #DC8071 New York Pink

📋 copy color: '#DC8071'

red 220 ◦ green 128 ◦ blue 113

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

Shades of New York Pink #DC8071

Tints of New York Pink #DC8071

RGB

 RED value IS 220 (86.33% from 255) = 47.72%

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

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

R = 47.72%
G = 27.77%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC8071 (or 0xDC8071) is known color: New York Pink. HEX triplet: DC, 80 and 71. RGB value is (220,128,113). Sum of RGB (Red+Green+Blue) = 220+128+113=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8071 is #237F8E. Grayscale: #999999. Windows color (decimal): -2326415 or 7438556. OLE color: 7438556.

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

Color convert

RGB 220 128 113 -
CMYK 0 0.42 0.49 0.14
HSL 8.41º 0.6% 0.65% -
HSV(B) 8.41º 0.49% 0.86% -
XYZ 40.22 31.85 19.65 -
YUV 153.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 220 128 113 0 0.42 0.49 0.14 8.41 0.6 0.65
Hex DC 80 71 0 2A 31 E 8 3C 41
Octal 334 200 161 0 52 61 16 10 74 101
Binary 11011100 10000000 1110001 0 101010 110001 1110 1000 111100 1000001

Color Harmonies of #DC8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8071

Black with #DC8071

Text Example


Text Example

White with #DC8071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8071; }

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

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

background-color css

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

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

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

border-color css

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

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

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