Html Css Color HEX #DF7C71 New York Pink

📋 copy color: '#DF7C71'

red 223 ◦ green 124 ◦ blue 113

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

Shades of New York Pink #DF7C71

Tints of New York Pink #DF7C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.96%

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

R = 48.48%
G = 26.96%
B = 24.57%

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

#DF7C71 (or 0xDF7C71) is known color: New York Pink. HEX triplet: DF, 7C and 71. RGB value is (223,124,113). Sum of RGB (Red+Green+Blue) = 223+124+113=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C71 is #20838E. Grayscale: #989898. Windows color (decimal): -2130831 or 7437535. OLE color: 7437535.

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

Color convert

RGB 223 124 113 -
CMYK 0 0.44 0.49 0.13
HSL 0.63% 0.66% -
HSV(B) 0.49% 0.87% -
XYZ 40.62 31.3 19.52 -
YUV 152.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 223 124 113 0 0.44 0.49 0.13 6 0.63 0.66
Hex DF 7C 71 0 2C 31 D 6 3F 42
Octal 337 174 161 0 54 61 15 6 77 102
Binary 11011111 1111100 1110001 0 101100 110001 1101 110 111111 1000010

Color Harmonies of #DF7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C71

Black with #DF7C71

Text Example


Text Example

White with #DF7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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