Html Css Color HEX #DF7F73 New York Pink

📋 copy color: '#DF7F73'

red 223 ◦ green 127 ◦ blue 115

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

Shades of New York Pink #DF7F73

Tints of New York Pink #DF7F73

RGB

 RED value IS 223 (87.5% from 255) = 47.96%

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

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

R = 47.96%
G = 27.31%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7F73 (or 0xDF7F73) is known color: New York Pink. HEX triplet: DF, 7F and 73. RGB value is (223,127,115). Sum of RGB (Red+Green+Blue) = 223+127+115=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F73 is #20808C. Grayscale: #9A9A9A. Windows color (decimal): -2130061 or 7569375. OLE color: 7569375.

HSL color Cylindrical-coordinate representation of color #DF7F73: hue angle of 6.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7F73 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 127 115 -
CMYK 0 0.43 0.48 0.13
HSL 6.67º 0.63% 0.66% -
HSV(B) 6.67º 0.48% 0.87% -
XYZ 41.12 32.1 20.25 -
YUV 154.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 223 127 115 0 0.43 0.48 0.13 6.67 0.63 0.66
Hex DF 7F 73 0 2B 30 D 7 3F 42
Octal 337 177 163 0 53 60 15 7 77 102
Binary 11011111 1111111 1110011 0 101011 110000 1101 111 111111 1000010

Color Harmonies of #DF7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F73

Black with #DF7F73

Text Example


Text Example

White with #DF7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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