Html Css Color HEX #DA7E6F New York Pink

📋 copy color: '#DA7E6F'

red 218 ◦ green 126 ◦ blue 111

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

Shades of New York Pink #DA7E6F

Tints of New York Pink #DA7E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.4%

R = 47.91%
G = 27.69%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA7E6F (or 0xDA7E6F) is known color: New York Pink. HEX triplet: DA, 7E and 6F. RGB value is (218,126,111). Sum of RGB (Red+Green+Blue) = 218+126+111=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E6F is #258190. Grayscale: #979797. Windows color (decimal): -2458001 or 7306970. OLE color: 7306970.

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

Color convert

RGB 218 126 111 -
CMYK 0 0.42 0.49 0.15
HSL 8.41º 0.59% 0.65% -
HSV(B) 8.41º 0.49% 0.85% -
XYZ 39.24 30.97 18.95 -
YUV 151.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 218 126 111 0 0.42 0.49 0.15 8.41 0.59 0.65
Hex DA 7E 6F 0 2A 31 F 8 3B 41
Octal 332 176 157 0 52 61 17 10 73 101
Binary 11011010 1111110 1101111 0 101010 110001 1111 1000 111011 1000001

Color Harmonies of #DA7E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E6F

Black with #DA7E6F

Text Example


Text Example

White with #DA7E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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