Html Css Color HEX #DF7F74 New York Pink

📋 copy color: '#DF7F74'

red 223 ◦ green 127 ◦ blue 116

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

Shades of New York Pink #DF7F74

Tints of New York Pink #DF7F74

RGB

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

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

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

R = 47.85%
G = 27.25%
B = 24.89%

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

#DF7F74 (or 0xDF7F74) is known color: New York Pink. HEX triplet: DF, 7F and 74. RGB value is (223,127,116). Sum of RGB (Red+Green+Blue) = 223+127+116=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F74 is #20808B. Grayscale: #9A9A9A. Windows color (decimal): -2130060 or 7634911. OLE color: 7634911.

HSL color Cylindrical-coordinate representation of color #DF7F74: hue angle of 6.17º 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 #DF7F74 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 127 116 -
CMYK 0 0.43 0.48 0.13
HSL 6.17º 0.63% 0.66% -
HSV(B) 6.17º 0.48% 0.87% -
XYZ 41.17 32.13 20.55 -
YUV 154.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 223 127 116 0 0.43 0.48 0.13 6.17 0.63 0.66
Hex DF 7F 74 0 2B 30 D 6 3F 42
Octal 337 177 164 0 53 60 15 6 77 102
Binary 11011111 1111111 1110100 0 101011 110000 1101 110 111111 1000010

Color Harmonies of #DF7F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F74

Black with #DF7F74

Text Example


Text Example

White with #DF7F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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