Html Css Color HEX #DA7F71 New York Pink

📋 copy color: '#DA7F71'

red 218 ◦ green 127 ◦ blue 113

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

Shades of New York Pink #DA7F71

Tints of New York Pink #DA7F71

RGB

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

 GREEN value IS 127 (50% from 255) = 27.73%

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

R = 47.6%
G = 27.73%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA7F71 (or 0xDA7F71) is known color: New York Pink. HEX triplet: DA, 7F and 71. RGB value is (218,127,113). Sum of RGB (Red+Green+Blue) = 218+127+113=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F71 is #25808E. Grayscale: #989898. Windows color (decimal): -2457743 or 7438298. OLE color: 7438298.

HSL color Cylindrical-coordinate representation of color #DA7F71: hue angle of 8º 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 #DA7F71 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 127 113 -
CMYK 0 0.42 0.48 0.15
HSL 0.59% 0.65% -
HSV(B) 0.48% 0.85% -
XYZ 39.48 31.28 19.58 -
YUV 152.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 218 127 113 0 0.42 0.48 0.15 8 0.59 0.65
Hex DA 7F 71 0 2A 30 F 8 3B 41
Octal 332 177 161 0 52 60 17 10 73 101
Binary 11011010 1111111 1110001 0 101010 110000 1111 1000 111011 1000001

Color Harmonies of #DA7F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F71

Black with #DA7F71

Text Example


Text Example

White with #DA7F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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