Html Css Color HEX #DF8371 New York Pink

📋 copy color: '#DF8371'

red 223 ◦ green 131 ◦ blue 113

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

Shades of New York Pink #DF8371

Tints of New York Pink #DF8371

RGB

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

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

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

R = 47.75%
G = 28.05%
B = 24.2%

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

#DF8371 (or 0xDF8371) is known color: New York Pink. HEX triplet: DF, 83 and 71. RGB value is (223,131,113). Sum of RGB (Red+Green+Blue) = 223+131+113=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8371 is #207C8E. Grayscale: #9C9C9C. Windows color (decimal): -2129039 or 7439327. OLE color: 7439327.

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

Color convert

RGB 223 131 113 -
CMYK 0 0.41 0.49 0.13
HSL 9.82º 0.63% 0.66% -
HSV(B) 9.82º 0.49% 0.87% -
XYZ 41.53 33.11 19.83 -
YUV 156.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 223 131 113 0 0.41 0.49 0.13 9.82 0.63 0.66
Hex DF 83 71 0 29 31 D A 3F 42
Octal 337 203 161 0 51 61 15 12 77 102
Binary 11011111 10000011 1110001 0 101001 110001 1101 1010 111111 1000010

Color Harmonies of #DF8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8371

Black with #DF8371

Text Example


Text Example

White with #DF8371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8371; }

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

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

background-color css

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

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

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

border-color css

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

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

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