Html Css Color HEX #DF8071 New York Pink

📋 copy color: '#DF8071'

red 223 ◦ green 128 ◦ blue 113

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

Shades of New York Pink #DF8071

Tints of New York Pink #DF8071

RGB

 RED value IS 223 (87.5% from 255) = 48.06%

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

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

R = 48.06%
G = 27.59%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF8071 (or 0xDF8071) is known color: New York Pink. HEX triplet: DF, 80 and 71. RGB value is (223,128,113). Sum of RGB (Red+Green+Blue) = 223+128+113=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8071 is #207F8E. Grayscale: #9A9A9A. Windows color (decimal): -2129807 or 7438559. OLE color: 7438559.

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

Color convert

RGB 223 128 113 -
CMYK 0 0.43 0.49 0.13
HSL 8.18º 0.63% 0.66% -
HSV(B) 8.18º 0.49% 0.87% -
XYZ 41.13 32.32 19.69 -
YUV 154.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 223 128 113 0 0.43 0.49 0.13 8.18 0.63 0.66
Hex DF 80 71 0 2B 31 D 8 3F 42
Octal 337 200 161 0 53 61 15 10 77 102
Binary 11011111 10000000 1110001 0 101011 110001 1101 1000 111111 1000010

Color Harmonies of #DF8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8071

Black with #DF8071

Text Example


Text Example

White with #DF8071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8071; }

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

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

background-color css

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

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

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

border-color css

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

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

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