Html Css Color HEX #DA7F6D New York Pink

📋 copy color: '#DA7F6D'

red 218 ◦ green 127 ◦ blue 109

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

Shades of New York Pink #DA7F6D

Tints of New York Pink #DA7F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.01%

R = 48.02%
G = 27.97%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA7F6D (or 0xDA7F6D) is known color: New York Pink. HEX triplet: DA, 7F and 6D. RGB value is (218,127,109). Sum of RGB (Red+Green+Blue) = 218+127+109=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F6D is #258092. Grayscale: #989898. Windows color (decimal): -2457747 or 7176154. OLE color: 7176154.

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

Color convert

RGB 218 127 109 -
CMYK 0 0.42 0.5 0.15
HSL 9.91º 0.6% 0.64% -
HSV(B) 9.91º 0.5% 0.85% -
XYZ 39.26 31.19 18.42 -
YUV 152.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 218 127 109 0 0.42 0.5 0.15 9.91 0.6 0.64
Hex DA 7F 6D 0 2A 32 F A 3C 40
Octal 332 177 155 0 52 62 17 12 74 100
Binary 11011010 1111111 1101101 0 101010 110010 1111 1010 111100 1000000

Color Harmonies of #DA7F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F6D

Black with #DA7F6D

Text Example


Text Example

White with #DA7F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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