Html Css Color HEX #DA7F73 New York Pink

📋 copy color: '#DA7F73'

red 218 ◦ green 127 ◦ blue 115

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

Shades of New York Pink #DA7F73

Tints of New York Pink #DA7F73

RGB

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

 GREEN value IS 127 (50% from 255) = 27.61%

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

R = 47.39%
G = 27.61%
B = 25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA7F73 (or 0xDA7F73) is known color: New York Pink. HEX triplet: DA, 7F and 73. RGB value is (218,127,115). Sum of RGB (Red+Green+Blue) = 218+127+115=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F73 is #25808C. Grayscale: #989898. Windows color (decimal): -2457741 or 7569370. OLE color: 7569370.

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

Color convert

RGB 218 127 115 -
CMYK 0 0.42 0.47 0.15
HSL 6.99º 0.58% 0.65% -
HSV(B) 6.99º 0.47% 0.85% -
XYZ 39.6 31.32 20.18 -
YUV 152.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 218 127 115 0 0.42 0.47 0.15 6.99 0.58 0.65
Hex DA 7F 73 0 2A 2F F 7 3A 41
Octal 332 177 163 0 52 57 17 7 72 101
Binary 11011010 1111111 1110011 0 101010 101111 1111 111 111010 1000001

Color Harmonies of #DA7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F73

Black with #DA7F73

Text Example


Text Example

White with #DA7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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