Html Css Color HEX #DF7D71 New York Pink

📋 copy color: '#DF7D71'

red 223 ◦ green 125 ◦ blue 113

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

Shades of New York Pink #DF7D71

Tints of New York Pink #DF7D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.11%

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

R = 48.37%
G = 27.11%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF7D71 (or 0xDF7D71) is known color: New York Pink. HEX triplet: DF, 7D and 71. RGB value is (223,125,113). Sum of RGB (Red+Green+Blue) = 223+125+113=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D71 is #20828E. Grayscale: #999999. Windows color (decimal): -2130575 or 7437791. OLE color: 7437791.

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

Color convert

RGB 223 125 113 -
CMYK 0 0.44 0.49 0.13
HSL 6.55º 0.63% 0.66% -
HSV(B) 6.55º 0.49% 0.87% -
XYZ 40.75 31.55 19.56 -
YUV 152.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 223 125 113 0 0.44 0.49 0.13 6.55 0.63 0.66
Hex DF 7D 71 0 2C 31 D 7 3F 42
Octal 337 175 161 0 54 61 15 7 77 102
Binary 11011111 1111101 1110001 0 101100 110001 1101 111 111111 1000010

Color Harmonies of #DF7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D71

Black with #DF7D71

Text Example


Text Example

White with #DF7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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