Html Css Color HEX #DA7A74 New York Pink

📋 copy color: '#DA7A74'

red 218 ◦ green 122 ◦ blue 116

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

Shades of New York Pink #DA7A74

Tints of New York Pink #DA7A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.44%

R = 47.81%
G = 26.75%
B = 25.44%

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

#DA7A74 (or 0xDA7A74) is known color: New York Pink. HEX triplet: DA, 7A and 74. RGB value is (218,122,116). Sum of RGB (Red+Green+Blue) = 218+122+116=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A74 is #25858B. Grayscale: #969696. Windows color (decimal): -2459020 or 7633626. OLE color: 7633626.

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

Color convert

RGB 218 122 116 -
CMYK 0 0.44 0.47 0.15
HSL 3.53º 0.58% 0.65% -
HSV(B) 3.53º 0.47% 0.85% -
XYZ 39.03 30.09 20.27 -
YUV 150.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 218 122 116 0 0.44 0.47 0.15 3.53 0.58 0.65
Hex DA 7A 74 0 2C 2F F 4 3A 41
Octal 332 172 164 0 54 57 17 4 72 101
Binary 11011010 1111010 1110100 0 101100 101111 1111 100 111010 1000001

Color Harmonies of #DA7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A74

Black with #DA7A74

Text Example


Text Example

White with #DA7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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