Html Css Color HEX #DF8571 New York Pink

📋 copy color: '#DF8571'

red 223 ◦ green 133 ◦ blue 113

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

Shades of New York Pink #DF8571

Tints of New York Pink #DF8571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.36%

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

R = 47.55%
G = 28.36%
B = 24.09%

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

#DF8571 (or 0xDF8571) is known color: New York Pink. HEX triplet: DF, 85 and 71. RGB value is (223,133,113). Sum of RGB (Red+Green+Blue) = 223+133+113=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8571 is #207A8E. Grayscale: #9D9D9D. Windows color (decimal): -2128527 or 7439839. OLE color: 7439839.

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

Color convert

RGB 223 133 113 -
CMYK 0 0.40 0.49 0.13
HSL 10.91º 0.63% 0.66% -
HSV(B) 10.91º 0.49% 0.87% -
XYZ 41.8 33.66 19.92 -
YUV 157.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 223 133 113 0 0.40 0.49 0.13 10.91 0.63 0.66
Hex DF 85 71 0 28 31 D B 3F 42
Octal 337 205 161 0 50 61 15 13 77 102
Binary 11011111 10000101 1110001 0 101000 110001 1101 1011 111111 1000010

Color Harmonies of #DF8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8571

Black with #DF8571

Text Example


Text Example

White with #DF8571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8571; }

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

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

background-color css

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

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

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

border-color css

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

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

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