Html Css Color HEX #DF8A79 New York Pink

📋 copy color: '#DF8A79'

red 223 ◦ green 138 ◦ blue 121

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

Shades of New York Pink #DF8A79

Tints of New York Pink #DF8A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

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

R = 46.27%
G = 28.63%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF8A79 (or 0xDF8A79) is known color: New York Pink. HEX triplet: DF, 8A and 79. RGB value is (223,138,121). Sum of RGB (Red+Green+Blue) = 223+138+121=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A79 is #207586. Grayscale: #A1A1A1. Windows color (decimal): -2127239 or 7965407. OLE color: 7965407.

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

Color convert

RGB 223 138 121 -
CMYK 0 0.38 0.46 0.13
HSL 10º 0.61% 0.67% -
HSV(B) 10º 0.46% 0.87% -
XYZ 42.97 35.25 22.63 -
YUV 161.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 223 138 121 0 0.38 0.46 0.13 10 0.61 0.67
Hex DF 8A 79 0 26 2E D A 3D 43
Octal 337 212 171 0 46 56 15 12 75 103
Binary 11011111 10001010 1111001 0 100110 101110 1101 1010 111101 1000011

Color Harmonies of #DF8A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A79

Black with #DF8A79

Text Example


Text Example

White with #DF8A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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