Html Css Color HEX #DF8379 New York Pink

📋 copy color: '#DF8379'

red 223 ◦ green 131 ◦ blue 121

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

Shades of New York Pink #DF8379

Tints of New York Pink #DF8379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.58%

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

R = 46.95%
G = 27.58%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF8379 (or 0xDF8379) is known color: New York Pink. HEX triplet: DF, 83 and 79. RGB value is (223,131,121). Sum of RGB (Red+Green+Blue) = 223+131+121=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8379 is #207C86. Grayscale: #9D9D9D. Windows color (decimal): -2129031 or 7963615. OLE color: 7963615.

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

Color convert

RGB 223 131 121 -
CMYK 0 0.41 0.46 0.13
HSL 5.88º 0.61% 0.67% -
HSV(B) 5.88º 0.46% 0.87% -
XYZ 42 33.3 22.3 -
YUV 157.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 223 131 121 0 0.41 0.46 0.13 5.88 0.61 0.67
Hex DF 83 79 0 29 2E D 6 3D 43
Octal 337 203 171 0 51 56 15 6 75 103
Binary 11011111 10000011 1111001 0 101001 101110 1101 110 111101 1000011

Color Harmonies of #DF8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8379

Black with #DF8379

Text Example


Text Example

White with #DF8379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8379; }

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

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

background-color css

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

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

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

border-color css

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

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

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