Html Css Color HEX #DA7E70 New York Pink

📋 copy color: '#DA7E70'

red 218 ◦ green 126 ◦ blue 112

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

Shades of New York Pink #DA7E70

Tints of New York Pink #DA7E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 47.81%
G = 27.63%
B = 24.56%

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

#DA7E70 (or 0xDA7E70) is known color: New York Pink. HEX triplet: DA, 7E and 70. RGB value is (218,126,112). Sum of RGB (Red+Green+Blue) = 218+126+112=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E70 is #25818F. Grayscale: #989898. Windows color (decimal): -2458000 or 7372506. OLE color: 7372506.

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

Color convert

RGB 218 126 112 -
CMYK 0 0.42 0.49 0.15
HSL 7.92º 0.59% 0.65% -
HSV(B) 7.92º 0.49% 0.85% -
XYZ 39.3 31 19.24 -
YUV 151.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 218 126 112 0 0.42 0.49 0.15 7.92 0.59 0.65
Hex DA 7E 70 0 2A 31 F 8 3B 41
Octal 332 176 160 0 52 61 17 10 73 101
Binary 11011010 1111110 1110000 0 101010 110001 1111 1000 111011 1000001

Color Harmonies of #DA7E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E70

Black with #DA7E70

Text Example


Text Example

White with #DA7E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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