Html Css Color HEX #DA7973 New York Pink

📋 copy color: '#DA7973'

red 218 ◦ green 121 ◦ blue 115

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

Shades of New York Pink #DA7973

Tints of New York Pink #DA7973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.65%

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

R = 48.02%
G = 26.65%
B = 25.33%

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

#DA7973 (or 0xDA7973) is known color: New York Pink. HEX triplet: DA, 79 and 73. RGB value is (218,121,115). Sum of RGB (Red+Green+Blue) = 218+121+115=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7973 is #25868C. Grayscale: #959595. Windows color (decimal): -2459277 or 7567834. OLE color: 7567834.

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

Color convert

RGB 218 121 115 -
CMYK 0 0.44 0.47 0.15
HSL 3.5º 0.58% 0.65% -
HSV(B) 3.5º 0.47% 0.85% -
XYZ 38.85 29.82 19.93 -
YUV 149.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 218 121 115 0 0.44 0.47 0.15 3.5 0.58 0.65
Hex DA 79 73 0 2C 2F F 3 3A 41
Octal 332 171 163 0 54 57 17 3 72 101
Binary 11011010 1111001 1110011 0 101100 101111 1111 11 111010 1000001

Color Harmonies of #DA7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7973

Black with #DA7973

Text Example


Text Example

White with #DA7973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7973; }

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

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

background-color css

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

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

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

border-color css

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

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

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