Html Css Color HEX #DF7F76 New York Pink

📋 copy color: '#DF7F76'

red 223 ◦ green 127 ◦ blue 118

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

Shades of New York Pink #DF7F76

Tints of New York Pink #DF7F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 47.65%
G = 27.14%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF7F76 (or 0xDF7F76) is known color: New York Pink. HEX triplet: DF, 7F and 76. RGB value is (223,127,118). Sum of RGB (Red+Green+Blue) = 223+127+118=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F76 is #208089. Grayscale: #9A9A9A. Windows color (decimal): -2130058 or 7765983. OLE color: 7765983.

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

Color convert

RGB 223 127 118 -
CMYK 0 0.43 0.47 0.13
HSL 5.14º 0.62% 0.67% -
HSV(B) 5.14º 0.47% 0.87% -
XYZ 41.29 32.17 21.17 -
YUV 154.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 223 127 118 0 0.43 0.47 0.13 5.14 0.62 0.67
Hex DF 7F 76 0 2B 2F D 5 3E 43
Octal 337 177 166 0 53 57 15 5 76 103
Binary 11011111 1111111 1110110 0 101011 101111 1101 101 111110 1000011

Color Harmonies of #DF7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F76

Black with #DF7F76

Text Example


Text Example

White with #DF7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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