Html Css Color HEX #DF8771 New York Pink

📋 copy color: '#DF8771'

red 223 ◦ green 135 ◦ blue 113

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

Shades of New York Pink #DF8771

Tints of New York Pink #DF8771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.66%

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

R = 47.35%
G = 28.66%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF8771 (or 0xDF8771) is known color: New York Pink. HEX triplet: DF, 87 and 71. RGB value is (223,135,113). Sum of RGB (Red+Green+Blue) = 223+135+113=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8771 is #20788E. Grayscale: #9E9E9E. Windows color (decimal): -2128015 or 7440351. OLE color: 7440351.

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

Color convert

RGB 223 135 113 -
CMYK 0 0.39 0.49 0.13
HSL 12º 0.63% 0.66% -
HSV(B) 12º 0.49% 0.87% -
XYZ 42.08 34.21 20.01 -
YUV 158.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 223 135 113 0 0.39 0.49 0.13 12 0.63 0.66
Hex DF 87 71 0 27 31 D C 3F 42
Octal 337 207 161 0 47 61 15 14 77 102
Binary 11011111 10000111 1110001 0 100111 110001 1101 1100 111111 1000010

Color Harmonies of #DF8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8771

Black with #DF8771

Text Example


Text Example

White with #DF8771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8771; }

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

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

background-color css

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

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

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

border-color css

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

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

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