Html Css Color HEX #DA7E6C New York Pink

📋 copy color: '#DA7E6C'

red 218 ◦ green 126 ◦ blue 108

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

Shades of New York Pink #DA7E6C

Tints of New York Pink #DA7E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.88%

 BLUE value IS 108 (42.58% from 255) = 23.89%

R = 48.23%
G = 27.88%
B = 23.89%

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

#DA7E6C (or 0xDA7E6C) is known color: New York Pink. HEX triplet: DA, 7E and 6C. RGB value is (218,126,108). Sum of RGB (Red+Green+Blue) = 218+126+108=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E6C is #258193. Grayscale: #979797. Windows color (decimal): -2458004 or 7110362. OLE color: 7110362.

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

Color convert

RGB 218 126 108 -
CMYK 0 0.42 0.50 0.15
HSL 9.82º 0.6% 0.64% -
HSV(B) 9.82º 0.5% 0.85% -
XYZ 39.08 30.91 18.09 -
YUV 151.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 218 126 108 0 0.42 0.50 0.15 9.82 0.6 0.64
Hex DA 7E 6C 0 2A 32 F A 3C 40
Octal 332 176 154 0 52 62 17 12 74 100
Binary 11011010 1111110 1101100 0 101010 110010 1111 1010 111100 1000000

Color Harmonies of #DA7E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E6C

Black with #DA7E6C

Text Example


Text Example

White with #DA7E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E6C; }

 p { color: rgb(218,126,108); }

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

background-color css

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

 a { background-color: rgb(218,126,108); }

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

border-color css

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

 span { border-color: rgb(218,126,108); }

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