Html Css Color HEX #DA7E6E New York Pink

📋 copy color: '#DA7E6E'

red 218 ◦ green 126 ◦ blue 110

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

Shades of New York Pink #DA7E6E

Tints of New York Pink #DA7E6E

RGB

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

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

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

R = 48.02%
G = 27.75%
B = 24.23%

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

#DA7E6E (or 0xDA7E6E) is known color: New York Pink. HEX triplet: DA, 7E and 6E. RGB value is (218,126,110). Sum of RGB (Red+Green+Blue) = 218+126+110=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E6E is #258191. Grayscale: #979797. Windows color (decimal): -2458002 or 7241434. OLE color: 7241434.

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

Color convert

RGB 218 126 110 -
CMYK 0 0.42 0.50 0.15
HSL 8.89º 0.59% 0.64% -
HSV(B) 8.89º 0.5% 0.85% -
XYZ 39.19 30.95 18.66 -
YUV 151.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 218 126 110 0 0.42 0.50 0.15 8.89 0.59 0.64
Hex DA 7E 6E 0 2A 32 F 9 3B 40
Octal 332 176 156 0 52 62 17 11 73 100
Binary 11011010 1111110 1101110 0 101010 110010 1111 1001 111011 1000000

Color Harmonies of #DA7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E6E

Black with #DA7E6E

Text Example


Text Example

White with #DA7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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