Html Css Color HEX #DF8077 New York Pink

📋 copy color: '#DF8077'

red 223 ◦ green 128 ◦ blue 119

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

Shades of New York Pink #DF8077

Tints of New York Pink #DF8077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.23%

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 47.45%
G = 27.23%
B = 25.32%

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

#DF8077 (or 0xDF8077) is known color: New York Pink. HEX triplet: DF, 80 and 77. RGB value is (223,128,119). Sum of RGB (Red+Green+Blue) = 223+128+119=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8077 is #207F88. Grayscale: #9B9B9B. Windows color (decimal): -2129801 or 7831775. OLE color: 7831775.

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

Color convert

RGB 223 128 119 -
CMYK 0 0.43 0.47 0.13
HSL 5.19º 0.62% 0.67% -
HSV(B) 5.19º 0.47% 0.87% -
XYZ 41.48 32.46 21.53 -
YUV 155.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 223 128 119 0 0.43 0.47 0.13 5.19 0.62 0.67
Hex DF 80 77 0 2B 2F D 5 3E 43
Octal 337 200 167 0 53 57 15 5 76 103
Binary 11011111 10000000 1110111 0 101011 101111 1101 101 111110 1000011

Color Harmonies of #DF8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8077

Black with #DF8077

Text Example


Text Example

White with #DF8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8077; }

 p { color: rgb(223,128,119); }

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

background-color css

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

 a { background-color: rgb(223,128,119); }

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

border-color css

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

 span { border-color: rgb(223,128,119); }

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