Html Css Color HEX #DA7A73 New York Pink

📋 copy color: '#DA7A73'

red 218 ◦ green 122 ◦ blue 115

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

Shades of New York Pink #DA7A73

Tints of New York Pink #DA7A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.81%

 BLUE value IS 115 (45.31% from 255) = 25.27%

R = 47.91%
G = 26.81%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA7A73 (or 0xDA7A73) is known color: New York Pink. HEX triplet: DA, 7A and 73. RGB value is (218,122,115). Sum of RGB (Red+Green+Blue) = 218+122+115=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A73 is #25858C. Grayscale: #969696. Windows color (decimal): -2459021 or 7568090. OLE color: 7568090.

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

Color convert

RGB 218 122 115 -
CMYK 0 0.44 0.47 0.15
HSL 4.08º 0.58% 0.65% -
HSV(B) 4.08º 0.47% 0.85% -
XYZ 38.97 30.06 19.97 -
YUV 149.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 218 122 115 0 0.44 0.47 0.15 4.08 0.58 0.65
Hex DA 7A 73 0 2C 2F F 4 3A 41
Octal 332 172 163 0 54 57 17 4 72 101
Binary 11011010 1111010 1110011 0 101100 101111 1111 100 111010 1000001

Color Harmonies of #DA7A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A73

Black with #DA7A73

Text Example


Text Example

White with #DA7A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A73; }

 p { color: rgb(218,122,115); }

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

background-color css

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

 a { background-color: rgb(218,122,115); }

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

border-color css

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

 span { border-color: rgb(218,122,115); }

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