Html Css Color HEX #DF8279 New York Pink

📋 copy color: '#DF8279'

red 223 ◦ green 130 ◦ blue 121

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

Shades of New York Pink #DF8279

Tints of New York Pink #DF8279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.43%

 BLUE value IS 121 (47.66% from 255) = 25.53%

R = 47.05%
G = 27.43%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF8279 (or 0xDF8279) is known color: New York Pink. HEX triplet: DF, 82 and 79. RGB value is (223,130,121). Sum of RGB (Red+Green+Blue) = 223+130+121=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8279 is #207D86. Grayscale: #9C9C9C. Windows color (decimal): -2129287 or 7963359. OLE color: 7963359.

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

Color convert

RGB 223 130 121 -
CMYK 0 0.42 0.46 0.13
HSL 5.29º 0.61% 0.67% -
HSV(B) 5.29º 0.46% 0.87% -
XYZ 41.87 33.03 22.26 -
YUV 156.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 223 130 121 0 0.42 0.46 0.13 5.29 0.61 0.67
Hex DF 82 79 0 2A 2E D 5 3D 43
Octal 337 202 171 0 52 56 15 5 75 103
Binary 11011111 10000010 1111001 0 101010 101110 1101 101 111101 1000011

Color Harmonies of #DF8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8279

Black with #DF8279

Text Example


Text Example

White with #DF8279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8279; }

 p { color: rgb(223,130,121); }

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

background-color css

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

 a { background-color: rgb(223,130,121); }

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

border-color css

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

 span { border-color: rgb(223,130,121); }

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