Html Css Color HEX #DA7F6E New York Pink

📋 copy color: '#DA7F6E'

red 218 ◦ green 127 ◦ blue 110

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

Shades of New York Pink #DA7F6E

Tints of New York Pink #DA7F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.18%

R = 47.91%
G = 27.91%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA7F6E (or 0xDA7F6E) is known color: New York Pink. HEX triplet: DA, 7F and 6E. RGB value is (218,127,110). Sum of RGB (Red+Green+Blue) = 218+127+110=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F6E is #258091. Grayscale: #989898. Windows color (decimal): -2457746 or 7241690. OLE color: 7241690.

HSL color Cylindrical-coordinate representation of color #DA7F6E: hue angle of 9.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA7F6E is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 127 110 -
CMYK 0 0.42 0.50 0.15
HSL 9.44º 0.59% 0.64% -
HSV(B) 9.44º 0.5% 0.85% -
XYZ 39.32 31.21 18.7 -
YUV 152.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 218 127 110 0 0.42 0.50 0.15 9.44 0.59 0.64
Hex DA 7F 6E 0 2A 32 F 9 3B 40
Octal 332 177 156 0 52 62 17 11 73 100
Binary 11011010 1111111 1101110 0 101010 110010 1111 1001 111011 1000000

Color Harmonies of #DA7F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F6E

Black with #DA7F6E

Text Example


Text Example

White with #DA7F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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