Html Css Color HEX #DF7D74 New York Pink

📋 copy color: '#DF7D74'

red 223 ◦ green 125 ◦ blue 116

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

Shades of New York Pink #DF7D74

Tints of New York Pink #DF7D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.94%

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

R = 48.06%
G = 26.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7D74 (or 0xDF7D74) is known color: New York Pink. HEX triplet: DF, 7D and 74. RGB value is (223,125,116). Sum of RGB (Red+Green+Blue) = 223+125+116=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D74 is #20828B. Grayscale: #999999. Windows color (decimal): -2130572 or 7634399. OLE color: 7634399.

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

Color convert

RGB 223 125 116 -
CMYK 0 0.44 0.48 0.13
HSL 5.05º 0.63% 0.66% -
HSV(B) 5.05º 0.48% 0.87% -
XYZ 40.92 31.62 20.47 -
YUV 153.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 223 125 116 0 0.44 0.48 0.13 5.05 0.63 0.66
Hex DF 7D 74 0 2C 30 D 5 3F 42
Octal 337 175 164 0 54 60 15 5 77 102
Binary 11011111 1111101 1110100 0 101100 110000 1101 101 111111 1000010

Color Harmonies of #DF7D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D74

Black with #DF7D74

Text Example


Text Example

White with #DF7D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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