Html Css Color HEX #DA7C71 New York Pink

📋 copy color: '#DA7C71'

red 218 ◦ green 124 ◦ blue 113

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

Shades of New York Pink #DA7C71

Tints of New York Pink #DA7C71

RGB

 RED value IS 218 (85.55% from 255) = 47.91%

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

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

R = 47.91%
G = 27.25%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA7C71 (or 0xDA7C71) is known color: New York Pink. HEX triplet: DA, 7C and 71. RGB value is (218,124,113). Sum of RGB (Red+Green+Blue) = 218+124+113=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C71 is #25838E. Grayscale: #969696. Windows color (decimal): -2458511 or 7437530. OLE color: 7437530.

HSL color Cylindrical-coordinate representation of color #DA7C71: hue angle of 6.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7C71 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 124 113 -
CMYK 0 0.43 0.48 0.15
HSL 6.29º 0.59% 0.65% -
HSV(B) 6.29º 0.48% 0.85% -
XYZ 39.1 30.51 19.45 -
YUV 150.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 218 124 113 0 0.43 0.48 0.15 6.29 0.59 0.65
Hex DA 7C 71 0 2B 30 F 6 3B 41
Octal 332 174 161 0 53 60 17 6 73 101
Binary 11011010 1111100 1110001 0 101011 110000 1111 110 111011 1000001

Color Harmonies of #DA7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7C71

Black with #DA7C71

Text Example


Text Example

White with #DA7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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